Shades of Medium Slate Blue #656DEE
Tints of Medium Slate Blue #656DEE
RGB
CMYK
RGB Variations
Color information
#656DEE (or 0x656DEE) is known color: Medium Slate Blue. HEX triplet: 65, 6D and EE. RGB value is (101,109,238). Sum of RGB (Red+Green+Blue) = 101+109+238=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #656DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #656DEE is #9A9211. Grayscale: #787878. Windows color (decimal): -10129938 or 15625573. OLE color: 15625573.
HSL color Cylindrical-coordinate representation of color #656DEE: hue angle of 236.5º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #656DEE is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 109 | 238 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.07 |
| HSL | 236.5º | 0.8% | 0.66% | - |
| HSV(B) | 236.5º | 0.58% | 0.93% | - |
| XYZ | 26.27 | 19.88 | 83.34 | - |
| YUV | 121.31 | 193.85 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 238 | 0.58 | 0.54 | 0 | 0.07 | 236.5 | 0.8 | 0.66 |
| Hex | 65 | 6D | EE | 3A | 36 | 0 | 7 | EC | 50 | 42 |
| Octal | 145 | 155 | 356 | 72 | 66 | 0 | 7 | 354 | 120 | 102 |
| Binary | 1100101 | 1101101 | 11101110 | 111010 | 110110 | 0 | 111 | 11101100 | 1010000 | 1000010 |
Color Harmonies of #656DEE
Complementary color
Monochromatic Colors of #656DEE
Black with #656DEE
Text Example
Text Example
White with #656DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DEE; }
p { color: rgb(101,109,238); }
H1.HeaderClassName
{
color: #656DEE;
}
.AnyTagClassName
{
color: #656DEE;
}
</style>
background-color css
<style>
a { background-color: #656DEE; }
a { background-color: rgb(101,109,238); }
div.DivClassName
{
background-color: #656DEE;
}
.BgClassName
{
background-color: #656DEE;
}
</style>
border-color css
<style>
span { border-color: #656DEE; }
span { border-color: rgb(101,109,238); }
td.TdClassName
{
border-color: #656DEE;
}
.TagClassName
{
border-color: #656DEE;
}
</style>