Shades of Slate Blue #605EE0
Tints of Slate Blue #605EE0
RGB
CMYK
RGB Variations
Color information
#605EE0 (or 0x605EE0) is known color: Slate Blue. HEX triplet: 60, 5E and E0. RGB value is (96,94,224). Sum of RGB (Red+Green+Blue) = 96+94+224=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #605EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605EE0 is #9FA11F. Grayscale: #6C6C6C. Windows color (decimal): -10461472 or 14704224. OLE color: 14704224.
HSL color Cylindrical-coordinate representation of color #605EE0: hue angle of 240.92º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #605EE0 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 94 | 224 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.12 |
| HSL | 240.92º | 0.68% | 0.62% | - |
| HSV(B) | 240.92º | 0.58% | 0.88% | - |
| XYZ | 22.28 | 15.87 | 72.41 | - |
| YUV | 109.42 | 192.66 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 224 | 0.57 | 0.58 | 0 | 0.12 | 240.92 | 0.68 | 0.62 |
| Hex | 60 | 5E | E0 | 39 | 3A | 0 | C | F1 | 44 | 3E |
| Octal | 140 | 136 | 340 | 71 | 72 | 0 | 14 | 361 | 104 | 76 |
| Binary | 1100000 | 1011110 | 11100000 | 111001 | 111010 | 0 | 1100 | 11110001 | 1000100 | 111110 |
Color Harmonies of #605EE0
Complementary color
Monochromatic Colors of #605EE0
Black with #605EE0
Text Example
Text Example
White with #605EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605EE0; }
p { color: rgb(96,94,224); }
H1.HeaderClassName
{
color: #605EE0;
}
.AnyTagClassName
{
color: #605EE0;
}
</style>
background-color css
<style>
a { background-color: #605EE0; }
a { background-color: rgb(96,94,224); }
div.DivClassName
{
background-color: #605EE0;
}
.BgClassName
{
background-color: #605EE0;
}
</style>
border-color css
<style>
span { border-color: #605EE0; }
span { border-color: rgb(96,94,224); }
td.TdClassName
{
border-color: #605EE0;
}
.TagClassName
{
border-color: #605EE0;
}
</style>