#6D75E2
A light, moderate blue closely aligning with Royalblue.
About #6D75E2
The hex code #6D75E2 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Royalblue. This translates to an RGB value of rgb(109, 117, 226).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 52% C, 48% M, 0% Y, and 11% K. The HSL representation is 235.9° hue, 66.9% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D75E2
RGB109, 117, 226
HSL235.9°, 66.9%, 65.7%
CMYK52%, 48%, 0%, 11%
HSV235.9°, 51.8%, 88.6%
LAB53.5, 26.8, -56.6
XYZ26.4, 21.5, 74.7
Decimal7173602
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.97:1
Text on #FFFFFF
AA Large
5.29:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D75E2;
}
.text-color {
color: #6D75E2;
}
.border-color {
border: 2px solid #6D75E2;
}