#6D66C5
A medium, moderate blue closely aligning with Mediumpurple.
About #6D66C5
At its core, #6D66C5 is a medium and moderate hue. Designers often compare it to the standard color Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 102, and 197.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 45% Cyan, 48% Magenta, 0% Yellow, and 23% Black. The HSL representation is 244.4° hue, 45.0% saturation, and 58.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D66C5
RGB109, 102, 197
HSL244.4°, 45.0%, 58.6%
CMYK45%, 48%, 0%, 23%
HSV244.4°, 48.2%, 77.3%
LAB48.0, 27.1, -48.9
XYZ21.1, 16.8, 54.9
Decimal7169733
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.82:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.61:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D66C5;
}
.text-color {
color: #6D66C5;
}
.border-color {
border: 2px solid #6D66C5;
}