Shades of Slate Blue #706CD9
Tints of Slate Blue #706CD9
RGB
CMYK
RGB Variations
Color information
#706CD9 (or 0x706CD9) is known color: Slate Blue. HEX triplet: 70, 6C and D9. RGB value is (112,108,217). Sum of RGB (Red+Green+Blue) = 112+108+217=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #706CD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CD9 is #8F9326. Grayscale: #797979. Windows color (decimal): -9409319 or 14249072. OLE color: 14249072.
HSL color Cylindrical-coordinate representation of color #706CD9: hue angle of 242.2º degrees, saturation: 0.59, 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 #706CD9 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 108 | 217 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.15 |
| HSL | 242.2º | 0.59% | 0.64% | - |
| HSV(B) | 242.2º | 0.5% | 0.85% | - |
| XYZ | 24.57 | 19.18 | 68.05 | - |
| YUV | 121.62 | 181.83 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 217 | 0.48 | 0.50 | 0 | 0.15 | 242.2 | 0.59 | 0.64 |
| Hex | 70 | 6C | D9 | 30 | 32 | 0 | F | F2 | 3B | 40 |
| Octal | 160 | 154 | 331 | 60 | 62 | 0 | 17 | 362 | 73 | 100 |
| Binary | 1110000 | 1101100 | 11011001 | 110000 | 110010 | 0 | 1111 | 11110010 | 111011 | 1000000 |
Color Harmonies of #706CD9
Complementary color
Monochromatic Colors of #706CD9
Black with #706CD9
Text Example
Text Example
White with #706CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CD9; }
p { color: rgb(112,108,217); }
H1.HeaderClassName
{
color: #706CD9;
}
.AnyTagClassName
{
color: #706CD9;
}
</style>
background-color css
<style>
a { background-color: #706CD9; }
a { background-color: rgb(112,108,217); }
div.DivClassName
{
background-color: #706CD9;
}
.BgClassName
{
background-color: #706CD9;
}
</style>
border-color css
<style>
span { border-color: #706CD9; }
span { border-color: rgb(112,108,217); }
td.TdClassName
{
border-color: #706CD9;
}
.TagClassName
{
border-color: #706CD9;
}
</style>