#6D75E9
A light, vivid blue closely aligning with Royalblue.
About #6D75E9
When working with digital screens, the color #6D75E9 is rendered by mixing light. Designers often compare it to the standard color Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 117, and 233.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 53% cyan and 50% magenta inks. The HSL representation is 236.1° hue, 73.8% saturation, and 67.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D75E9
RGB109, 117, 233
HSL236.1°, 73.8%, 67.1%
CMYK53%, 50%, 0%, 9%
HSV236.1°, 53.2%, 91.4%
LAB53.9, 29.0, -59.9
XYZ27.4, 21.9, 79.9
Decimal7173609
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.37:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D75E9;
}
.text-color {
color: #6D75E9;
}
.border-color {
border: 2px solid #6D75E9;
}