Shades of Slate Blue #6057C9
Tints of Slate Blue #6057C9
RGB
CMYK
RGB Variations
Color information
#6057C9 (or 0x6057C9) is known color: Slate Blue. HEX triplet: 60, 57 and C9. RGB value is (96,87,201). Sum of RGB (Red+Green+Blue) = 96+87+201=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #6057C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057C9 is #9FA836. Grayscale: #666666. Windows color (decimal): -10463287 or 13195104. OLE color: 13195104.
HSL color Cylindrical-coordinate representation of color #6057C9: hue angle of 244.74º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6057C9 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 87 | 201 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.21 |
| HSL | 244.74º | 0.51% | 0.56% | - |
| HSV(B) | 244.74º | 0.57% | 0.79% | - |
| XYZ | 18.77 | 13.52 | 56.88 | - |
| YUV | 102.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 201 | 0.52 | 0.57 | 0 | 0.21 | 244.74 | 0.51 | 0.56 |
| Hex | 60 | 57 | C9 | 34 | 39 | 0 | 15 | F5 | 33 | 38 |
| Octal | 140 | 127 | 311 | 64 | 71 | 0 | 25 | 365 | 63 | 70 |
| Binary | 1100000 | 1010111 | 11001001 | 110100 | 111001 | 0 | 10101 | 11110101 | 110011 | 111000 |
Color Harmonies of #6057C9
Complementary color
Monochromatic Colors of #6057C9
Black with #6057C9
Text Example
Text Example
White with #6057C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6057C9; }
p { color: rgb(96,87,201); }
H1.HeaderClassName
{
color: #6057C9;
}
.AnyTagClassName
{
color: #6057C9;
}
</style>
background-color css
<style>
a { background-color: #6057C9; }
a { background-color: rgb(96,87,201); }
div.DivClassName
{
background-color: #6057C9;
}
.BgClassName
{
background-color: #6057C9;
}
</style>
border-color css
<style>
span { border-color: #6057C9; }
span { border-color: rgb(96,87,201); }
td.TdClassName
{
border-color: #6057C9;
}
.TagClassName
{
border-color: #6057C9;
}
</style>