Shades of Slate Blue #6057CE
Tints of Slate Blue #6057CE
RGB
CMYK
RGB Variations
Color information
#6057CE (or 0x6057CE) is known color: Slate Blue. HEX triplet: 60, 57 and CE. RGB value is (96,87,206). Sum of RGB (Red+Green+Blue) = 96+87+206=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #6057CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057CE is #9FA831. Grayscale: #666666. Windows color (decimal): -10463282 or 13522784. OLE color: 13522784.
HSL color Cylindrical-coordinate representation of color #6057CE: hue angle of 244.54º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6057CE is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 87 | 206 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.19 |
| HSL | 244.54º | 0.55% | 0.57% | - |
| HSV(B) | 244.54º | 0.58% | 0.81% | - |
| XYZ | 19.37 | 13.76 | 60.03 | - |
| YUV | 103.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 206 | 0.53 | 0.58 | 0 | 0.19 | 244.54 | 0.55 | 0.57 |
| Hex | 60 | 57 | CE | 35 | 3A | 0 | 13 | F5 | 37 | 39 |
| Octal | 140 | 127 | 316 | 65 | 72 | 0 | 23 | 365 | 67 | 71 |
| Binary | 1100000 | 1010111 | 11001110 | 110101 | 111010 | 0 | 10011 | 11110101 | 110111 | 111001 |
Color Harmonies of #6057CE
Complementary color
Monochromatic Colors of #6057CE
Black with #6057CE
Text Example
Text Example
White with #6057CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6057CE; }
p { color: rgb(96,87,206); }
H1.HeaderClassName
{
color: #6057CE;
}
.AnyTagClassName
{
color: #6057CE;
}
</style>
background-color css
<style>
a { background-color: #6057CE; }
a { background-color: rgb(96,87,206); }
div.DivClassName
{
background-color: #6057CE;
}
.BgClassName
{
background-color: #6057CE;
}
</style>
border-color css
<style>
span { border-color: #6057CE; }
span { border-color: rgb(96,87,206); }
td.TdClassName
{
border-color: #6057CE;
}
.TagClassName
{
border-color: #6057CE;
}
</style>