Shades of Slate Blue #6059CE
Tints of Slate Blue #6059CE
RGB
CMYK
RGB Variations
Color information
#6059CE (or 0x6059CE) is known color: Slate Blue. HEX triplet: 60, 59 and CE. RGB value is (96,89,206). Sum of RGB (Red+Green+Blue) = 96+89+206=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #6059CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059CE is #9FA631. Grayscale: #676767. Windows color (decimal): -10462770 or 13523296. OLE color: 13523296.
HSL color Cylindrical-coordinate representation of color #6059CE: hue angle of 243.59º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6059CE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 89 | 206 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.19 |
| HSL | 243.59º | 0.54% | 0.58% | - |
| HSV(B) | 243.59º | 0.57% | 0.81% | - |
| XYZ | 19.54 | 14.09 | 60.08 | - |
| YUV | 104.43 | 185.32 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 206 | 0.53 | 0.57 | 0 | 0.19 | 243.59 | 0.54 | 0.58 |
| Hex | 60 | 59 | CE | 35 | 39 | 0 | 13 | F4 | 36 | 3A |
| Octal | 140 | 131 | 316 | 65 | 71 | 0 | 23 | 364 | 66 | 72 |
| Binary | 1100000 | 1011001 | 11001110 | 110101 | 111001 | 0 | 10011 | 11110100 | 110110 | 111010 |
Color Harmonies of #6059CE
Complementary color
Monochromatic Colors of #6059CE
Black with #6059CE
Text Example
Text Example
White with #6059CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6059CE; }
p { color: rgb(96,89,206); }
H1.HeaderClassName
{
color: #6059CE;
}
.AnyTagClassName
{
color: #6059CE;
}
</style>
background-color css
<style>
a { background-color: #6059CE; }
a { background-color: rgb(96,89,206); }
div.DivClassName
{
background-color: #6059CE;
}
.BgClassName
{
background-color: #6059CE;
}
</style>
border-color css
<style>
span { border-color: #6059CE; }
span { border-color: rgb(96,89,206); }
td.TdClassName
{
border-color: #6059CE;
}
.TagClassName
{
border-color: #6059CE;
}
</style>