Shades of Slate Blue #6058DB
Tints of Slate Blue #6058DB
RGB
CMYK
RGB Variations
Color information
#6058DB (or 0x6058DB) is known color: Slate Blue. HEX triplet: 60, 58 and DB. RGB value is (96,88,219). Sum of RGB (Red+Green+Blue) = 96+88+219=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #6058DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6058DB is #9FA724. Grayscale: #686868. Windows color (decimal): -10463013 or 14375008. OLE color: 14375008.
HSL color Cylindrical-coordinate representation of color #6058DB: hue angle of 243.66º 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 #6058DB is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 88 | 219 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.14 |
| HSL | 243.66º | 0.65% | 0.6% | - |
| HSV(B) | 243.66º | 0.6% | 0.86% | - |
| XYZ | 21.1 | 14.58 | 68.72 | - |
| YUV | 105.33 | 192.15 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 219 | 0.56 | 0.60 | 0 | 0.14 | 243.66 | 0.65 | 0.6 |
| Hex | 60 | 58 | DB | 38 | 3C | 0 | E | F4 | 41 | 3C |
| Octal | 140 | 130 | 333 | 70 | 74 | 0 | 16 | 364 | 101 | 74 |
| Binary | 1100000 | 1011000 | 11011011 | 111000 | 111100 | 0 | 1110 | 11110100 | 1000001 | 111100 |
Color Harmonies of #6058DB
Complementary color
Monochromatic Colors of #6058DB
Black with #6058DB
Text Example
Text Example
White with #6058DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6058DB; }
p { color: rgb(96,88,219); }
H1.HeaderClassName
{
color: #6058DB;
}
.AnyTagClassName
{
color: #6058DB;
}
</style>
background-color css
<style>
a { background-color: #6058DB; }
a { background-color: rgb(96,88,219); }
div.DivClassName
{
background-color: #6058DB;
}
.BgClassName
{
background-color: #6058DB;
}
</style>
border-color css
<style>
span { border-color: #6058DB; }
span { border-color: rgb(96,88,219); }
td.TdClassName
{
border-color: #6058DB;
}
.TagClassName
{
border-color: #6058DB;
}
</style>