Shades of Slate Blue #6045CF
Tints of Slate Blue #6045CF
RGB
CMYK
RGB Variations
Color information
#6045CF (or 0x6045CF) is known color: Slate Blue. HEX triplet: 60, 45 and CF. RGB value is (96,69,207). Sum of RGB (Red+Green+Blue) = 96+69+207=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #6045CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045CF is #9FBA30. Grayscale: #5C5C5C. Windows color (decimal): -10467889 or 13583712. OLE color: 13583712.
HSL color Cylindrical-coordinate representation of color #6045CF: hue angle of 251.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6045CF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 69 | 207 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.19 |
| HSL | 251.74º | 0.59% | 0.54% | - |
| HSV(B) | 251.74º | 0.67% | 0.81% | - |
| XYZ | 18.21 | 11.25 | 60.24 | - |
| YUV | 92.81 | 192.45 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 207 | 0.54 | 0.67 | 0 | 0.19 | 251.74 | 0.59 | 0.54 |
| Hex | 60 | 45 | CF | 36 | 43 | 0 | 13 | FC | 3B | 36 |
| Octal | 140 | 105 | 317 | 66 | 103 | 0 | 23 | 374 | 73 | 66 |
| Binary | 1100000 | 1000101 | 11001111 | 110110 | 1000011 | 0 | 10011 | 11111100 | 111011 | 110110 |
Color Harmonies of #6045CF
Complementary color
Monochromatic Colors of #6045CF
Black with #6045CF
Text Example
Text Example
White with #6045CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6045CF; }
p { color: rgb(96,69,207); }
H1.HeaderClassName
{
color: #6045CF;
}
.AnyTagClassName
{
color: #6045CF;
}
</style>
background-color css
<style>
a { background-color: #6045CF; }
a { background-color: rgb(96,69,207); }
div.DivClassName
{
background-color: #6045CF;
}
.BgClassName
{
background-color: #6045CF;
}
</style>
border-color css
<style>
span { border-color: #6045CF; }
span { border-color: rgb(96,69,207); }
td.TdClassName
{
border-color: #6045CF;
}
.TagClassName
{
border-color: #6045CF;
}
</style>