Shades of Slate Blue #656EDC
Tints of Slate Blue #656EDC
RGB
CMYK
RGB Variations
Color information
#656EDC (or 0x656EDC) is known color: Slate Blue. HEX triplet: 65, 6E and DC. RGB value is (101,110,220). Sum of RGB (Red+Green+Blue) = 101+110+220=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #656EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656EDC is #9A9123. Grayscale: #777777. Windows color (decimal): -10129700 or 14446181. OLE color: 14446181.
HSL color Cylindrical-coordinate representation of color #656EDC: hue angle of 235.46º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656EDC is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 110 | 220 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.14 |
| HSL | 235.46º | 0.63% | 0.63% | - |
| HSV(B) | 235.46º | 0.54% | 0.86% | - |
| XYZ | 23.86 | 19.09 | 70.14 | - |
| YUV | 119.85 | 184.52 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 220 | 0.54 | 0.50 | 0 | 0.14 | 235.46 | 0.63 | 0.63 |
| Hex | 65 | 6E | DC | 36 | 32 | 0 | E | EB | 3F | 3F |
| Octal | 145 | 156 | 334 | 66 | 62 | 0 | 16 | 353 | 77 | 77 |
| Binary | 1100101 | 1101110 | 11011100 | 110110 | 110010 | 0 | 1110 | 11101011 | 111111 | 111111 |
Color Harmonies of #656EDC
Complementary color
Monochromatic Colors of #656EDC
Black with #656EDC
Text Example
Text Example
White with #656EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656EDC; }
p { color: rgb(101,110,220); }
H1.HeaderClassName
{
color: #656EDC;
}
.AnyTagClassName
{
color: #656EDC;
}
</style>
background-color css
<style>
a { background-color: #656EDC; }
a { background-color: rgb(101,110,220); }
div.DivClassName
{
background-color: #656EDC;
}
.BgClassName
{
background-color: #656EDC;
}
</style>
border-color css
<style>
span { border-color: #656EDC; }
span { border-color: rgb(101,110,220); }
td.TdClassName
{
border-color: #656EDC;
}
.TagClassName
{
border-color: #656EDC;
}
</style>