Shades of Slate Blue #6052D9
Tints of Slate Blue #6052D9
RGB
CMYK
RGB Variations
Color information
#6052D9 (or 0x6052D9) is known color: Slate Blue. HEX triplet: 60, 52 and D9. RGB value is (96,82,217). Sum of RGB (Red+Green+Blue) = 96+82+217=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #6052D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052D9 is #9FAD26. Grayscale: #656565. Windows color (decimal): -10464551 or 14242400. OLE color: 14242400.
HSL color Cylindrical-coordinate representation of color #6052D9: hue angle of 246.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6052D9 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 82 | 217 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.15 |
| HSL | 246.22º | 0.64% | 0.59% | - |
| HSV(B) | 246.22º | 0.62% | 0.85% | - |
| XYZ | 20.37 | 13.53 | 67.18 | - |
| YUV | 101.58 | 193.14 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 217 | 0.56 | 0.62 | 0 | 0.15 | 246.22 | 0.64 | 0.59 |
| Hex | 60 | 52 | D9 | 38 | 3E | 0 | F | F6 | 40 | 3B |
| Octal | 140 | 122 | 331 | 70 | 76 | 0 | 17 | 366 | 100 | 73 |
| Binary | 1100000 | 1010010 | 11011001 | 111000 | 111110 | 0 | 1111 | 11110110 | 1000000 | 111011 |
Color Harmonies of #6052D9
Complementary color
Monochromatic Colors of #6052D9
Black with #6052D9
Text Example
Text Example
White with #6052D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6052D9; }
p { color: rgb(96,82,217); }
H1.HeaderClassName
{
color: #6052D9;
}
.AnyTagClassName
{
color: #6052D9;
}
</style>
background-color css
<style>
a { background-color: #6052D9; }
a { background-color: rgb(96,82,217); }
div.DivClassName
{
background-color: #6052D9;
}
.BgClassName
{
background-color: #6052D9;
}
</style>
border-color css
<style>
span { border-color: #6052D9; }
span { border-color: rgb(96,82,217); }
td.TdClassName
{
border-color: #6052D9;
}
.TagClassName
{
border-color: #6052D9;
}
</style>