Shades of Slate Blue #706AD7
Tints of Slate Blue #706AD7
RGB
CMYK
RGB Variations
Color information
#706AD7 (or 0x706AD7) is known color: Slate Blue. HEX triplet: 70, 6A and D7. RGB value is (112,106,215). Sum of RGB (Red+Green+Blue) = 112+106+215=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #706AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706AD7 is #8F9528. Grayscale: #777777. Windows color (decimal): -9409833 or 14117488. OLE color: 14117488.
HSL color Cylindrical-coordinate representation of color #706AD7: hue angle of 243.3º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706AD7 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 106 | 215 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.16 |
| HSL | 243.3º | 0.58% | 0.63% | - |
| HSV(B) | 243.3º | 0.51% | 0.84% | - |
| XYZ | 24.1 | 18.66 | 66.62 | - |
| YUV | 120.22 | 181.49 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 215 | 0.48 | 0.51 | 0 | 0.16 | 243.3 | 0.58 | 0.63 |
| Hex | 70 | 6A | D7 | 30 | 33 | 0 | 10 | F3 | 3A | 3F |
| Octal | 160 | 152 | 327 | 60 | 63 | 0 | 20 | 363 | 72 | 77 |
| Binary | 1110000 | 1101010 | 11010111 | 110000 | 110011 | 0 | 10000 | 11110011 | 111010 | 111111 |
Color Harmonies of #706AD7
Complementary color
Monochromatic Colors of #706AD7
Black with #706AD7
Text Example
Text Example
White with #706AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706AD7; }
p { color: rgb(112,106,215); }
H1.HeaderClassName
{
color: #706AD7;
}
.AnyTagClassName
{
color: #706AD7;
}
</style>
background-color css
<style>
a { background-color: #706AD7; }
a { background-color: rgb(112,106,215); }
div.DivClassName
{
background-color: #706AD7;
}
.BgClassName
{
background-color: #706AD7;
}
</style>
border-color css
<style>
span { border-color: #706AD7; }
span { border-color: rgb(112,106,215); }
td.TdClassName
{
border-color: #706AD7;
}
.TagClassName
{
border-color: #706AD7;
}
</style>