Shades of Slate Blue #656EDD
Tints of Slate Blue #656EDD
RGB
CMYK
RGB Variations
Color information
#656EDD (or 0x656EDD) is known color: Slate Blue. HEX triplet: 65, 6E and DD. RGB value is (101,110,221). Sum of RGB (Red+Green+Blue) = 101+110+221=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #656EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656EDD is #9A9122. Grayscale: #777777. Windows color (decimal): -10129699 or 14511717. OLE color: 14511717.
HSL color Cylindrical-coordinate representation of color #656EDD: hue angle of 235.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656EDD is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 110 | 221 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.13 |
| HSL | 235.5º | 0.64% | 0.63% | - |
| HSV(B) | 235.5º | 0.54% | 0.87% | - |
| XYZ | 23.99 | 19.14 | 70.84 | - |
| YUV | 119.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 221 | 0.54 | 0.50 | 0 | 0.13 | 235.5 | 0.64 | 0.63 |
| Hex | 65 | 6E | DD | 36 | 32 | 0 | D | EC | 40 | 3F |
| Octal | 145 | 156 | 335 | 66 | 62 | 0 | 15 | 354 | 100 | 77 |
| Binary | 1100101 | 1101110 | 11011101 | 110110 | 110010 | 0 | 1101 | 11101100 | 1000000 | 111111 |
Color Harmonies of #656EDD
Complementary color
Monochromatic Colors of #656EDD
Black with #656EDD
Text Example
Text Example
White with #656EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EDD; }
p { color: rgb(101,110,221); }
H1.HeaderClassName
{
color: #656EDD;
}
.AnyTagClassName
{
color: #656EDD;
}
</style>
background-color css
<style>
a { background-color: #656EDD; }
a { background-color: rgb(101,110,221); }
div.DivClassName
{
background-color: #656EDD;
}
.BgClassName
{
background-color: #656EDD;
}
</style>
border-color css
<style>
span { border-color: #656EDD; }
span { border-color: rgb(101,110,221); }
td.TdClassName
{
border-color: #656EDD;
}
.TagClassName
{
border-color: #656EDD;
}
</style>