Shades of Slate Blue #706ACE
Tints of Slate Blue #706ACE
RGB
CMYK
RGB Variations
Color information
#706ACE (or 0x706ACE) is known color: Slate Blue. HEX triplet: 70, 6A and CE. RGB value is (112,106,206). Sum of RGB (Red+Green+Blue) = 112+106+206=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #706ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ACE is #8F9531. Grayscale: #767676. Windows color (decimal): -9409842 or 13527664. OLE color: 13527664.
HSL color Cylindrical-coordinate representation of color #706ACE: hue angle of 243.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706ACE is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 106 | 206 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.19 |
| HSL | 243.6º | 0.51% | 0.61% | - |
| HSV(B) | 243.6º | 0.49% | 0.81% | - |
| XYZ | 22.98 | 18.21 | 60.7 | - |
| YUV | 119.19 | 176.99 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 206 | 0.46 | 0.49 | 0 | 0.19 | 243.6 | 0.51 | 0.61 |
| Hex | 70 | 6A | CE | 2E | 31 | 0 | 13 | F4 | 33 | 3D |
| Octal | 160 | 152 | 316 | 56 | 61 | 0 | 23 | 364 | 63 | 75 |
| Binary | 1110000 | 1101010 | 11001110 | 101110 | 110001 | 0 | 10011 | 11110100 | 110011 | 111101 |
Color Harmonies of #706ACE
Complementary color
Monochromatic Colors of #706ACE
Black with #706ACE
Text Example
Text Example
White with #706ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ACE; }
p { color: rgb(112,106,206); }
H1.HeaderClassName
{
color: #706ACE;
}
.AnyTagClassName
{
color: #706ACE;
}
</style>
background-color css
<style>
a { background-color: #706ACE; }
a { background-color: rgb(112,106,206); }
div.DivClassName
{
background-color: #706ACE;
}
.BgClassName
{
background-color: #706ACE;
}
</style>
border-color css
<style>
span { border-color: #706ACE; }
span { border-color: rgb(112,106,206); }
td.TdClassName
{
border-color: #706ACE;
}
.TagClassName
{
border-color: #706ACE;
}
</style>