#666D92
A medium, muted blue closely aligning with Slategray.
About #666D92
At its core, #666D92 is a medium and muted hue. It is closely associated with the named CSS color Slategray. In the RGB color space, it consists of 102 red, 109 green, and 146 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 30% cyan, 25% magenta, 0% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#666D92
RGB102, 109, 146
HSL230.5°, 17.7%, 48.6%
CMYK30%, 25%, 0%, 43%
HSV230.5°, 30.1%, 57.3%
LAB46.8, 6.3, -21.1
XYZ16.1, 15.8, 29.4
Decimal6712722
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.04:1
Text on #FFFFFF
AA
4.17:1
Text on #000000
AA Large
4.82:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666D92;
}
.text-color {
color: #666D92;
}
.border-color {
border: 2px solid #666D92;
}