Shades of Medium Slate Blue #656FE0
Tints of Medium Slate Blue #656FE0
RGB
CMYK
RGB Variations
Color information
#656FE0 (or 0x656FE0) is known color: Medium Slate Blue. HEX triplet: 65, 6F and E0. RGB value is (101,111,224). Sum of RGB (Red+Green+Blue) = 101+111+224=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #656FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FE0 is #9A901F. Grayscale: #787878. Windows color (decimal): -10129440 or 14708581. OLE color: 14708581.
HSL color Cylindrical-coordinate representation of color #656FE0: hue angle of 235.12º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #656FE0 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 111 | 224 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.12 |
| HSL | 235.12º | 0.66% | 0.64% | - |
| HSV(B) | 235.12º | 0.55% | 0.88% | - |
| XYZ | 24.51 | 19.52 | 73 | - |
| YUV | 120.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 224 | 0.55 | 0.50 | 0 | 0.12 | 235.12 | 0.66 | 0.64 |
| Hex | 65 | 6F | E0 | 37 | 32 | 0 | C | EB | 42 | 40 |
| Octal | 145 | 157 | 340 | 67 | 62 | 0 | 14 | 353 | 102 | 100 |
| Binary | 1100101 | 1101111 | 11100000 | 110111 | 110010 | 0 | 1100 | 11101011 | 1000010 | 1000000 |
Color Harmonies of #656FE0
Complementary color
Monochromatic Colors of #656FE0
Black with #656FE0
Text Example
Text Example
White with #656FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FE0; }
p { color: rgb(101,111,224); }
H1.HeaderClassName
{
color: #656FE0;
}
.AnyTagClassName
{
color: #656FE0;
}
</style>
background-color css
<style>
a { background-color: #656FE0; }
a { background-color: rgb(101,111,224); }
div.DivClassName
{
background-color: #656FE0;
}
.BgClassName
{
background-color: #656FE0;
}
</style>
border-color css
<style>
span { border-color: #656FE0; }
span { border-color: rgb(101,111,224); }
td.TdClassName
{
border-color: #656FE0;
}
.TagClassName
{
border-color: #656FE0;
}
</style>