Shades of Medium Slate Blue #6D5EEC
Tints of Medium Slate Blue #6D5EEC
RGB
CMYK
RGB Variations
Color information
#6D5EEC (or 0x6D5EEC) is known color: Medium Slate Blue. HEX triplet: 6D, 5E and EC. RGB value is (109,94,236). Sum of RGB (Red+Green+Blue) = 109+94+236=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D5EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5EEC is #92A113. Grayscale: #727272. Windows color (decimal): -9609492 or 15490669. OLE color: 15490669.
HSL color Cylindrical-coordinate representation of color #6D5EEC: hue angle of 246.34º degrees, saturation: 0.79, 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 #6D5EEC is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 94 | 236 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.07 |
| HSL | 246.34º | 0.79% | 0.65% | - |
| HSV(B) | 246.34º | 0.6% | 0.93% | - |
| XYZ | 25.45 | 17.31 | 81.36 | - |
| YUV | 114.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 94 | 236 | 0.54 | 0.60 | 0 | 0.07 | 246.34 | 0.79 | 0.65 |
| Hex | 6D | 5E | EC | 36 | 3C | 0 | 7 | F6 | 4F | 41 |
| Octal | 155 | 136 | 354 | 66 | 74 | 0 | 7 | 366 | 117 | 101 |
| Binary | 1101101 | 1011110 | 11101100 | 110110 | 111100 | 0 | 111 | 11110110 | 1001111 | 1000001 |
Color Harmonies of #6D5EEC
Complementary color
Monochromatic Colors of #6D5EEC
Black with #6D5EEC
Text Example
Text Example
White with #6D5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5EEC; }
p { color: rgb(109,94,236); }
H1.HeaderClassName
{
color: #6D5EEC;
}
.AnyTagClassName
{
color: #6D5EEC;
}
</style>
background-color css
<style>
a { background-color: #6D5EEC; }
a { background-color: rgb(109,94,236); }
div.DivClassName
{
background-color: #6D5EEC;
}
.BgClassName
{
background-color: #6D5EEC;
}
</style>
border-color css
<style>
span { border-color: #6D5EEC; }
span { border-color: rgb(109,94,236); }
td.TdClassName
{
border-color: #6D5EEC;
}
.TagClassName
{
border-color: #6D5EEC;
}
</style>