Shades of Slate Blue #656ED5
Tints of Slate Blue #656ED5
RGB
CMYK
RGB Variations
Color information
#656ED5 (or 0x656ED5) is known color: Slate Blue. HEX triplet: 65, 6E and D5. RGB value is (101,110,213). Sum of RGB (Red+Green+Blue) = 101+110+213=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #656ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ED5 is #9A912A. Grayscale: #767676. Windows color (decimal): -10129707 or 13987429. OLE color: 13987429.
HSL color Cylindrical-coordinate representation of color #656ED5: hue angle of 235.18º degrees, saturation: 0.57, 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 #656ED5 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 110 | 213 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.16 |
| HSL | 235.18º | 0.57% | 0.62% | - |
| HSV(B) | 235.18º | 0.53% | 0.84% | - |
| XYZ | 22.95 | 18.72 | 65.35 | - |
| YUV | 119.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 213 | 0.53 | 0.48 | 0 | 0.16 | 235.18 | 0.57 | 0.62 |
| Hex | 65 | 6E | D5 | 35 | 30 | 0 | 10 | EB | 39 | 3E |
| Octal | 145 | 156 | 325 | 65 | 60 | 0 | 20 | 353 | 71 | 76 |
| Binary | 1100101 | 1101110 | 11010101 | 110101 | 110000 | 0 | 10000 | 11101011 | 111001 | 111110 |
Color Harmonies of #656ED5
Complementary color
Monochromatic Colors of #656ED5
Black with #656ED5
Text Example
Text Example
White with #656ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656ED5; }
p { color: rgb(101,110,213); }
H1.HeaderClassName
{
color: #656ED5;
}
.AnyTagClassName
{
color: #656ED5;
}
</style>
background-color css
<style>
a { background-color: #656ED5; }
a { background-color: rgb(101,110,213); }
div.DivClassName
{
background-color: #656ED5;
}
.BgClassName
{
background-color: #656ED5;
}
</style>
border-color css
<style>
span { border-color: #656ED5; }
span { border-color: rgb(101,110,213); }
td.TdClassName
{
border-color: #656ED5;
}
.TagClassName
{
border-color: #656ED5;
}
</style>