Shades of Slate Blue #6058E5
Tints of Slate Blue #6058E5
RGB
CMYK
RGB Variations
Color information
#6058E5 (or 0x6058E5) is known color: Slate Blue. HEX triplet: 60, 58 and E5. RGB value is (96,88,229). Sum of RGB (Red+Green+Blue) = 96+88+229=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #6058E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6058E5 is #9FA71A. Grayscale: #696969. Windows color (decimal): -10463003 or 15030368. OLE color: 15030368.
HSL color Cylindrical-coordinate representation of color #6058E5: hue angle of 243.4º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6058E5 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 88 | 229 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.10 |
| HSL | 243.4º | 0.73% | 0.62% | - |
| HSV(B) | 243.4º | 0.62% | 0.9% | - |
| XYZ | 22.46 | 15.12 | 75.86 | - |
| YUV | 106.47 | 197.15 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 229 | 0.58 | 0.62 | 0 | 0.10 | 243.4 | 0.73 | 0.62 |
| Hex | 60 | 58 | E5 | 3A | 3E | 0 | A | F3 | 49 | 3E |
| Octal | 140 | 130 | 345 | 72 | 76 | 0 | 12 | 363 | 111 | 76 |
| Binary | 1100000 | 1011000 | 11100101 | 111010 | 111110 | 0 | 1010 | 11110011 | 1001001 | 111110 |
Color Harmonies of #6058E5
Complementary color
Monochromatic Colors of #6058E5
Black with #6058E5
Text Example
Text Example
White with #6058E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6058E5; }
p { color: rgb(96,88,229); }
H1.HeaderClassName
{
color: #6058E5;
}
.AnyTagClassName
{
color: #6058E5;
}
</style>
background-color css
<style>
a { background-color: #6058E5; }
a { background-color: rgb(96,88,229); }
div.DivClassName
{
background-color: #6058E5;
}
.BgClassName
{
background-color: #6058E5;
}
</style>
border-color css
<style>
span { border-color: #6058E5; }
span { border-color: rgb(96,88,229); }
td.TdClassName
{
border-color: #6058E5;
}
.TagClassName
{
border-color: #6058E5;
}
</style>