Shades of Medium Slate Blue #656EE5
Tints of Medium Slate Blue #656EE5
RGB
CMYK
RGB Variations
Color information
#656EE5 (or 0x656EE5) is known color: Medium Slate Blue. HEX triplet: 65, 6E and E5. RGB value is (101,110,229). Sum of RGB (Red+Green+Blue) = 101+110+229=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #656EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656EE5 is #9A911A. Grayscale: #787878. Windows color (decimal): -10129691 or 15036005. OLE color: 15036005.
HSL color Cylindrical-coordinate representation of color #656EE5: hue angle of 235.78º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #656EE5 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 110 | 229 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.10 |
| HSL | 235.78º | 0.71% | 0.65% | - |
| HSV(B) | 235.78º | 0.56% | 0.9% | - |
| XYZ | 25.09 | 19.58 | 76.59 | - |
| YUV | 120.88 | 189.02 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 229 | 0.56 | 0.52 | 0 | 0.10 | 235.78 | 0.71 | 0.65 |
| Hex | 65 | 6E | E5 | 38 | 34 | 0 | A | EC | 47 | 41 |
| Octal | 145 | 156 | 345 | 70 | 64 | 0 | 12 | 354 | 107 | 101 |
| Binary | 1100101 | 1101110 | 11100101 | 111000 | 110100 | 0 | 1010 | 11101100 | 1000111 | 1000001 |
Color Harmonies of #656EE5
Complementary color
Monochromatic Colors of #656EE5
Black with #656EE5
Text Example
Text Example
White with #656EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EE5; }
p { color: rgb(101,110,229); }
H1.HeaderClassName
{
color: #656EE5;
}
.AnyTagClassName
{
color: #656EE5;
}
</style>
background-color css
<style>
a { background-color: #656EE5; }
a { background-color: rgb(101,110,229); }
div.DivClassName
{
background-color: #656EE5;
}
.BgClassName
{
background-color: #656EE5;
}
</style>
border-color css
<style>
span { border-color: #656EE5; }
span { border-color: rgb(101,110,229); }
td.TdClassName
{
border-color: #656EE5;
}
.TagClassName
{
border-color: #656EE5;
}
</style>