#6D666D
A medium, muted neutral closely aligning with Dimgray.
About #6D666D
At its core, #6D666D is a medium and muted hue. It is closely associated with the named CSS color Dimgray. Its digital footprint relies on 109 parts red, 102 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 6% magenta, 0% yellow, and 57% black. The HSL representation is 300.0° hue, 3.3% saturation, and 41.4% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D666D
RGB109, 102, 109
HSL300.0°, 3.3%, 41.4%
CMYK0%, 6%, 0%, 57%
HSV300.0°, 6.4%, 42.7%
LAB44.0, 4.2, -2.9
XYZ13.8, 13.9, 16.4
Decimal7169645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.57:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.32:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D666D;
}
.text-color {
color: #6D666D;
}
.border-color {
border: 2px solid #6D666D;
}