Shades of Slate Blue #6055DB
Tints of Slate Blue #6055DB
RGB
CMYK
RGB Variations
Color information
#6055DB (or 0x6055DB) is known color: Slate Blue. HEX triplet: 60, 55 and DB. RGB value is (96,85,219). Sum of RGB (Red+Green+Blue) = 96+85+219=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #6055DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6055DB is #9FAA24. Grayscale: #676767. Windows color (decimal): -10463781 or 14374240. OLE color: 14374240.
HSL color Cylindrical-coordinate representation of color #6055DB: hue angle of 244.93º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6055DB is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 85 | 219 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.14 |
| HSL | 244.93º | 0.65% | 0.6% | - |
| HSV(B) | 244.93º | 0.61% | 0.86% | - |
| XYZ | 20.86 | 14.1 | 68.64 | - |
| YUV | 103.57 | 193.14 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 219 | 0.56 | 0.61 | 0 | 0.14 | 244.93 | 0.65 | 0.6 |
| Hex | 60 | 55 | DB | 38 | 3D | 0 | E | F5 | 41 | 3C |
| Octal | 140 | 125 | 333 | 70 | 75 | 0 | 16 | 365 | 101 | 74 |
| Binary | 1100000 | 1010101 | 11011011 | 111000 | 111101 | 0 | 1110 | 11110101 | 1000001 | 111100 |
Color Harmonies of #6055DB
Complementary color
Monochromatic Colors of #6055DB
Black with #6055DB
Text Example
Text Example
White with #6055DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6055DB; }
p { color: rgb(96,85,219); }
H1.HeaderClassName
{
color: #6055DB;
}
.AnyTagClassName
{
color: #6055DB;
}
</style>
background-color css
<style>
a { background-color: #6055DB; }
a { background-color: rgb(96,85,219); }
div.DivClassName
{
background-color: #6055DB;
}
.BgClassName
{
background-color: #6055DB;
}
</style>
border-color css
<style>
span { border-color: #6055DB; }
span { border-color: rgb(96,85,219); }
td.TdClassName
{
border-color: #6055DB;
}
.TagClassName
{
border-color: #6055DB;
}
</style>