Shades of Slate Blue #706EC9
Tints of Slate Blue #706EC9
RGB
CMYK
RGB Variations
Color information
#706EC9 (or 0x706EC9) is known color: Slate Blue. HEX triplet: 70, 6E and C9. RGB value is (112,110,201). Sum of RGB (Red+Green+Blue) = 112+110+201=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #706EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EC9 is #8F9136. Grayscale: #787878. Windows color (decimal): -9408823 or 13201008. OLE color: 13201008.
HSL color Cylindrical-coordinate representation of color #706EC9: hue angle of 241.32º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #706EC9 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 110 | 201 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.21 |
| HSL | 241.32º | 0.46% | 0.61% | - |
| HSV(B) | 241.32º | 0.45% | 0.79% | - |
| XYZ | 22.8 | 18.81 | 57.69 | - |
| YUV | 120.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 201 | 0.44 | 0.45 | 0 | 0.21 | 241.32 | 0.46 | 0.61 |
| Hex | 70 | 6E | C9 | 2C | 2D | 0 | 15 | F1 | 2E | 3D |
| Octal | 160 | 156 | 311 | 54 | 55 | 0 | 25 | 361 | 56 | 75 |
| Binary | 1110000 | 1101110 | 11001001 | 101100 | 101101 | 0 | 10101 | 11110001 | 101110 | 111101 |
Color Harmonies of #706EC9
Complementary color
Monochromatic Colors of #706EC9
Black with #706EC9
Text Example
Text Example
White with #706EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706EC9; }
p { color: rgb(112,110,201); }
H1.HeaderClassName
{
color: #706EC9;
}
.AnyTagClassName
{
color: #706EC9;
}
</style>
background-color css
<style>
a { background-color: #706EC9; }
a { background-color: rgb(112,110,201); }
div.DivClassName
{
background-color: #706EC9;
}
.BgClassName
{
background-color: #706EC9;
}
</style>
border-color css
<style>
span { border-color: #706EC9; }
span { border-color: rgb(112,110,201); }
td.TdClassName
{
border-color: #706EC9;
}
.TagClassName
{
border-color: #706EC9;
}
</style>