Shades of Slate Blue #656ED6
Tints of Slate Blue #656ED6
RGB
CMYK
RGB Variations
Color information
#656ED6 (or 0x656ED6) is known color: Slate Blue. HEX triplet: 65, 6E and D6. RGB value is (101,110,214). Sum of RGB (Red+Green+Blue) = 101+110+214=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #656ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ED6 is #9A9129. Grayscale: #767676. Windows color (decimal): -10129706 or 14052965. OLE color: 14052965.
HSL color Cylindrical-coordinate representation of color #656ED6: hue angle of 235.22º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #656ED6 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 110 | 214 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.16 |
| HSL | 235.22º | 0.58% | 0.62% | - |
| HSV(B) | 235.22º | 0.53% | 0.84% | - |
| XYZ | 23.08 | 18.77 | 66.03 | - |
| YUV | 119.17 | 181.52 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 214 | 0.53 | 0.49 | 0 | 0.16 | 235.22 | 0.58 | 0.62 |
| Hex | 65 | 6E | D6 | 35 | 31 | 0 | 10 | EB | 3A | 3E |
| Octal | 145 | 156 | 326 | 65 | 61 | 0 | 20 | 353 | 72 | 76 |
| Binary | 1100101 | 1101110 | 11010110 | 110101 | 110001 | 0 | 10000 | 11101011 | 111010 | 111110 |
Color Harmonies of #656ED6
Complementary color
Monochromatic Colors of #656ED6
Black with #656ED6
Text Example
Text Example
White with #656ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656ED6; }
p { color: rgb(101,110,214); }
H1.HeaderClassName
{
color: #656ED6;
}
.AnyTagClassName
{
color: #656ED6;
}
</style>
background-color css
<style>
a { background-color: #656ED6; }
a { background-color: rgb(101,110,214); }
div.DivClassName
{
background-color: #656ED6;
}
.BgClassName
{
background-color: #656ED6;
}
</style>
border-color css
<style>
span { border-color: #656ED6; }
span { border-color: rgb(101,110,214); }
td.TdClassName
{
border-color: #656ED6;
}
.TagClassName
{
border-color: #656ED6;
}
</style>