Shades of Slate Blue #706CD6
Tints of Slate Blue #706CD6
RGB
CMYK
RGB Variations
Color information
#706CD6 (or 0x706CD6) is known color: Slate Blue. HEX triplet: 70, 6C and D6. RGB value is (112,108,214). Sum of RGB (Red+Green+Blue) = 112+108+214=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #706CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CD6 is #8F9329. Grayscale: #787878. Windows color (decimal): -9409322 or 14052464. OLE color: 14052464.
HSL color Cylindrical-coordinate representation of color #706CD6: hue angle of 242.26º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706CD6 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 108 | 214 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.16 |
| HSL | 242.26º | 0.56% | 0.63% | - |
| HSV(B) | 242.26º | 0.5% | 0.84% | - |
| XYZ | 24.18 | 19.02 | 66.02 | - |
| YUV | 121.28 | 180.33 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 214 | 0.48 | 0.50 | 0 | 0.16 | 242.26 | 0.56 | 0.63 |
| Hex | 70 | 6C | D6 | 30 | 32 | 0 | 10 | F2 | 38 | 3F |
| Octal | 160 | 154 | 326 | 60 | 62 | 0 | 20 | 362 | 70 | 77 |
| Binary | 1110000 | 1101100 | 11010110 | 110000 | 110010 | 0 | 10000 | 11110010 | 111000 | 111111 |
Color Harmonies of #706CD6
Complementary color
Monochromatic Colors of #706CD6
Black with #706CD6
Text Example
Text Example
White with #706CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CD6; }
p { color: rgb(112,108,214); }
H1.HeaderClassName
{
color: #706CD6;
}
.AnyTagClassName
{
color: #706CD6;
}
</style>
background-color css
<style>
a { background-color: #706CD6; }
a { background-color: rgb(112,108,214); }
div.DivClassName
{
background-color: #706CD6;
}
.BgClassName
{
background-color: #706CD6;
}
</style>
border-color css
<style>
span { border-color: #706CD6; }
span { border-color: rgb(112,108,214); }
td.TdClassName
{
border-color: #706CD6;
}
.TagClassName
{
border-color: #706CD6;
}
</style>