Shades of Slate Blue #6057CF
Tints of Slate Blue #6057CF
RGB
CMYK
RGB Variations
Color information
#6057CF (or 0x6057CF) is known color: Slate Blue. HEX triplet: 60, 57 and CF. RGB value is (96,87,207). Sum of RGB (Red+Green+Blue) = 96+87+207=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #6057CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057CF is #9FA830. Grayscale: #666666. Windows color (decimal): -10463281 or 13588320. OLE color: 13588320.
HSL color Cylindrical-coordinate representation of color #6057CF: hue angle of 244.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6057CF is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 87 | 207 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.19 |
| HSL | 244.5º | 0.56% | 0.58% | - |
| HSV(B) | 244.5º | 0.58% | 0.81% | - |
| XYZ | 19.49 | 13.81 | 60.67 | - |
| YUV | 103.37 | 186.48 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 207 | 0.54 | 0.58 | 0 | 0.19 | 244.5 | 0.56 | 0.58 |
| Hex | 60 | 57 | CF | 36 | 3A | 0 | 13 | F4 | 38 | 3A |
| Octal | 140 | 127 | 317 | 66 | 72 | 0 | 23 | 364 | 70 | 72 |
| Binary | 1100000 | 1010111 | 11001111 | 110110 | 111010 | 0 | 10011 | 11110100 | 111000 | 111010 |
Color Harmonies of #6057CF
Complementary color
Monochromatic Colors of #6057CF
Black with #6057CF
Text Example
Text Example
White with #6057CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6057CF; }
p { color: rgb(96,87,207); }
H1.HeaderClassName
{
color: #6057CF;
}
.AnyTagClassName
{
color: #6057CF;
}
</style>
background-color css
<style>
a { background-color: #6057CF; }
a { background-color: rgb(96,87,207); }
div.DivClassName
{
background-color: #6057CF;
}
.BgClassName
{
background-color: #6057CF;
}
</style>
border-color css
<style>
span { border-color: #6057CF; }
span { border-color: rgb(96,87,207); }
td.TdClassName
{
border-color: #6057CF;
}
.TagClassName
{
border-color: #6057CF;
}
</style>