Shades of Slate Blue #706AD4
Tints of Slate Blue #706AD4
RGB
CMYK
RGB Variations
Color information
#706AD4 (or 0x706AD4) is known color: Slate Blue. HEX triplet: 70, 6A and D4. RGB value is (112,106,212). Sum of RGB (Red+Green+Blue) = 112+106+212=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #706AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706AD4 is #8F952B. Grayscale: #777777. Windows color (decimal): -9409836 or 13920880. OLE color: 13920880.
HSL color Cylindrical-coordinate representation of color #706AD4: hue angle of 243.4º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706AD4 is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 106 | 212 | - |
| CMYK | 0.47 | 0.5 | 0 | 0.17 |
| HSL | 243.4º | 0.55% | 0.62% | - |
| HSV(B) | 243.4º | 0.5% | 0.83% | - |
| XYZ | 23.72 | 18.51 | 64.61 | - |
| YUV | 119.88 | 179.99 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 212 | 0.47 | 0.5 | 0 | 0.17 | 243.4 | 0.55 | 0.62 |
| Hex | 70 | 6A | D4 | 2F | 32 | 0 | 11 | F3 | 37 | 3E |
| Octal | 160 | 152 | 324 | 57 | 62 | 0 | 21 | 363 | 67 | 76 |
| Binary | 1110000 | 1101010 | 11010100 | 101111 | 110010 | 0 | 10001 | 11110011 | 110111 | 111110 |
Color Harmonies of #706AD4
Complementary color
Monochromatic Colors of #706AD4
Black with #706AD4
Text Example
Text Example
White with #706AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706AD4; }
p { color: rgb(112,106,212); }
H1.HeaderClassName
{
color: #706AD4;
}
.AnyTagClassName
{
color: #706AD4;
}
</style>
background-color css
<style>
a { background-color: #706AD4; }
a { background-color: rgb(112,106,212); }
div.DivClassName
{
background-color: #706AD4;
}
.BgClassName
{
background-color: #706AD4;
}
</style>
border-color css
<style>
span { border-color: #706AD4; }
span { border-color: rgb(112,106,212); }
td.TdClassName
{
border-color: #706AD4;
}
.TagClassName
{
border-color: #706AD4;
}
</style>