Shades of Slate Blue #6051E3
Tints of Slate Blue #6051E3
RGB
CMYK
RGB Variations
Color information
#6051E3 (or 0x6051E3) is known color: Slate Blue. HEX triplet: 60, 51 and E3. RGB value is (96,81,227). Sum of RGB (Red+Green+Blue) = 96+81+227=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #6051E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051E3 is #9FAE1C. Grayscale: #656565. Windows color (decimal): -10464797 or 14897504. OLE color: 14897504.
HSL color Cylindrical-coordinate representation of color #6051E3: hue angle of 246.16º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6051E3 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 81 | 227 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.11 |
| HSL | 246.16º | 0.72% | 0.6% | - |
| HSV(B) | 246.16º | 0.64% | 0.89% | - |
| XYZ | 21.63 | 13.92 | 74.22 | - |
| YUV | 102.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 227 | 0.58 | 0.64 | 0 | 0.11 | 246.16 | 0.72 | 0.6 |
| Hex | 60 | 51 | E3 | 3A | 40 | 0 | B | F6 | 48 | 3C |
| Octal | 140 | 121 | 343 | 72 | 100 | 0 | 13 | 366 | 110 | 74 |
| Binary | 1100000 | 1010001 | 11100011 | 111010 | 1000000 | 0 | 1011 | 11110110 | 1001000 | 111100 |
Color Harmonies of #6051E3
Complementary color
Monochromatic Colors of #6051E3
Black with #6051E3
Text Example
Text Example
White with #6051E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6051E3; }
p { color: rgb(96,81,227); }
H1.HeaderClassName
{
color: #6051E3;
}
.AnyTagClassName
{
color: #6051E3;
}
</style>
background-color css
<style>
a { background-color: #6051E3; }
a { background-color: rgb(96,81,227); }
div.DivClassName
{
background-color: #6051E3;
}
.BgClassName
{
background-color: #6051E3;
}
</style>
border-color css
<style>
span { border-color: #6051E3; }
span { border-color: rgb(96,81,227); }
td.TdClassName
{
border-color: #6051E3;
}
.TagClassName
{
border-color: #6051E3;
}
</style>