Shades of Slate Blue #706ED6
Tints of Slate Blue #706ED6
RGB
CMYK
RGB Variations
Color information
#706ED6 (or 0x706ED6) is known color: Slate Blue. HEX triplet: 70, 6E and D6. RGB value is (112,110,214). Sum of RGB (Red+Green+Blue) = 112+110+214=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #706ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ED6 is #8F9129. Grayscale: #7A7A7A. Windows color (decimal): -9408810 or 14052976. OLE color: 14052976.
HSL color Cylindrical-coordinate representation of color #706ED6: hue angle of 241.15º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706ED6 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 110 | 214 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.16 |
| HSL | 241.15º | 0.56% | 0.64% | - |
| HSV(B) | 241.15º | 0.49% | 0.84% | - |
| XYZ | 24.4 | 19.45 | 66.09 | - |
| YUV | 122.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 214 | 0.48 | 0.49 | 0 | 0.16 | 241.15 | 0.56 | 0.64 |
| Hex | 70 | 6E | D6 | 30 | 31 | 0 | 10 | F1 | 38 | 40 |
| Octal | 160 | 156 | 326 | 60 | 61 | 0 | 20 | 361 | 70 | 100 |
| Binary | 1110000 | 1101110 | 11010110 | 110000 | 110001 | 0 | 10000 | 11110001 | 111000 | 1000000 |
Color Harmonies of #706ED6
Complementary color
Monochromatic Colors of #706ED6
Black with #706ED6
Text Example
Text Example
White with #706ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ED6; }
p { color: rgb(112,110,214); }
H1.HeaderClassName
{
color: #706ED6;
}
.AnyTagClassName
{
color: #706ED6;
}
</style>
background-color css
<style>
a { background-color: #706ED6; }
a { background-color: rgb(112,110,214); }
div.DivClassName
{
background-color: #706ED6;
}
.BgClassName
{
background-color: #706ED6;
}
</style>
border-color css
<style>
span { border-color: #706ED6; }
span { border-color: rgb(112,110,214); }
td.TdClassName
{
border-color: #706ED6;
}
.TagClassName
{
border-color: #706ED6;
}
</style>