Shades of Slate Blue #706CDA
Tints of Slate Blue #706CDA
RGB
CMYK
RGB Variations
Color information
#706CDA (or 0x706CDA) is known color: Slate Blue. HEX triplet: 70, 6C and DA. RGB value is (112,108,218). Sum of RGB (Red+Green+Blue) = 112+108+218=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #706CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CDA is #8F9325. Grayscale: #797979. Windows color (decimal): -9409318 or 14314608. OLE color: 14314608.
HSL color Cylindrical-coordinate representation of color #706CDA: hue angle of 242.18º degrees, saturation: 0.6, 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 #706CDA is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 108 | 218 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.15 |
| HSL | 242.18º | 0.6% | 0.64% | - |
| HSV(B) | 242.18º | 0.5% | 0.85% | - |
| XYZ | 24.7 | 19.23 | 68.74 | - |
| YUV | 121.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 218 | 0.49 | 0.50 | 0 | 0.15 | 242.18 | 0.6 | 0.64 |
| Hex | 70 | 6C | DA | 31 | 32 | 0 | F | F2 | 3C | 40 |
| Octal | 160 | 154 | 332 | 61 | 62 | 0 | 17 | 362 | 74 | 100 |
| Binary | 1110000 | 1101100 | 11011010 | 110001 | 110010 | 0 | 1111 | 11110010 | 111100 | 1000000 |
Color Harmonies of #706CDA
Complementary color
Monochromatic Colors of #706CDA
Black with #706CDA
Text Example
Text Example
White with #706CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CDA; }
p { color: rgb(112,108,218); }
H1.HeaderClassName
{
color: #706CDA;
}
.AnyTagClassName
{
color: #706CDA;
}
</style>
background-color css
<style>
a { background-color: #706CDA; }
a { background-color: rgb(112,108,218); }
div.DivClassName
{
background-color: #706CDA;
}
.BgClassName
{
background-color: #706CDA;
}
</style>
border-color css
<style>
span { border-color: #706CDA; }
span { border-color: rgb(112,108,218); }
td.TdClassName
{
border-color: #706CDA;
}
.TagClassName
{
border-color: #706CDA;
}
</style>