Shades of Scampi #706EA1
Tints of Scampi #706EA1
RGB
CMYK
RGB Variations
Color information
#706EA1 (or 0x706EA1) is known color: Scampi. HEX triplet: 70, 6E and A1. RGB value is (112,110,161). Sum of RGB (Red+Green+Blue) = 112+110+161=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 161 - color contains mainly: blue. Hex color #706EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706EA1 is #8F915E. Grayscale: #747474. Windows color (decimal): -9408863 or 10579568. OLE color: 10579568.
HSL color Cylindrical-coordinate representation of color #706EA1: hue angle of 242.35º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #706EA1 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 110 | 161 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.37 |
| HSL | 242.35º | 0.21% | 0.53% | - |
| HSV(B) | 242.35º | 0.32% | 0.63% | - |
| XYZ | 18.69 | 17.17 | 36.05 | - |
| YUV | 116.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 161 | 0.30 | 0.32 | 0 | 0.37 | 242.35 | 0.21 | 0.53 |
| Hex | 70 | 6E | A1 | 1E | 20 | 0 | 25 | F2 | 15 | 35 |
| Octal | 160 | 156 | 241 | 36 | 40 | 0 | 45 | 362 | 25 | 65 |
| Binary | 1110000 | 1101110 | 10100001 | 11110 | 100000 | 0 | 100101 | 11110010 | 10101 | 110101 |
Color Harmonies of #706EA1
Complementary color
Monochromatic Colors of #706EA1
Black with #706EA1
Text Example
Text Example
White with #706EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706EA1; }
p { color: rgb(112,110,161); }
H1.HeaderClassName
{
color: #706EA1;
}
.AnyTagClassName
{
color: #706EA1;
}
</style>
background-color css
<style>
a { background-color: #706EA1; }
a { background-color: rgb(112,110,161); }
div.DivClassName
{
background-color: #706EA1;
}
.BgClassName
{
background-color: #706EA1;
}
</style>
border-color css
<style>
span { border-color: #706EA1; }
span { border-color: rgb(112,110,161); }
td.TdClassName
{
border-color: #706EA1;
}
.TagClassName
{
border-color: #706EA1;
}
</style>