Shades of Scampi #706F96
Tints of Scampi #706F96
RGB
CMYK
RGB Variations
Color information
#706F96 (or 0x706F96) is known color: Scampi. HEX triplet: 70, 6F and 96. RGB value is (112,111,150). Sum of RGB (Red+Green+Blue) = 112+111+150=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #706F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F96 is #8F9069. Grayscale: #737373. Windows color (decimal): -9408618 or 9858928. OLE color: 9858928.
HSL color Cylindrical-coordinate representation of color #706F96: hue angle of 241.54º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706F96 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 111 | 150 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.41 |
| HSL | 241.54º | 0.16% | 0.51% | - |
| HSV(B) | 241.54º | 0.26% | 0.59% | - |
| XYZ | 17.87 | 17.02 | 31.2 | - |
| YUV | 115.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 150 | 0.25 | 0.26 | 0 | 0.41 | 241.54 | 0.16 | 0.51 |
| Hex | 70 | 6F | 96 | 19 | 1A | 0 | 29 | F2 | 10 | 33 |
| Octal | 160 | 157 | 226 | 31 | 32 | 0 | 51 | 362 | 20 | 63 |
| Binary | 1110000 | 1101111 | 10010110 | 11001 | 11010 | 0 | 101001 | 11110010 | 10000 | 110011 |
Color Harmonies of #706F96
Complementary color
Monochromatic Colors of #706F96
Black with #706F96
Text Example
Text Example
White with #706F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F96; }
p { color: rgb(112,111,150); }
H1.HeaderClassName
{
color: #706F96;
}
.AnyTagClassName
{
color: #706F96;
}
</style>
background-color css
<style>
a { background-color: #706F96; }
a { background-color: rgb(112,111,150); }
div.DivClassName
{
background-color: #706F96;
}
.BgClassName
{
background-color: #706F96;
}
</style>
border-color css
<style>
span { border-color: #706F96; }
span { border-color: rgb(112,111,150); }
td.TdClassName
{
border-color: #706F96;
}
.TagClassName
{
border-color: #706F96;
}
</style>