#666666
A medium, muted neutral closely aligning with Dimgray.
About #666666
Visually, #666666 is defined as a muted neutral. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 102 red, 102 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 0% Magenta, 0% Yellow, and 60% Black. With a hue angle of 0 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#666666
RGB102, 102, 102
HSL0°, 0%, 40.0%
CMYK0%, 0%, 0%, 60%
HSV0°, 0.0%, 40.0%
LAB43.2, 0.0, -0.0
XYZ12.6, 13.3, 14.5
Decimal6710886
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.74:1
Text on #FFFFFF
AA
3.66:1
Text on #000000
AA Large
5.49:1
Text on #F8FAFC
AA
3.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666666;
}
.text-color {
color: #666666;
}
.border-color {
border: 2px solid #666666;
}