Shades of Slate Blue #706ACC
Tints of Slate Blue #706ACC
RGB
CMYK
RGB Variations
Color information
#706ACC (or 0x706ACC) is known color: Slate Blue. HEX triplet: 70, 6A and CC. RGB value is (112,106,204). Sum of RGB (Red+Green+Blue) = 112+106+204=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #706ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ACC is #8F9533. Grayscale: #767676. Windows color (decimal): -9409844 or 13396592. OLE color: 13396592.
HSL color Cylindrical-coordinate representation of color #706ACC: hue angle of 243.67º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706ACC is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 106 | 204 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.2 |
| HSL | 243.67º | 0.49% | 0.61% | - |
| HSV(B) | 243.67º | 0.48% | 0.8% | - |
| XYZ | 22.74 | 18.11 | 59.42 | - |
| YUV | 118.97 | 175.99 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 204 | 0.45 | 0.48 | 0 | 0.2 | 243.67 | 0.49 | 0.61 |
| Hex | 70 | 6A | CC | 2D | 30 | 0 | 14 | F4 | 31 | 3D |
| Octal | 160 | 152 | 314 | 55 | 60 | 0 | 24 | 364 | 61 | 75 |
| Binary | 1110000 | 1101010 | 11001100 | 101101 | 110000 | 0 | 10100 | 11110100 | 110001 | 111101 |
Color Harmonies of #706ACC
Complementary color
Monochromatic Colors of #706ACC
Black with #706ACC
Text Example
Text Example
White with #706ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ACC; }
p { color: rgb(112,106,204); }
H1.HeaderClassName
{
color: #706ACC;
}
.AnyTagClassName
{
color: #706ACC;
}
</style>
background-color css
<style>
a { background-color: #706ACC; }
a { background-color: rgb(112,106,204); }
div.DivClassName
{
background-color: #706ACC;
}
.BgClassName
{
background-color: #706ACC;
}
</style>
border-color css
<style>
span { border-color: #706ACC; }
span { border-color: rgb(112,106,204); }
td.TdClassName
{
border-color: #706ACC;
}
.TagClassName
{
border-color: #706ACC;
}
</style>