#6D667C
A medium, muted neutral closely aligning with Slategray.
About #6D667C
The hex code #6D667C represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Slategray. This translates to an RGB value of rgb(109, 102, 124).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 12% cyan and 18% magenta inks. With a hue angle of 259.1 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D667C
RGB109, 102, 124
HSL259.1°, 9.7%, 44.3%
CMYK12%, 18%, 0%, 51%
HSV259.1°, 17.7%, 48.6%
LAB44.5, 7.5, -11.3
XYZ14.7, 14.2, 21.0
Decimal7169660
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.22:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D667C;
}
.text-color {
color: #6D667C;
}
.border-color {
border: 2px solid #6D667C;
}