#6D57B6
A medium, moderate blue closely aligning with Slateblue.
About #6D57B6
At its core, #6D57B6 is a medium and moderate hue. It is closely associated with the named CSS color Slateblue. This translates to an RGB value of rgb(109, 87, 182).
For print applications, it's crucial to understand its CMYK makeup. The color uses 40% Cyan, 52% Magenta, 0% Yellow, and 29% 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D57B6
RGB109, 87, 182
HSL253.9°, 39.4%, 52.7%
CMYK40%, 52%, 0%, 29%
HSV253.9°, 52.2%, 71.4%
LAB43.4, 31.8, -47.5
XYZ18.2, 13.4, 45.9
Decimal7165878
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.69:1
Text on #FFFFFF
AA
3.69:1
Text on #000000
AA Large
5.44:1
Text on #F8FAFC
AA
3.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D57B6;
}
.text-color {
color: #6D57B6;
}
.border-color {
border: 2px solid #6D57B6;
}