Shades of Slate Blue #706ED3
Tints of Slate Blue #706ED3
RGB
CMYK
RGB Variations
Color information
#706ED3 (or 0x706ED3) is known color: Slate Blue. HEX triplet: 70, 6E and D3. RGB value is (112,110,211). Sum of RGB (Red+Green+Blue) = 112+110+211=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #706ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ED3 is #8F912C. Grayscale: #797979. Windows color (decimal): -9408813 or 13856368. OLE color: 13856368.
HSL color Cylindrical-coordinate representation of color #706ED3: hue angle of 241.19º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706ED3 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 110 | 211 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.17 |
| HSL | 241.19º | 0.53% | 0.63% | - |
| HSV(B) | 241.19º | 0.48% | 0.83% | - |
| XYZ | 24.02 | 19.3 | 64.09 | - |
| YUV | 122.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 211 | 0.47 | 0.48 | 0 | 0.17 | 241.19 | 0.53 | 0.63 |
| Hex | 70 | 6E | D3 | 2F | 30 | 0 | 11 | F1 | 35 | 3F |
| Octal | 160 | 156 | 323 | 57 | 60 | 0 | 21 | 361 | 65 | 77 |
| Binary | 1110000 | 1101110 | 11010011 | 101111 | 110000 | 0 | 10001 | 11110001 | 110101 | 111111 |
Color Harmonies of #706ED3
Complementary color
Monochromatic Colors of #706ED3
Black with #706ED3
Text Example
Text Example
White with #706ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ED3; }
p { color: rgb(112,110,211); }
H1.HeaderClassName
{
color: #706ED3;
}
.AnyTagClassName
{
color: #706ED3;
}
</style>
background-color css
<style>
a { background-color: #706ED3; }
a { background-color: rgb(112,110,211); }
div.DivClassName
{
background-color: #706ED3;
}
.BgClassName
{
background-color: #706ED3;
}
</style>
border-color css
<style>
span { border-color: #706ED3; }
span { border-color: rgb(112,110,211); }
td.TdClassName
{
border-color: #706ED3;
}
.TagClassName
{
border-color: #706ED3;
}
</style>