Shades of Slate Blue #6057DB
Tints of Slate Blue #6057DB
RGB
CMYK
RGB Variations
Color information
#6057DB (or 0x6057DB) is known color: Slate Blue. HEX triplet: 60, 57 and DB. RGB value is (96,87,219). Sum of RGB (Red+Green+Blue) = 96+87+219=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #6057DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057DB is #9FA824. Grayscale: #686868. Windows color (decimal): -10463269 or 14374752. OLE color: 14374752.
HSL color Cylindrical-coordinate representation of color #6057DB: hue angle of 244.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6057DB is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 87 | 219 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.14 |
| HSL | 244.09º | 0.65% | 0.6% | - |
| HSV(B) | 244.09º | 0.6% | 0.86% | - |
| XYZ | 21.02 | 14.42 | 68.69 | - |
| YUV | 104.74 | 192.48 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 219 | 0.56 | 0.60 | 0 | 0.14 | 244.09 | 0.65 | 0.6 |
| Hex | 60 | 57 | DB | 38 | 3C | 0 | E | F4 | 41 | 3C |
| Octal | 140 | 127 | 333 | 70 | 74 | 0 | 16 | 364 | 101 | 74 |
| Binary | 1100000 | 1010111 | 11011011 | 111000 | 111100 | 0 | 1110 | 11110100 | 1000001 | 111100 |
Color Harmonies of #6057DB
Complementary color
Monochromatic Colors of #6057DB
Black with #6057DB
Text Example
Text Example
White with #6057DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6057DB; }
p { color: rgb(96,87,219); }
H1.HeaderClassName
{
color: #6057DB;
}
.AnyTagClassName
{
color: #6057DB;
}
</style>
background-color css
<style>
a { background-color: #6057DB; }
a { background-color: rgb(96,87,219); }
div.DivClassName
{
background-color: #6057DB;
}
.BgClassName
{
background-color: #6057DB;
}
</style>
border-color css
<style>
span { border-color: #6057DB; }
span { border-color: rgb(96,87,219); }
td.TdClassName
{
border-color: #6057DB;
}
.TagClassName
{
border-color: #6057DB;
}
</style>