Shades of Slate Blue #656ED7
Tints of Slate Blue #656ED7
RGB
CMYK
RGB Variations
Color information
#656ED7 (or 0x656ED7) is known color: Slate Blue. HEX triplet: 65, 6E and D7. RGB value is (101,110,215). Sum of RGB (Red+Green+Blue) = 101+110+215=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #656ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ED7 is #9A9128. Grayscale: #767676. Windows color (decimal): -10129705 or 14118501. OLE color: 14118501.
HSL color Cylindrical-coordinate representation of color #656ED7: hue angle of 235.26º degrees, saturation: 0.59, 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 #656ED7 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 110 | 215 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.16 |
| HSL | 235.26º | 0.59% | 0.62% | - |
| HSV(B) | 235.26º | 0.53% | 0.84% | - |
| XYZ | 23.21 | 18.82 | 66.7 | - |
| YUV | 119.28 | 182.02 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 215 | 0.53 | 0.49 | 0 | 0.16 | 235.26 | 0.59 | 0.62 |
| Hex | 65 | 6E | D7 | 35 | 31 | 0 | 10 | EB | 3B | 3E |
| Octal | 145 | 156 | 327 | 65 | 61 | 0 | 20 | 353 | 73 | 76 |
| Binary | 1100101 | 1101110 | 11010111 | 110101 | 110001 | 0 | 10000 | 11101011 | 111011 | 111110 |
Color Harmonies of #656ED7
Complementary color
Monochromatic Colors of #656ED7
Black with #656ED7
Text Example
Text Example
White with #656ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656ED7; }
p { color: rgb(101,110,215); }
H1.HeaderClassName
{
color: #656ED7;
}
.AnyTagClassName
{
color: #656ED7;
}
</style>
background-color css
<style>
a { background-color: #656ED7; }
a { background-color: rgb(101,110,215); }
div.DivClassName
{
background-color: #656ED7;
}
.BgClassName
{
background-color: #656ED7;
}
</style>
border-color css
<style>
span { border-color: #656ED7; }
span { border-color: rgb(101,110,215); }
td.TdClassName
{
border-color: #656ED7;
}
.TagClassName
{
border-color: #656ED7;
}
</style>