Shades of Medium Slate Blue #605EED
Tints of Medium Slate Blue #605EED
RGB
CMYK
RGB Variations
Color information
#605EED (or 0x605EED) is known color: Medium Slate Blue. HEX triplet: 60, 5E and ED. RGB value is (96,94,237). Sum of RGB (Red+Green+Blue) = 96+94+237=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #605EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605EED is #9FA112. Grayscale: #6E6E6E. Windows color (decimal): -10461459 or 15556192. OLE color: 15556192.
HSL color Cylindrical-coordinate representation of color #605EED: hue angle of 240.84º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #605EED is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 94 | 237 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.07 |
| HSL | 240.84º | 0.8% | 0.65% | - |
| HSV(B) | 240.84º | 0.6% | 0.93% | - |
| XYZ | 24.11 | 16.61 | 82.06 | - |
| YUV | 110.9 | 199.16 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 237 | 0.59 | 0.60 | 0 | 0.07 | 240.84 | 0.8 | 0.65 |
| Hex | 60 | 5E | ED | 3B | 3C | 0 | 7 | F1 | 50 | 41 |
| Octal | 140 | 136 | 355 | 73 | 74 | 0 | 7 | 361 | 120 | 101 |
| Binary | 1100000 | 1011110 | 11101101 | 111011 | 111100 | 0 | 111 | 11110001 | 1010000 | 1000001 |
Color Harmonies of #605EED
Complementary color
Monochromatic Colors of #605EED
Black with #605EED
Text Example
Text Example
White with #605EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605EED; }
p { color: rgb(96,94,237); }
H1.HeaderClassName
{
color: #605EED;
}
.AnyTagClassName
{
color: #605EED;
}
</style>
background-color css
<style>
a { background-color: #605EED; }
a { background-color: rgb(96,94,237); }
div.DivClassName
{
background-color: #605EED;
}
.BgClassName
{
background-color: #605EED;
}
</style>
border-color css
<style>
span { border-color: #605EED; }
span { border-color: rgb(96,94,237); }
td.TdClassName
{
border-color: #605EED;
}
.TagClassName
{
border-color: #605EED;
}
</style>