#6649F0
A light, vivid blue closely aligning with Blueviolet.
About #6649F0
When working with digital screens, the color #6649F0 is rendered by mixing light. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(102, 73, 240).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 57% cyan and 70% magenta inks. The HSL representation is 250.4° hue, 84.8% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6649F0
RGB102, 73, 240
HSL250.4°, 84.8%, 61.4%
CMYK57%, 70%, 0%, 6%
HSV250.4°, 69.6%, 94.1%
LAB44.1, 55.3, -79.8
XYZ23.6, 13.9, 83.9
Decimal6703600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.56:1
Text on #FFFFFF
AA
3.78:1
Text on #000000
AA Large
5.32:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6649F0;
}
.text-color {
color: #6649F0;
}
.border-color {
border: 2px solid #6649F0;
}