Shades of Slate Blue #6055DD
Tints of Slate Blue #6055DD
RGB
CMYK
RGB Variations
Color information
#6055DD (or 0x6055DD) is known color: Slate Blue. HEX triplet: 60, 55 and DD. RGB value is (96,85,221). Sum of RGB (Red+Green+Blue) = 96+85+221=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #6055DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6055DD is #9FAA22. Grayscale: #676767. Windows color (decimal): -10463779 or 14505312. OLE color: 14505312.
HSL color Cylindrical-coordinate representation of color #6055DD: hue angle of 244.85º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6055DD is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 85 | 221 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.13 |
| HSL | 244.85º | 0.67% | 0.6% | - |
| HSV(B) | 244.85º | 0.62% | 0.87% | - |
| XYZ | 21.12 | 14.2 | 70.03 | - |
| YUV | 103.79 | 194.14 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 221 | 0.57 | 0.62 | 0 | 0.13 | 244.85 | 0.67 | 0.6 |
| Hex | 60 | 55 | DD | 39 | 3E | 0 | D | F5 | 43 | 3C |
| Octal | 140 | 125 | 335 | 71 | 76 | 0 | 15 | 365 | 103 | 74 |
| Binary | 1100000 | 1010101 | 11011101 | 111001 | 111110 | 0 | 1101 | 11110101 | 1000011 | 111100 |
Color Harmonies of #6055DD
Complementary color
Monochromatic Colors of #6055DD
Black with #6055DD
Text Example
Text Example
White with #6055DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6055DD; }
p { color: rgb(96,85,221); }
H1.HeaderClassName
{
color: #6055DD;
}
.AnyTagClassName
{
color: #6055DD;
}
</style>
background-color css
<style>
a { background-color: #6055DD; }
a { background-color: rgb(96,85,221); }
div.DivClassName
{
background-color: #6055DD;
}
.BgClassName
{
background-color: #6055DD;
}
</style>
border-color css
<style>
span { border-color: #6055DD; }
span { border-color: rgb(96,85,221); }
td.TdClassName
{
border-color: #6055DD;
}
.TagClassName
{
border-color: #6055DD;
}
</style>