Shades of Slate Blue #706ED9
Tints of Slate Blue #706ED9
RGB
CMYK
RGB Variations
Color information
#706ED9 (or 0x706ED9) is known color: Slate Blue. HEX triplet: 70, 6E and D9. RGB value is (112,110,217). Sum of RGB (Red+Green+Blue) = 112+110+217=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #706ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ED9 is #8F9126. Grayscale: #7A7A7A. Windows color (decimal): -9408807 or 14249584. OLE color: 14249584.
HSL color Cylindrical-coordinate representation of color #706ED9: hue angle of 241.12º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706ED9 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 110 | 217 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.15 |
| HSL | 241.12º | 0.58% | 0.64% | - |
| HSV(B) | 241.12º | 0.49% | 0.85% | - |
| XYZ | 24.78 | 19.61 | 68.12 | - |
| YUV | 122.8 | 181.16 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 217 | 0.48 | 0.49 | 0 | 0.15 | 241.12 | 0.58 | 0.64 |
| Hex | 70 | 6E | D9 | 30 | 31 | 0 | F | F1 | 3A | 40 |
| Octal | 160 | 156 | 331 | 60 | 61 | 0 | 17 | 361 | 72 | 100 |
| Binary | 1110000 | 1101110 | 11011001 | 110000 | 110001 | 0 | 1111 | 11110001 | 111010 | 1000000 |
Color Harmonies of #706ED9
Complementary color
Monochromatic Colors of #706ED9
Black with #706ED9
Text Example
Text Example
White with #706ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ED9; }
p { color: rgb(112,110,217); }
H1.HeaderClassName
{
color: #706ED9;
}
.AnyTagClassName
{
color: #706ED9;
}
</style>
background-color css
<style>
a { background-color: #706ED9; }
a { background-color: rgb(112,110,217); }
div.DivClassName
{
background-color: #706ED9;
}
.BgClassName
{
background-color: #706ED9;
}
</style>
border-color css
<style>
span { border-color: #706ED9; }
span { border-color: rgb(112,110,217); }
td.TdClassName
{
border-color: #706ED9;
}
.TagClassName
{
border-color: #706ED9;
}
</style>