Shades of Slate Blue #6053CE
Tints of Slate Blue #6053CE
RGB
CMYK
RGB Variations
Color information
#6053CE (or 0x6053CE) is known color: Slate Blue. HEX triplet: 60, 53 and CE. RGB value is (96,83,206). Sum of RGB (Red+Green+Blue) = 96+83+206=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #6053CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053CE is #9FAC31. Grayscale: #646464. Windows color (decimal): -10464306 or 13521760. OLE color: 13521760.
HSL color Cylindrical-coordinate representation of color #6053CE: hue angle of 246.34º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6053CE is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 83 | 206 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.19 |
| HSL | 246.34º | 0.56% | 0.57% | - |
| HSV(B) | 246.34º | 0.6% | 0.81% | - |
| XYZ | 19.06 | 13.13 | 59.92 | - |
| YUV | 100.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 206 | 0.53 | 0.60 | 0 | 0.19 | 246.34 | 0.56 | 0.57 |
| Hex | 60 | 53 | CE | 35 | 3C | 0 | 13 | F6 | 38 | 39 |
| Octal | 140 | 123 | 316 | 65 | 74 | 0 | 23 | 366 | 70 | 71 |
| Binary | 1100000 | 1010011 | 11001110 | 110101 | 111100 | 0 | 10011 | 11110110 | 111000 | 111001 |
Color Harmonies of #6053CE
Complementary color
Monochromatic Colors of #6053CE
Black with #6053CE
Text Example
Text Example
White with #6053CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6053CE; }
p { color: rgb(96,83,206); }
H1.HeaderClassName
{
color: #6053CE;
}
.AnyTagClassName
{
color: #6053CE;
}
</style>
background-color css
<style>
a { background-color: #6053CE; }
a { background-color: rgb(96,83,206); }
div.DivClassName
{
background-color: #6053CE;
}
.BgClassName
{
background-color: #6053CE;
}
</style>
border-color css
<style>
span { border-color: #6053CE; }
span { border-color: rgb(96,83,206); }
td.TdClassName
{
border-color: #6053CE;
}
.TagClassName
{
border-color: #6053CE;
}
</style>