Shades of Slate Blue #6052DB
Tints of Slate Blue #6052DB
RGB
CMYK
RGB Variations
Color information
#6052DB (or 0x6052DB) is known color: Slate Blue. HEX triplet: 60, 52 and DB. RGB value is (96,82,219). Sum of RGB (Red+Green+Blue) = 96+82+219=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #6052DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6052DB is #9FAD24. Grayscale: #656565. Windows color (decimal): -10464549 or 14373472. OLE color: 14373472.
HSL color Cylindrical-coordinate representation of color #6052DB: hue angle of 246.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6052DB is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 82 | 219 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.14 |
| HSL | 246.13º | 0.66% | 0.59% | - |
| HSV(B) | 246.13º | 0.63% | 0.86% | - |
| XYZ | 20.63 | 13.64 | 68.56 | - |
| YUV | 101.8 | 194.14 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 219 | 0.56 | 0.63 | 0 | 0.14 | 246.13 | 0.66 | 0.59 |
| Hex | 60 | 52 | DB | 38 | 3F | 0 | E | F6 | 42 | 3B |
| Octal | 140 | 122 | 333 | 70 | 77 | 0 | 16 | 366 | 102 | 73 |
| Binary | 1100000 | 1010010 | 11011011 | 111000 | 111111 | 0 | 1110 | 11110110 | 1000010 | 111011 |
Color Harmonies of #6052DB
Complementary color
Monochromatic Colors of #6052DB
Black with #6052DB
Text Example
Text Example
White with #6052DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6052DB; }
p { color: rgb(96,82,219); }
H1.HeaderClassName
{
color: #6052DB;
}
.AnyTagClassName
{
color: #6052DB;
}
</style>
background-color css
<style>
a { background-color: #6052DB; }
a { background-color: rgb(96,82,219); }
div.DivClassName
{
background-color: #6052DB;
}
.BgClassName
{
background-color: #6052DB;
}
</style>
border-color css
<style>
span { border-color: #6052DB; }
span { border-color: rgb(96,82,219); }
td.TdClassName
{
border-color: #6052DB;
}
.TagClassName
{
border-color: #6052DB;
}
</style>