Shades of Medium Slate Blue #605EE9
Tints of Medium Slate Blue #605EE9
RGB
CMYK
RGB Variations
Color information
#605EE9 (or 0x605EE9) is known color: Medium Slate Blue. HEX triplet: 60, 5E and E9. RGB value is (96,94,233). Sum of RGB (Red+Green+Blue) = 96+94+233=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #605EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605EE9 is #9FA116. Grayscale: #6D6D6D. Windows color (decimal): -10461463 or 15294048. OLE color: 15294048.
HSL color Cylindrical-coordinate representation of color #605EE9: hue angle of 240.86º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #605EE9 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 94 | 233 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.09 |
| HSL | 240.86º | 0.76% | 0.64% | - |
| HSV(B) | 240.86º | 0.6% | 0.91% | - |
| XYZ | 23.53 | 16.38 | 79.01 | - |
| YUV | 110.44 | 197.16 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 233 | 0.59 | 0.60 | 0 | 0.09 | 240.86 | 0.76 | 0.64 |
| Hex | 60 | 5E | E9 | 3B | 3C | 0 | 9 | F1 | 4C | 40 |
| Octal | 140 | 136 | 351 | 73 | 74 | 0 | 11 | 361 | 114 | 100 |
| Binary | 1100000 | 1011110 | 11101001 | 111011 | 111100 | 0 | 1001 | 11110001 | 1001100 | 1000000 |
Color Harmonies of #605EE9
Complementary color
Monochromatic Colors of #605EE9
Black with #605EE9
Text Example
Text Example
White with #605EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605EE9; }
p { color: rgb(96,94,233); }
H1.HeaderClassName
{
color: #605EE9;
}
.AnyTagClassName
{
color: #605EE9;
}
</style>
background-color css
<style>
a { background-color: #605EE9; }
a { background-color: rgb(96,94,233); }
div.DivClassName
{
background-color: #605EE9;
}
.BgClassName
{
background-color: #605EE9;
}
</style>
border-color css
<style>
span { border-color: #605EE9; }
span { border-color: rgb(96,94,233); }
td.TdClassName
{
border-color: #605EE9;
}
.TagClassName
{
border-color: #605EE9;
}
</style>