#668392
A medium, muted blue closely aligning with Slategray.
About #668392
Visually, #668392 is defined as a muted blue. It is closely associated with the named CSS color Slategray. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 131, and 146.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 30% C, 10% M, 0% Y, and 43% K. With a hue angle of 200.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#668392
RGB102, 131, 146
HSL200.5°, 17.7%, 48.6%
CMYK30%, 10%, 0%, 43%
HSV200.5°, 30.1%, 57.3%
LAB53.1, -6.6, -11.4
XYZ18.8, 21.1, 30.3
Decimal6718354
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.23:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #668392;
}
.text-color {
color: #668392;
}
.border-color {
border: 2px solid #668392;
}