Shades of Slate Blue #6055D5
Tints of Slate Blue #6055D5
RGB
CMYK
RGB Variations
Color information
#6055D5 (or 0x6055D5) is known color: Slate Blue. HEX triplet: 60, 55 and D5. RGB value is (96,85,213). Sum of RGB (Red+Green+Blue) = 96+85+213=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #6055D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6055D5 is #9FAA2A. Grayscale: #666666. Windows color (decimal): -10463787 or 13981024. OLE color: 13981024.
HSL color Cylindrical-coordinate representation of color #6055D5: hue angle of 245.16º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6055D5 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 85 | 213 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.16 |
| HSL | 245.16º | 0.6% | 0.58% | - |
| HSV(B) | 245.16º | 0.6% | 0.84% | - |
| XYZ | 20.08 | 13.79 | 64.55 | - |
| YUV | 102.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 213 | 0.55 | 0.60 | 0 | 0.16 | 245.16 | 0.6 | 0.58 |
| Hex | 60 | 55 | D5 | 37 | 3C | 0 | 10 | F5 | 3C | 3A |
| Octal | 140 | 125 | 325 | 67 | 74 | 0 | 20 | 365 | 74 | 72 |
| Binary | 1100000 | 1010101 | 11010101 | 110111 | 111100 | 0 | 10000 | 11110101 | 111100 | 111010 |
Color Harmonies of #6055D5
Complementary color
Monochromatic Colors of #6055D5
Black with #6055D5
Text Example
Text Example
White with #6055D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6055D5; }
p { color: rgb(96,85,213); }
H1.HeaderClassName
{
color: #6055D5;
}
.AnyTagClassName
{
color: #6055D5;
}
</style>
background-color css
<style>
a { background-color: #6055D5; }
a { background-color: rgb(96,85,213); }
div.DivClassName
{
background-color: #6055D5;
}
.BgClassName
{
background-color: #6055D5;
}
</style>
border-color css
<style>
span { border-color: #6055D5; }
span { border-color: rgb(96,85,213); }
td.TdClassName
{
border-color: #6055D5;
}
.TagClassName
{
border-color: #6055D5;
}
</style>