Shades of Slate Blue #706ADB
Tints of Slate Blue #706ADB
RGB
CMYK
RGB Variations
Color information
#706ADB (or 0x706ADB) is known color: Slate Blue. HEX triplet: 70, 6A and DB. RGB value is (112,106,219). Sum of RGB (Red+Green+Blue) = 112+106+219=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #706ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ADB is #8F9524. Grayscale: #787878. Windows color (decimal): -9409829 or 14379632. OLE color: 14379632.
HSL color Cylindrical-coordinate representation of color #706ADB: hue angle of 243.19º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #706ADB is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 106 | 219 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.14 |
| HSL | 243.19º | 0.61% | 0.64% | - |
| HSV(B) | 243.19º | 0.52% | 0.86% | - |
| XYZ | 24.62 | 18.87 | 69.36 | - |
| YUV | 120.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 219 | 0.49 | 0.52 | 0 | 0.14 | 243.19 | 0.61 | 0.64 |
| Hex | 70 | 6A | DB | 31 | 34 | 0 | E | F3 | 3D | 40 |
| Octal | 160 | 152 | 333 | 61 | 64 | 0 | 16 | 363 | 75 | 100 |
| Binary | 1110000 | 1101010 | 11011011 | 110001 | 110100 | 0 | 1110 | 11110011 | 111101 | 1000000 |
Color Harmonies of #706ADB
Complementary color
Monochromatic Colors of #706ADB
Black with #706ADB
Text Example
Text Example
White with #706ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ADB; }
p { color: rgb(112,106,219); }
H1.HeaderClassName
{
color: #706ADB;
}
.AnyTagClassName
{
color: #706ADB;
}
</style>
background-color css
<style>
a { background-color: #706ADB; }
a { background-color: rgb(112,106,219); }
div.DivClassName
{
background-color: #706ADB;
}
.BgClassName
{
background-color: #706ADB;
}
</style>
border-color css
<style>
span { border-color: #706ADB; }
span { border-color: rgb(112,106,219); }
td.TdClassName
{
border-color: #706ADB;
}
.TagClassName
{
border-color: #706ADB;
}
</style>