Shades of Slate Blue #6057E0
Tints of Slate Blue #6057E0
RGB
CMYK
RGB Variations
Color information
#6057E0 (or 0x6057E0) is known color: Slate Blue. HEX triplet: 60, 57 and E0. RGB value is (96,87,224). Sum of RGB (Red+Green+Blue) = 96+87+224=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #6057E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057E0 is #9FA81F. Grayscale: #686868. Windows color (decimal): -10463264 or 14702432. OLE color: 14702432.
HSL color Cylindrical-coordinate representation of color #6057E0: hue angle of 243.94º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6057E0 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 87 | 224 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.12 |
| HSL | 243.94º | 0.69% | 0.61% | - |
| HSV(B) | 243.94º | 0.61% | 0.88% | - |
| XYZ | 21.69 | 14.69 | 72.21 | - |
| YUV | 105.31 | 194.98 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 224 | 0.57 | 0.61 | 0 | 0.12 | 243.94 | 0.69 | 0.61 |
| Hex | 60 | 57 | E0 | 39 | 3D | 0 | C | F4 | 45 | 3D |
| Octal | 140 | 127 | 340 | 71 | 75 | 0 | 14 | 364 | 105 | 75 |
| Binary | 1100000 | 1010111 | 11100000 | 111001 | 111101 | 0 | 1100 | 11110100 | 1000101 | 111101 |
Color Harmonies of #6057E0
Complementary color
Monochromatic Colors of #6057E0
Black with #6057E0
Text Example
Text Example
White with #6057E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6057E0; }
p { color: rgb(96,87,224); }
H1.HeaderClassName
{
color: #6057E0;
}
.AnyTagClassName
{
color: #6057E0;
}
</style>
background-color css
<style>
a { background-color: #6057E0; }
a { background-color: rgb(96,87,224); }
div.DivClassName
{
background-color: #6057E0;
}
.BgClassName
{
background-color: #6057E0;
}
</style>
border-color css
<style>
span { border-color: #6057E0; }
span { border-color: rgb(96,87,224); }
td.TdClassName
{
border-color: #6057E0;
}
.TagClassName
{
border-color: #6057E0;
}
</style>