Shades of Slate Blue #6059CF
Tints of Slate Blue #6059CF
RGB
CMYK
RGB Variations
Color information
#6059CF (or 0x6059CF) is known color: Slate Blue. HEX triplet: 60, 59 and CF. RGB value is (96,89,207). Sum of RGB (Red+Green+Blue) = 96+89+207=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #6059CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059CF is #9FA630. Grayscale: #686868. Windows color (decimal): -10462769 or 13588832. OLE color: 13588832.
HSL color Cylindrical-coordinate representation of color #6059CF: hue angle of 243.56º degrees, saturation: 0.55, 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 #6059CF is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 89 | 207 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.19 |
| HSL | 243.56º | 0.55% | 0.58% | - |
| HSV(B) | 243.56º | 0.57% | 0.81% | - |
| XYZ | 19.66 | 14.14 | 60.72 | - |
| YUV | 104.55 | 185.82 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 207 | 0.54 | 0.57 | 0 | 0.19 | 243.56 | 0.55 | 0.58 |
| Hex | 60 | 59 | CF | 36 | 39 | 0 | 13 | F4 | 37 | 3A |
| Octal | 140 | 131 | 317 | 66 | 71 | 0 | 23 | 364 | 67 | 72 |
| Binary | 1100000 | 1011001 | 11001111 | 110110 | 111001 | 0 | 10011 | 11110100 | 110111 | 111010 |
Color Harmonies of #6059CF
Complementary color
Monochromatic Colors of #6059CF
Black with #6059CF
Text Example
Text Example
White with #6059CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6059CF; }
p { color: rgb(96,89,207); }
H1.HeaderClassName
{
color: #6059CF;
}
.AnyTagClassName
{
color: #6059CF;
}
</style>
background-color css
<style>
a { background-color: #6059CF; }
a { background-color: rgb(96,89,207); }
div.DivClassName
{
background-color: #6059CF;
}
.BgClassName
{
background-color: #6059CF;
}
</style>
border-color css
<style>
span { border-color: #6059CF; }
span { border-color: rgb(96,89,207); }
td.TdClassName
{
border-color: #6059CF;
}
.TagClassName
{
border-color: #6059CF;
}
</style>