#6649E2
A medium, vivid blue closely aligning with Mediumslateblue.
About #6649E2
The hex code #6649E2 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Mediumslateblue. In the RGB color space, it consists of 102 red, 73 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 55% Cyan, 68% Magenta, 0% Yellow, and 11% Black. The HSL representation is 251.4° hue, 72.5% saturation, and 58.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6649E2
RGB102, 73, 226
HSL251.4°, 72.5%, 58.6%
CMYK55%, 68%, 0%, 11%
HSV251.4°, 67.7%, 88.6%
LAB42.9, 51.3, -73.8
XYZ21.6, 13.1, 73.3
Decimal6703586
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.81:1
Text on #FFFFFF
AA
3.62:1
Text on #000000
AA Large
5.55:1
Text on #F8FAFC
AA
3.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6649E2;
}
.text-color {
color: #6649E2;
}
.border-color {
border: 2px solid #6649E2;
}