#6657E2
A light, vivid blue closely aligning with Mediumslateblue.
About #6657E2
The hex code #6657E2 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(102, 87, 226).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 55% C, 62% M, 0% Y, and 11% K. With a hue angle of 246.5 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF 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#6657E2
RGB102, 87, 226
HSL246.5°, 70.6%, 61.4%
CMYK55%, 62%, 0%, 11%
HSV246.5°, 61.5%, 88.6%
LAB45.8, 43.4, -69.0
XYZ22.6, 15.1, 73.7
Decimal6707170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.22:1
Text on #FFFFFF
AA
4.03:1
Text on #000000
AA Large
4.98:1
Text on #F8FAFC
AA
3.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6657E2;
}
.text-color {
color: #6657E2;
}
.border-color {
border: 2px solid #6657E2;
}