Shades of Slate Blue #6058DF
Tints of Slate Blue #6058DF
RGB
CMYK
RGB Variations
Color information
#6058DF (or 0x6058DF) is known color: Slate Blue. HEX triplet: 60, 58 and DF. RGB value is (96,88,223). Sum of RGB (Red+Green+Blue) = 96+88+223=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #6058DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6058DF is #9FA720. Grayscale: #696969. Windows color (decimal): -10463009 or 14637152. OLE color: 14637152.
HSL color Cylindrical-coordinate representation of color #6058DF: hue angle of 243.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6058DF is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 88 | 223 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.13 |
| HSL | 243.56º | 0.68% | 0.61% | - |
| HSV(B) | 243.56º | 0.61% | 0.87% | - |
| XYZ | 21.63 | 14.79 | 71.53 | - |
| YUV | 105.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 223 | 0.57 | 0.61 | 0 | 0.13 | 243.56 | 0.68 | 0.61 |
| Hex | 60 | 58 | DF | 39 | 3D | 0 | D | F4 | 44 | 3D |
| Octal | 140 | 130 | 337 | 71 | 75 | 0 | 15 | 364 | 104 | 75 |
| Binary | 1100000 | 1011000 | 11011111 | 111001 | 111101 | 0 | 1101 | 11110100 | 1000100 | 111101 |
Color Harmonies of #6058DF
Complementary color
Monochromatic Colors of #6058DF
Black with #6058DF
Text Example
Text Example
White with #6058DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6058DF; }
p { color: rgb(96,88,223); }
H1.HeaderClassName
{
color: #6058DF;
}
.AnyTagClassName
{
color: #6058DF;
}
</style>
background-color css
<style>
a { background-color: #6058DF; }
a { background-color: rgb(96,88,223); }
div.DivClassName
{
background-color: #6058DF;
}
.BgClassName
{
background-color: #6058DF;
}
</style>
border-color css
<style>
span { border-color: #6058DF; }
span { border-color: rgb(96,88,223); }
td.TdClassName
{
border-color: #6058DF;
}
.TagClassName
{
border-color: #6058DF;
}
</style>