Shades of Medium Slate Blue #656FEC
Tints of Medium Slate Blue #656FEC
RGB
CMYK
RGB Variations
Color information
#656FEC (or 0x656FEC) is known color: Medium Slate Blue. HEX triplet: 65, 6F and EC. RGB value is (101,111,236). Sum of RGB (Red+Green+Blue) = 101+111+236=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #656FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656FEC is #9A9013. Grayscale: #797979. Windows color (decimal): -10129428 or 15495013. OLE color: 15495013.
HSL color Cylindrical-coordinate representation of color #656FEC: hue angle of 235.56º 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 #656FEC is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 111 | 236 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.07 |
| HSL | 235.56º | 0.78% | 0.66% | - |
| HSV(B) | 235.56º | 0.57% | 0.93% | - |
| XYZ | 26.19 | 20.19 | 81.87 | - |
| YUV | 122.26 | 192.19 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 236 | 0.57 | 0.53 | 0 | 0.07 | 235.56 | 0.78 | 0.66 |
| Hex | 65 | 6F | EC | 39 | 35 | 0 | 7 | EC | 4E | 42 |
| Octal | 145 | 157 | 354 | 71 | 65 | 0 | 7 | 354 | 116 | 102 |
| Binary | 1100101 | 1101111 | 11101100 | 111001 | 110101 | 0 | 111 | 11101100 | 1001110 | 1000010 |
Color Harmonies of #656FEC
Complementary color
Monochromatic Colors of #656FEC
Black with #656FEC
Text Example
Text Example
White with #656FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FEC; }
p { color: rgb(101,111,236); }
H1.HeaderClassName
{
color: #656FEC;
}
.AnyTagClassName
{
color: #656FEC;
}
</style>
background-color css
<style>
a { background-color: #656FEC; }
a { background-color: rgb(101,111,236); }
div.DivClassName
{
background-color: #656FEC;
}
.BgClassName
{
background-color: #656FEC;
}
</style>
border-color css
<style>
span { border-color: #656FEC; }
span { border-color: rgb(101,111,236); }
td.TdClassName
{
border-color: #656FEC;
}
.TagClassName
{
border-color: #656FEC;
}
</style>