Shades of Slate Blue #656EDE
Tints of Slate Blue #656EDE
RGB
CMYK
RGB Variations
Color information
#656EDE (or 0x656EDE) is known color: Slate Blue. HEX triplet: 65, 6E and DE. RGB value is (101,110,222). Sum of RGB (Red+Green+Blue) = 101+110+222=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #656EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656EDE is #9A9121. Grayscale: #777777. Windows color (decimal): -10129698 or 14577253. OLE color: 14577253.
HSL color Cylindrical-coordinate representation of color #656EDE: hue angle of 235.54º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #656EDE is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 110 | 222 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.13 |
| HSL | 235.54º | 0.65% | 0.63% | - |
| HSV(B) | 235.54º | 0.55% | 0.87% | - |
| XYZ | 24.13 | 19.19 | 71.54 | - |
| YUV | 120.08 | 185.52 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 222 | 0.55 | 0.50 | 0 | 0.13 | 235.54 | 0.65 | 0.63 |
| Hex | 65 | 6E | DE | 37 | 32 | 0 | D | EC | 41 | 3F |
| Octal | 145 | 156 | 336 | 67 | 62 | 0 | 15 | 354 | 101 | 77 |
| Binary | 1100101 | 1101110 | 11011110 | 110111 | 110010 | 0 | 1101 | 11101100 | 1000001 | 111111 |
Color Harmonies of #656EDE
Complementary color
Monochromatic Colors of #656EDE
Black with #656EDE
Text Example
Text Example
White with #656EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EDE; }
p { color: rgb(101,110,222); }
H1.HeaderClassName
{
color: #656EDE;
}
.AnyTagClassName
{
color: #656EDE;
}
</style>
background-color css
<style>
a { background-color: #656EDE; }
a { background-color: rgb(101,110,222); }
div.DivClassName
{
background-color: #656EDE;
}
.BgClassName
{
background-color: #656EDE;
}
</style>
border-color css
<style>
span { border-color: #656EDE; }
span { border-color: rgb(101,110,222); }
td.TdClassName
{
border-color: #656EDE;
}
.TagClassName
{
border-color: #656EDE;
}
</style>