Shades of Slate Blue #656FDE
Tints of Slate Blue #656FDE
RGB
CMYK
RGB Variations
Color information
#656FDE (or 0x656FDE) is known color: Slate Blue. HEX triplet: 65, 6F and DE. RGB value is (101,111,222). Sum of RGB (Red+Green+Blue) = 101+111+222=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #656FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FDE is #9A9021. Grayscale: #787878. Windows color (decimal): -10129442 or 14577509. OLE color: 14577509.
HSL color Cylindrical-coordinate representation of color #656FDE: hue angle of 235.04º 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 #656FDE is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 111 | 222 | - |
| CMYK | 0.55 | 0.5 | 0 | 0.13 |
| HSL | 235.04º | 0.65% | 0.63% | - |
| HSV(B) | 235.04º | 0.55% | 0.87% | - |
| XYZ | 24.24 | 19.41 | 71.58 | - |
| YUV | 120.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 222 | 0.55 | 0.5 | 0 | 0.13 | 235.04 | 0.65 | 0.63 |
| Hex | 65 | 6F | DE | 37 | 32 | 0 | D | EB | 41 | 3F |
| Octal | 145 | 157 | 336 | 67 | 62 | 0 | 15 | 353 | 101 | 77 |
| Binary | 1100101 | 1101111 | 11011110 | 110111 | 110010 | 0 | 1101 | 11101011 | 1000001 | 111111 |
Color Harmonies of #656FDE
Complementary color
Monochromatic Colors of #656FDE
Black with #656FDE
Text Example
Text Example
White with #656FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FDE; }
p { color: rgb(101,111,222); }
H1.HeaderClassName
{
color: #656FDE;
}
.AnyTagClassName
{
color: #656FDE;
}
</style>
background-color css
<style>
a { background-color: #656FDE; }
a { background-color: rgb(101,111,222); }
div.DivClassName
{
background-color: #656FDE;
}
.BgClassName
{
background-color: #656FDE;
}
</style>
border-color css
<style>
span { border-color: #656FDE; }
span { border-color: rgb(101,111,222); }
td.TdClassName
{
border-color: #656FDE;
}
.TagClassName
{
border-color: #656FDE;
}
</style>