Shades of Scampi #706C96
Tints of Scampi #706C96
RGB
CMYK
RGB Variations
Color information
#706C96 (or 0x706C96) is known color: Scampi. HEX triplet: 70, 6C and 96. RGB value is (112,108,150). Sum of RGB (Red+Green+Blue) = 112+108+150=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #706C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706C96 is #8F9369. Grayscale: #717171. Windows color (decimal): -9409386 or 9858160. OLE color: 9858160.
HSL color Cylindrical-coordinate representation of color #706C96: hue angle of 245.71º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #706C96 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 108 | 150 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.41 |
| HSL | 245.71º | 0.17% | 0.51% | - |
| HSV(B) | 245.71º | 0.28% | 0.59% | - |
| XYZ | 17.55 | 16.37 | 31.09 | - |
| YUV | 113.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 150 | 0.25 | 0.28 | 0 | 0.41 | 245.71 | 0.17 | 0.51 |
| Hex | 70 | 6C | 96 | 19 | 1C | 0 | 29 | F6 | 11 | 33 |
| Octal | 160 | 154 | 226 | 31 | 34 | 0 | 51 | 366 | 21 | 63 |
| Binary | 1110000 | 1101100 | 10010110 | 11001 | 11100 | 0 | 101001 | 11110110 | 10001 | 110011 |
Color Harmonies of #706C96
Complementary color
Monochromatic Colors of #706C96
Black with #706C96
Text Example
Text Example
White with #706C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C96; }
p { color: rgb(112,108,150); }
H1.HeaderClassName
{
color: #706C96;
}
.AnyTagClassName
{
color: #706C96;
}
</style>
background-color css
<style>
a { background-color: #706C96; }
a { background-color: rgb(112,108,150); }
div.DivClassName
{
background-color: #706C96;
}
.BgClassName
{
background-color: #706C96;
}
</style>
border-color css
<style>
span { border-color: #706C96; }
span { border-color: rgb(112,108,150); }
td.TdClassName
{
border-color: #706C96;
}
.TagClassName
{
border-color: #706C96;
}
</style>