Shades of Medium Slate Blue #656DE0
Tints of Medium Slate Blue #656DE0
RGB
CMYK
RGB Variations
Color information
#656DE0 (or 0x656DE0) is known color: Medium Slate Blue. HEX triplet: 65, 6D and E0. RGB value is (101,109,224). Sum of RGB (Red+Green+Blue) = 101+109+224=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #656DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DE0 is #9A921F. Grayscale: #777777. Windows color (decimal): -10129952 or 14708069. OLE color: 14708069.
HSL color Cylindrical-coordinate representation of color #656DE0: hue angle of 236.1º 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 #656DE0 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 109 | 224 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.12 |
| HSL | 236.1º | 0.66% | 0.64% | - |
| HSV(B) | 236.1º | 0.55% | 0.88% | - |
| XYZ | 24.29 | 19.09 | 72.92 | - |
| YUV | 119.72 | 186.85 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 224 | 0.55 | 0.51 | 0 | 0.12 | 236.1 | 0.66 | 0.64 |
| Hex | 65 | 6D | E0 | 37 | 33 | 0 | C | EC | 42 | 40 |
| Octal | 145 | 155 | 340 | 67 | 63 | 0 | 14 | 354 | 102 | 100 |
| Binary | 1100101 | 1101101 | 11100000 | 110111 | 110011 | 0 | 1100 | 11101100 | 1000010 | 1000000 |
Color Harmonies of #656DE0
Complementary color
Monochromatic Colors of #656DE0
Black with #656DE0
Text Example
Text Example
White with #656DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DE0; }
p { color: rgb(101,109,224); }
H1.HeaderClassName
{
color: #656DE0;
}
.AnyTagClassName
{
color: #656DE0;
}
</style>
background-color css
<style>
a { background-color: #656DE0; }
a { background-color: rgb(101,109,224); }
div.DivClassName
{
background-color: #656DE0;
}
.BgClassName
{
background-color: #656DE0;
}
</style>
border-color css
<style>
span { border-color: #656DE0; }
span { border-color: rgb(101,109,224); }
td.TdClassName
{
border-color: #656DE0;
}
.TagClassName
{
border-color: #656DE0;
}
</style>