breadcrumb
Lynch
Color Code Details
HEX | #6c7a89 | |
RGB | (108, 122, 137); | |
RGBA | (108, 122, 137, 1) | |
HSL | (211, 12%, 48%); | |
HSLA | (211, 12%, 48%, 1); |
HSV | 211,21,53 | |
HSB | 211, 21, 54 | |
HWB | 211 42% 46% | |
CMYK | 21, 11, 0, 46 | |
Pantone | Cool Gray 8 C |
Preview & Codes Examples
Text Color with Lynch |
|
This Text has a Font Color of #6c7a89 | |
.text {color:#6c7a89;}
|
|
.text {color:rgba(108, 122, 137, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background Color Using Lynch |
|
This element has a background color of #6c7a89 | |
.element {background-color:#6c7a89;}
|
|
.element {background-color:rgba(108, 122, 137, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border Styling with Lynch |
|
This element has a border color of #6c7a89 | |
.element {border:1px solid #6c7a89;}
|
|
.element {border:1px solid rgba(108, 122, 137, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|
Preview & Variables
CSS Variables |
|
--variable: #6c7a89;
|
Sass / SCSS |
|
$variable: #6c7a89;
|
Less |
|
@variable: #6c7a89;
|
Similar Grey Shades You Might Like
Grey colors bring elegance, neutrality, and modernism. Great for minimal UI design, typography, and corporate branding. Explore more neutral tones for sophisticated layouts.