#6675E9
A light, vivid blue closely aligning with Royalblue.
About #6675E9
The hex code #6675E9 represents a beautifully specific shade of blue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(102, 117, 233).
For print applications, it's crucial to understand its CMYK makeup. The color uses 56% Cyan, 50% Magenta, 0% Yellow, and 9% Black. With a hue angle of 233.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6675E9
RGB102, 117, 233
HSL233.1°, 74.9%, 65.7%
CMYK56%, 50%, 0%, 9%
HSV233.1°, 56.2%, 91.4%
LAB53.4, 27.6, -60.7
XYZ26.5, 21.4, 79.8
Decimal6714857
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.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6675E9;
}
.text-color {
color: #6675E9;
}
.border-color {
border: 2px solid #6675E9;
}