#6F647F
A medium, muted purple closely aligning with Slategray.
About #6F647F
The hex code #6F647F represents a beautifully specific shade of purple. It is closely associated with the named CSS color Slategray. In the RGB color space, it consists of 111 red, 100 green, and 127 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 13% cyan and 21% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6F647F
RGB111, 100, 127
HSL264.4°, 11.9%, 44.5%
CMYK13%, 21%, 0%, 50%
HSV264.4°, 21.3%, 49.8%
LAB44.3, 10.1, -13.4
XYZ14.9, 14.0, 22.0
Decimal7300223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.52:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6F647F;
}
.text-color {
color: #6F647F;
}
.border-color {
border: 2px solid #6F647F;
}