#6675FF
A light, vivid blue closely aligning with Mediumslateblue.
About #6675FF
At its core, #6675FF is a light and vivid hue. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 102 red, 117 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 60% cyan, 54% magenta, 0% yellow, and 0% black. With a hue angle of 234.1 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6675FF
RGB102, 117, 255
HSL234.1°, 100.0%, 70.0%
CMYK60%, 54%, 0%, 0%
HSV234.1°, 60.0%, 100.0%
LAB54.8, 34.7, -70.6
XYZ29.9, 22.8, 97.4
Decimal6714879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.78:1
Text on #FFFFFF
AA Large
5.55:1
Text on #000000
AA
3.61:1
Text on #F8FAFC
AA Large
4.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6675FF;
}
.text-color {
color: #6675FF;
}
.border-color {
border: 2px solid #6675FF;
}