Shades of Slate Blue #6053E1
Tints of Slate Blue #6053E1
RGB
CMYK
RGB Variations
Color information
#6053E1 (or 0x6053E1) is known color: Slate Blue. HEX triplet: 60, 53 and E1. RGB value is (96,83,225). Sum of RGB (Red+Green+Blue) = 96+83+225=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #6053E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053E1 is #9FAC1E. Grayscale: #666666. Windows color (decimal): -10464287 or 14766944. OLE color: 14766944.
HSL color Cylindrical-coordinate representation of color #6053E1: hue angle of 245.49º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6053E1 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 83 | 225 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.12 |
| HSL | 245.49º | 0.7% | 0.6% | - |
| HSV(B) | 245.49º | 0.63% | 0.88% | - |
| XYZ | 21.51 | 14.11 | 72.82 | - |
| YUV | 103.08 | 196.81 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 225 | 0.57 | 0.63 | 0 | 0.12 | 245.49 | 0.7 | 0.6 |
| Hex | 60 | 53 | E1 | 39 | 3F | 0 | C | F5 | 46 | 3C |
| Octal | 140 | 123 | 341 | 71 | 77 | 0 | 14 | 365 | 106 | 74 |
| Binary | 1100000 | 1010011 | 11100001 | 111001 | 111111 | 0 | 1100 | 11110101 | 1000110 | 111100 |
Color Harmonies of #6053E1
Complementary color
Monochromatic Colors of #6053E1
Black with #6053E1
Text Example
Text Example
White with #6053E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6053E1; }
p { color: rgb(96,83,225); }
H1.HeaderClassName
{
color: #6053E1;
}
.AnyTagClassName
{
color: #6053E1;
}
</style>
background-color css
<style>
a { background-color: #6053E1; }
a { background-color: rgb(96,83,225); }
div.DivClassName
{
background-color: #6053E1;
}
.BgClassName
{
background-color: #6053E1;
}
</style>
border-color css
<style>
span { border-color: #6053E1; }
span { border-color: rgb(96,83,225); }
td.TdClassName
{
border-color: #6053E1;
}
.TagClassName
{
border-color: #6053E1;
}
</style>