#6D7566
A medium, muted neutral closely aligning with Dimgray.
About #6D7566
When working with digital screens, the color #6D7566 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 109 red, 117 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. With a hue angle of 92.0 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D7566
RGB109, 117, 102
HSL92.0°, 6.8%, 42.9%
CMYK7%, 0%, 13%, 54%
HSV92.0°, 12.8%, 45.9%
LAB48.2, -6.0, 7.3
XYZ15.1, 16.9, 15.0
Decimal7173478
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.79:1
Text on #FFFFFF
AA
4.39:1
Text on #000000
AA Large
4.58:1
Text on #F8FAFC
AA
3.73:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D7566;
}
.text-color {
color: #6D7566;
}
.border-color {
border: 2px solid #6D7566;
}