Shades of Slate Blue #706ED0
Tints of Slate Blue #706ED0
RGB
CMYK
RGB Variations
Color information
#706ED0 (or 0x706ED0) is known color: Slate Blue. HEX triplet: 70, 6E and D0. RGB value is (112,110,208). Sum of RGB (Red+Green+Blue) = 112+110+208=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #706ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ED0 is #8F912F. Grayscale: #797979. Windows color (decimal): -9408816 or 13659760. OLE color: 13659760.
HSL color Cylindrical-coordinate representation of color #706ED0: hue angle of 241.22º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #706ED0 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 110 | 208 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.18 |
| HSL | 241.22º | 0.51% | 0.62% | - |
| HSV(B) | 241.22º | 0.47% | 0.82% | - |
| XYZ | 23.64 | 19.15 | 62.12 | - |
| YUV | 121.77 | 176.66 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 208 | 0.46 | 0.47 | 0 | 0.18 | 241.22 | 0.51 | 0.62 |
| Hex | 70 | 6E | D0 | 2E | 2F | 0 | 12 | F1 | 33 | 3E |
| Octal | 160 | 156 | 320 | 56 | 57 | 0 | 22 | 361 | 63 | 76 |
| Binary | 1110000 | 1101110 | 11010000 | 101110 | 101111 | 0 | 10010 | 11110001 | 110011 | 111110 |
Color Harmonies of #706ED0
Complementary color
Monochromatic Colors of #706ED0
Black with #706ED0
Text Example
Text Example
White with #706ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ED0; }
p { color: rgb(112,110,208); }
H1.HeaderClassName
{
color: #706ED0;
}
.AnyTagClassName
{
color: #706ED0;
}
</style>
background-color css
<style>
a { background-color: #706ED0; }
a { background-color: rgb(112,110,208); }
div.DivClassName
{
background-color: #706ED0;
}
.BgClassName
{
background-color: #706ED0;
}
</style>
border-color css
<style>
span { border-color: #706ED0; }
span { border-color: rgb(112,110,208); }
td.TdClassName
{
border-color: #706ED0;
}
.TagClassName
{
border-color: #706ED0;
}
</style>