Shades of Medium Slate Blue #656EEC
Tints of Medium Slate Blue #656EEC
RGB
CMYK
RGB Variations
Color information
#656EEC (or 0x656EEC) is known color: Medium Slate Blue. HEX triplet: 65, 6E and EC. RGB value is (101,110,236). Sum of RGB (Red+Green+Blue) = 101+110+236=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #656EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656EEC is #9A9113. Grayscale: #797979. Windows color (decimal): -10129684 or 15494757. OLE color: 15494757.
HSL color Cylindrical-coordinate representation of color #656EEC: hue angle of 236º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #656EEC is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 110 | 236 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.07 |
| HSL | 236º | 0.78% | 0.66% | - |
| HSV(B) | 236º | 0.57% | 0.93% | - |
| XYZ | 26.08 | 19.97 | 81.84 | - |
| YUV | 121.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 236 | 0.57 | 0.53 | 0 | 0.07 | 236 | 0.78 | 0.66 |
| Hex | 65 | 6E | EC | 39 | 35 | 0 | 7 | EC | 4E | 42 |
| Octal | 145 | 156 | 354 | 71 | 65 | 0 | 7 | 354 | 116 | 102 |
| Binary | 1100101 | 1101110 | 11101100 | 111001 | 110101 | 0 | 111 | 11101100 | 1001110 | 1000010 |
Color Harmonies of #656EEC
Complementary color
Monochromatic Colors of #656EEC
Black with #656EEC
Text Example
Text Example
White with #656EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EEC; }
p { color: rgb(101,110,236); }
H1.HeaderClassName
{
color: #656EEC;
}
.AnyTagClassName
{
color: #656EEC;
}
</style>
background-color css
<style>
a { background-color: #656EEC; }
a { background-color: rgb(101,110,236); }
div.DivClassName
{
background-color: #656EEC;
}
.BgClassName
{
background-color: #656EEC;
}
</style>
border-color css
<style>
span { border-color: #656EEC; }
span { border-color: rgb(101,110,236); }
td.TdClassName
{
border-color: #656EEC;
}
.TagClassName
{
border-color: #656EEC;
}
</style>