Shades of Slate Blue #605DE2
Tints of Slate Blue #605DE2
RGB
CMYK
RGB Variations
Color information
#605DE2 (or 0x605DE2) is known color: Slate Blue. HEX triplet: 60, 5D and E2. RGB value is (96,93,226). Sum of RGB (Red+Green+Blue) = 96+93+226=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 226 (88.67% from 255 or 54.46% from 415); Max value from RGB is 226 - color contains mainly: blue. Hex color #605DE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DE2 is #9FA21D. Grayscale: #6C6C6C. Windows color (decimal): -10461726 or 14835040. OLE color: 14835040.
HSL color Cylindrical-coordinate representation of color #605DE2: hue angle of 241.35º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #605DE2 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 93 | 226 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.11 |
| HSL | 241.35º | 0.7% | 0.63% | - |
| HSV(B) | 241.35º | 0.59% | 0.89% | - |
| XYZ | 22.47 | 15.81 | 73.82 | - |
| YUV | 109.06 | 193.99 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 226 | 0.58 | 0.59 | 0 | 0.11 | 241.35 | 0.7 | 0.63 |
| Hex | 60 | 5D | E2 | 3A | 3B | 0 | B | F1 | 46 | 3F |
| Octal | 140 | 135 | 342 | 72 | 73 | 0 | 13 | 361 | 106 | 77 |
| Binary | 1100000 | 1011101 | 11100010 | 111010 | 111011 | 0 | 1011 | 11110001 | 1000110 | 111111 |
Color Harmonies of #605DE2
Complementary color
Monochromatic Colors of #605DE2
Black with #605DE2
Text Example
Text Example
White with #605DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605DE2; }
p { color: rgb(96,93,226); }
H1.HeaderClassName
{
color: #605DE2;
}
.AnyTagClassName
{
color: #605DE2;
}
</style>
background-color css
<style>
a { background-color: #605DE2; }
a { background-color: rgb(96,93,226); }
div.DivClassName
{
background-color: #605DE2;
}
.BgClassName
{
background-color: #605DE2;
}
</style>
border-color css
<style>
span { border-color: #605DE2; }
span { border-color: rgb(96,93,226); }
td.TdClassName
{
border-color: #605DE2;
}
.TagClassName
{
border-color: #605DE2;
}
</style>