Shades of Slate Blue #6054CE
Tints of Slate Blue #6054CE
RGB
CMYK
RGB Variations
Color information
#6054CE (or 0x6054CE) is known color: Slate Blue. HEX triplet: 60, 54 and CE. RGB value is (96,84,206). Sum of RGB (Red+Green+Blue) = 96+84+206=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #6054CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6054CE is #9FAB31. Grayscale: #656565. Windows color (decimal): -10464050 or 13522016. OLE color: 13522016.
HSL color Cylindrical-coordinate representation of color #6054CE: hue angle of 245.9º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6054CE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 84 | 206 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.19 |
| HSL | 245.9º | 0.55% | 0.57% | - |
| HSV(B) | 245.9º | 0.59% | 0.81% | - |
| XYZ | 19.13 | 13.28 | 59.95 | - |
| YUV | 101.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 206 | 0.53 | 0.59 | 0 | 0.19 | 245.9 | 0.55 | 0.57 |
| Hex | 60 | 54 | CE | 35 | 3B | 0 | 13 | F6 | 37 | 39 |
| Octal | 140 | 124 | 316 | 65 | 73 | 0 | 23 | 366 | 67 | 71 |
| Binary | 1100000 | 1010100 | 11001110 | 110101 | 111011 | 0 | 10011 | 11110110 | 110111 | 111001 |
Color Harmonies of #6054CE
Complementary color
Monochromatic Colors of #6054CE
Black with #6054CE
Text Example
Text Example
White with #6054CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6054CE; }
p { color: rgb(96,84,206); }
H1.HeaderClassName
{
color: #6054CE;
}
.AnyTagClassName
{
color: #6054CE;
}
</style>
background-color css
<style>
a { background-color: #6054CE; }
a { background-color: rgb(96,84,206); }
div.DivClassName
{
background-color: #6054CE;
}
.BgClassName
{
background-color: #6054CE;
}
</style>
border-color css
<style>
span { border-color: #6054CE; }
span { border-color: rgb(96,84,206); }
td.TdClassName
{
border-color: #6054CE;
}
.TagClassName
{
border-color: #6054CE;
}
</style>