Shades of Slate Blue #6053DC
Tints of Slate Blue #6053DC
RGB
CMYK
RGB Variations
Color information
#6053DC (or 0x6053DC) is known color: Slate Blue. HEX triplet: 60, 53 and DC. RGB value is (96,83,220). Sum of RGB (Red+Green+Blue) = 96+83+220=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #6053DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053DC is #9FAC23. Grayscale: #656565. Windows color (decimal): -10464292 or 14439264. OLE color: 14439264.
HSL color Cylindrical-coordinate representation of color #6053DC: hue angle of 245.69º degrees, saturation: 0.66, 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 #6053DC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 83 | 220 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.14 |
| HSL | 245.69º | 0.66% | 0.59% | - |
| HSV(B) | 245.69º | 0.62% | 0.86% | - |
| XYZ | 20.84 | 13.84 | 69.28 | - |
| YUV | 102.51 | 194.31 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 220 | 0.56 | 0.62 | 0 | 0.14 | 245.69 | 0.66 | 0.59 |
| Hex | 60 | 53 | DC | 38 | 3E | 0 | E | F6 | 42 | 3B |
| Octal | 140 | 123 | 334 | 70 | 76 | 0 | 16 | 366 | 102 | 73 |
| Binary | 1100000 | 1010011 | 11011100 | 111000 | 111110 | 0 | 1110 | 11110110 | 1000010 | 111011 |
Color Harmonies of #6053DC
Complementary color
Monochromatic Colors of #6053DC
Black with #6053DC
Text Example
Text Example
White with #6053DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6053DC; }
p { color: rgb(96,83,220); }
H1.HeaderClassName
{
color: #6053DC;
}
.AnyTagClassName
{
color: #6053DC;
}
</style>
background-color css
<style>
a { background-color: #6053DC; }
a { background-color: rgb(96,83,220); }
div.DivClassName
{
background-color: #6053DC;
}
.BgClassName
{
background-color: #6053DC;
}
</style>
border-color css
<style>
span { border-color: #6053DC; }
span { border-color: rgb(96,83,220); }
td.TdClassName
{
border-color: #6053DC;
}
.TagClassName
{
border-color: #6053DC;
}
</style>