Shades of Slate Blue #6045CE
Tints of Slate Blue #6045CE
RGB
CMYK
RGB Variations
Color information
#6045CE (or 0x6045CE) is known color: Slate Blue. HEX triplet: 60, 45 and CE. RGB value is (96,69,206). Sum of RGB (Red+Green+Blue) = 96+69+206=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #6045CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045CE is #9FBA31. Grayscale: #5C5C5C. Windows color (decimal): -10467890 or 13518176. OLE color: 13518176.
HSL color Cylindrical-coordinate representation of color #6045CE: hue angle of 251.82º degrees, saturation: 0.58, 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 #6045CE is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 69 | 206 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.19 |
| HSL | 251.82º | 0.58% | 0.54% | - |
| HSV(B) | 251.82º | 0.67% | 0.81% | - |
| XYZ | 18.09 | 11.2 | 59.6 | - |
| YUV | 92.69 | 191.95 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 206 | 0.53 | 0.67 | 0 | 0.19 | 251.82 | 0.58 | 0.54 |
| Hex | 60 | 45 | CE | 35 | 43 | 0 | 13 | FC | 3A | 36 |
| Octal | 140 | 105 | 316 | 65 | 103 | 0 | 23 | 374 | 72 | 66 |
| Binary | 1100000 | 1000101 | 11001110 | 110101 | 1000011 | 0 | 10011 | 11111100 | 111010 | 110110 |
Color Harmonies of #6045CE
Complementary color
Monochromatic Colors of #6045CE
Black with #6045CE
Text Example
Text Example
White with #6045CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6045CE; }
p { color: rgb(96,69,206); }
H1.HeaderClassName
{
color: #6045CE;
}
.AnyTagClassName
{
color: #6045CE;
}
</style>
background-color css
<style>
a { background-color: #6045CE; }
a { background-color: rgb(96,69,206); }
div.DivClassName
{
background-color: #6045CE;
}
.BgClassName
{
background-color: #6045CE;
}
</style>
border-color css
<style>
span { border-color: #6045CE; }
span { border-color: rgb(96,69,206); }
td.TdClassName
{
border-color: #6045CE;
}
.TagClassName
{
border-color: #6045CE;
}
</style>