#6D66B6
A medium, moderate blue closely aligning with Darkslateblue.
About #6D66B6
Visually, #6D66B6 is defined as a moderate blue. Designers often compare it to the standard color Darkslateblue. In the RGB color space, it consists of 109 red, 102 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 40% C, 44% M, 0% Y, and 29% K. With a hue angle of 245.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D66B6
RGB109, 102, 182
HSL245.2°, 35.4%, 55.7%
CMYK40%, 44%, 0%, 29%
HSV245.2°, 44.0%, 71.4%
LAB47.1, 22.7, -41.6
XYZ19.5, 16.1, 46.3
Decimal7169718
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.97:1
Text on #FFFFFF
AA
4.23:1
Text on #000000
AA Large
4.75:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D66B6;
}
.text-color {
color: #6D66B6;
}
.border-color {
border: 2px solid #6D66B6;
}