#6D757C
A medium, muted neutral closely aligning with Dimgray.
About #6D757C
The hex code #6D757C represents a beautifully specific shade of neutral. Designers often compare it to the standard color Dimgray. This translates to an RGB value of rgb(109, 117, 124).
For print applications, it's crucial to understand its CMYK makeup. The color uses 12% Cyan, 6% Magenta, 0% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#6D757C
RGB109, 117, 124
HSL208.0°, 6.4%, 45.7%
CMYK12%, 6%, 0%, 51%
HSV208.0°, 12.1%, 48.6%
LAB48.8, -1.5, -4.9
XYZ16.3, 17.4, 21.6
Decimal7173500
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.49:1
Text on #000000
AA Large
4.47:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D757C;
}
.text-color {
color: #6D757C;
}
.border-color {
border: 2px solid #6D757C;
}