Shades of Slate Blue #6053DA
Tints of Slate Blue #6053DA
RGB
CMYK
RGB Variations
Color information
#6053DA (or 0x6053DA) is known color: Slate Blue. HEX triplet: 60, 53 and DA. RGB value is (96,83,218). Sum of RGB (Red+Green+Blue) = 96+83+218=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #6053DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053DA is #9FAC25. Grayscale: #656565. Windows color (decimal): -10464294 or 14308192. OLE color: 14308192.
HSL color Cylindrical-coordinate representation of color #6053DA: hue angle of 245.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6053DA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 83 | 218 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.15 |
| HSL | 245.78º | 0.65% | 0.59% | - |
| HSV(B) | 245.78º | 0.62% | 0.85% | - |
| XYZ | 20.57 | 13.74 | 67.9 | - |
| YUV | 102.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 218 | 0.56 | 0.62 | 0 | 0.15 | 245.78 | 0.65 | 0.59 |
| Hex | 60 | 53 | DA | 38 | 3E | 0 | F | F6 | 41 | 3B |
| Octal | 140 | 123 | 332 | 70 | 76 | 0 | 17 | 366 | 101 | 73 |
| Binary | 1100000 | 1010011 | 11011010 | 111000 | 111110 | 0 | 1111 | 11110110 | 1000001 | 111011 |
Color Harmonies of #6053DA
Complementary color
Monochromatic Colors of #6053DA
Black with #6053DA
Text Example
Text Example
White with #6053DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6053DA; }
p { color: rgb(96,83,218); }
H1.HeaderClassName
{
color: #6053DA;
}
.AnyTagClassName
{
color: #6053DA;
}
</style>
background-color css
<style>
a { background-color: #6053DA; }
a { background-color: rgb(96,83,218); }
div.DivClassName
{
background-color: #6053DA;
}
.BgClassName
{
background-color: #6053DA;
}
</style>
border-color css
<style>
span { border-color: #6053DA; }
span { border-color: rgb(96,83,218); }
td.TdClassName
{
border-color: #6053DA;
}
.TagClassName
{
border-color: #6053DA;
}
</style>