Shades of Slate Blue #6053DB
Tints of Slate Blue #6053DB
RGB
CMYK
RGB Variations
Color information
#6053DB (or 0x6053DB) is known color: Slate Blue. HEX triplet: 60, 53 and DB. RGB value is (96,83,219). Sum of RGB (Red+Green+Blue) = 96+83+219=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #6053DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053DB is #9FAC24. Grayscale: #656565. Windows color (decimal): -10464293 or 14373728. OLE color: 14373728.
HSL color Cylindrical-coordinate representation of color #6053DB: hue angle of 245.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6053DB is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 83 | 219 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.14 |
| HSL | 245.74º | 0.65% | 0.59% | - |
| HSV(B) | 245.74º | 0.62% | 0.86% | - |
| XYZ | 20.7 | 13.79 | 68.59 | - |
| YUV | 102.39 | 193.81 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 219 | 0.56 | 0.62 | 0 | 0.14 | 245.74 | 0.65 | 0.59 |
| Hex | 60 | 53 | DB | 38 | 3E | 0 | E | F6 | 41 | 3B |
| Octal | 140 | 123 | 333 | 70 | 76 | 0 | 16 | 366 | 101 | 73 |
| Binary | 1100000 | 1010011 | 11011011 | 111000 | 111110 | 0 | 1110 | 11110110 | 1000001 | 111011 |
Color Harmonies of #6053DB
Complementary color
Monochromatic Colors of #6053DB
Black with #6053DB
Text Example
Text Example
White with #6053DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6053DB; }
p { color: rgb(96,83,219); }
H1.HeaderClassName
{
color: #6053DB;
}
.AnyTagClassName
{
color: #6053DB;
}
</style>
background-color css
<style>
a { background-color: #6053DB; }
a { background-color: rgb(96,83,219); }
div.DivClassName
{
background-color: #6053DB;
}
.BgClassName
{
background-color: #6053DB;
}
</style>
border-color css
<style>
span { border-color: #6053DB; }
span { border-color: rgb(96,83,219); }
td.TdClassName
{
border-color: #6053DB;
}
.TagClassName
{
border-color: #6053DB;
}
</style>