Shades of Scampi #706696
Tints of Scampi #706696
RGB
CMYK
RGB Variations
Color information
#706696 (or 0x706696) is known color: Scampi. HEX triplet: 70, 66 and 96. RGB value is (112,102,150). Sum of RGB (Red+Green+Blue) = 112+102+150=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #706696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706696 is #8F9969. Grayscale: #6E6E6E. Windows color (decimal): -9410922 or 9856624. OLE color: 9856624.
HSL color Cylindrical-coordinate representation of color #706696: hue angle of 252.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #706696 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 102 | 150 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.41 |
| HSL | 252.5º | 0.19% | 0.49% | - |
| HSV(B) | 252.5º | 0.32% | 0.59% | - |
| XYZ | 16.94 | 15.15 | 30.89 | - |
| YUV | 110.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 150 | 0.25 | 0.32 | 0 | 0.41 | 252.5 | 0.19 | 0.49 |
| Hex | 70 | 66 | 96 | 19 | 20 | 0 | 29 | FD | 13 | 31 |
| Octal | 160 | 146 | 226 | 31 | 40 | 0 | 51 | 375 | 23 | 61 |
| Binary | 1110000 | 1100110 | 10010110 | 11001 | 100000 | 0 | 101001 | 11111101 | 10011 | 110001 |
Color Harmonies of #706696
Complementary color
Monochromatic Colors of #706696
Black with #706696
Text Example
Text Example
White with #706696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706696; }
p { color: rgb(112,102,150); }
H1.HeaderClassName
{
color: #706696;
}
.AnyTagClassName
{
color: #706696;
}
</style>
background-color css
<style>
a { background-color: #706696; }
a { background-color: rgb(112,102,150); }
div.DivClassName
{
background-color: #706696;
}
.BgClassName
{
background-color: #706696;
}
</style>
border-color css
<style>
span { border-color: #706696; }
span { border-color: rgb(112,102,150); }
td.TdClassName
{
border-color: #706696;
}
.TagClassName
{
border-color: #706696;
}
</style>