#6650D3
A medium, moderate blue closely aligning with Mediumslateblue.
About #6650D3
The hex code #6650D3 represents a beautifully specific shade of blue. Designers often compare it to the standard color Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 80, and 211.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 52% cyan, 62% magenta, 0% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#6650D3
RGB102, 80, 211
HSL250.1°, 59.8%, 57.1%
CMYK52%, 62%, 0%, 17%
HSV250.1°, 62.1%, 82.7%
LAB43.2, 42.9, -64.8
XYZ20.1, 13.3, 63.1
Decimal6705363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.75:1
Text on #FFFFFF
AA
3.65:1
Text on #000000
AA Large
5.49:1
Text on #F8FAFC
AA
3.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6650D3;
}
.text-color {
color: #6650D3;
}
.border-color {
border: 2px solid #6650D3;
}