Shades of Slate Blue #706DD8
Tints of Slate Blue #706DD8
RGB
CMYK
RGB Variations
Color information
#706DD8 (or 0x706DD8) is known color: Slate Blue. HEX triplet: 70, 6D and D8. RGB value is (112,109,216). Sum of RGB (Red+Green+Blue) = 112+109+216=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 216 (84.77% from 255 or 49.43% from 437); Max value from RGB is 216 - color contains mainly: blue. Hex color #706DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DD8 is #8F9227. Grayscale: #797979. Windows color (decimal): -9409064 or 14183792. OLE color: 14183792.
HSL color Cylindrical-coordinate representation of color #706DD8: hue angle of 241.68º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706DD8 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 109 | 216 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.15 |
| HSL | 241.68º | 0.58% | 0.64% | - |
| HSV(B) | 241.68º | 0.5% | 0.85% | - |
| XYZ | 24.55 | 19.34 | 67.41 | - |
| YUV | 122.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 216 | 0.48 | 0.50 | 0 | 0.15 | 241.68 | 0.58 | 0.64 |
| Hex | 70 | 6D | D8 | 30 | 32 | 0 | F | F2 | 3A | 40 |
| Octal | 160 | 155 | 330 | 60 | 62 | 0 | 17 | 362 | 72 | 100 |
| Binary | 1110000 | 1101101 | 11011000 | 110000 | 110010 | 0 | 1111 | 11110010 | 111010 | 1000000 |
Color Harmonies of #706DD8
Complementary color
Monochromatic Colors of #706DD8
Black with #706DD8
Text Example
Text Example
White with #706DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DD8; }
p { color: rgb(112,109,216); }
H1.HeaderClassName
{
color: #706DD8;
}
.AnyTagClassName
{
color: #706DD8;
}
</style>
background-color css
<style>
a { background-color: #706DD8; }
a { background-color: rgb(112,109,216); }
div.DivClassName
{
background-color: #706DD8;
}
.BgClassName
{
background-color: #706DD8;
}
</style>
border-color css
<style>
span { border-color: #706DD8; }
span { border-color: rgb(112,109,216); }
td.TdClassName
{
border-color: #706DD8;
}
.TagClassName
{
border-color: #706DD8;
}
</style>