Shades of Slate Blue #706AD0
Tints of Slate Blue #706AD0
RGB
CMYK
RGB Variations
Color information
#706AD0 (or 0x706AD0) is known color: Slate Blue. HEX triplet: 70, 6A and D0. RGB value is (112,106,208). Sum of RGB (Red+Green+Blue) = 112+106+208=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #706AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706AD0 is #8F952F. Grayscale: #777777. Windows color (decimal): -9409840 or 13658736. OLE color: 13658736.
HSL color Cylindrical-coordinate representation of color #706AD0: hue angle of 243.53º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706AD0 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 106 | 208 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.18 |
| HSL | 243.53º | 0.52% | 0.62% | - |
| HSV(B) | 243.53º | 0.49% | 0.82% | - |
| XYZ | 23.22 | 18.31 | 61.98 | - |
| YUV | 119.42 | 177.99 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 208 | 0.46 | 0.49 | 0 | 0.18 | 243.53 | 0.52 | 0.62 |
| Hex | 70 | 6A | D0 | 2E | 31 | 0 | 12 | F4 | 34 | 3E |
| Octal | 160 | 152 | 320 | 56 | 61 | 0 | 22 | 364 | 64 | 76 |
| Binary | 1110000 | 1101010 | 11010000 | 101110 | 110001 | 0 | 10010 | 11110100 | 110100 | 111110 |
Color Harmonies of #706AD0
Complementary color
Monochromatic Colors of #706AD0
Black with #706AD0
Text Example
Text Example
White with #706AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706AD0; }
p { color: rgb(112,106,208); }
H1.HeaderClassName
{
color: #706AD0;
}
.AnyTagClassName
{
color: #706AD0;
}
</style>
background-color css
<style>
a { background-color: #706AD0; }
a { background-color: rgb(112,106,208); }
div.DivClassName
{
background-color: #706AD0;
}
.BgClassName
{
background-color: #706AD0;
}
</style>
border-color css
<style>
span { border-color: #706AD0; }
span { border-color: rgb(112,106,208); }
td.TdClassName
{
border-color: #706AD0;
}
.TagClassName
{
border-color: #706AD0;
}
</style>