Shades of Scampi #706F95
Tints of Scampi #706F95
RGB
CMYK
RGB Variations
Color information
#706F95 (or 0x706F95) is known color: Scampi. HEX triplet: 70, 6F and 95. RGB value is (112,111,149). Sum of RGB (Red+Green+Blue) = 112+111+149=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #706F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F95 is #8F906A. Grayscale: #737373. Windows color (decimal): -9408619 or 9793392. OLE color: 9793392.
HSL color Cylindrical-coordinate representation of color #706F95: hue angle of 241.58º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706F95 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 111 | 149 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.42 |
| HSL | 241.58º | 0.15% | 0.51% | - |
| HSV(B) | 241.58º | 0.26% | 0.58% | - |
| XYZ | 17.79 | 16.98 | 30.77 | - |
| YUV | 115.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 149 | 0.25 | 0.26 | 0 | 0.42 | 241.58 | 0.15 | 0.51 |
| Hex | 70 | 6F | 95 | 19 | 1A | 0 | 2A | F2 | F | 33 |
| Octal | 160 | 157 | 225 | 31 | 32 | 0 | 52 | 362 | 17 | 63 |
| Binary | 1110000 | 1101111 | 10010101 | 11001 | 11010 | 0 | 101010 | 11110010 | 1111 | 110011 |
Color Harmonies of #706F95
Complementary color
Monochromatic Colors of #706F95
Black with #706F95
Text Example
Text Example
White with #706F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F95; }
p { color: rgb(112,111,149); }
H1.HeaderClassName
{
color: #706F95;
}
.AnyTagClassName
{
color: #706F95;
}
</style>
background-color css
<style>
a { background-color: #706F95; }
a { background-color: rgb(112,111,149); }
div.DivClassName
{
background-color: #706F95;
}
.BgClassName
{
background-color: #706F95;
}
</style>
border-color css
<style>
span { border-color: #706F95; }
span { border-color: rgb(112,111,149); }
td.TdClassName
{
border-color: #706F95;
}
.TagClassName
{
border-color: #706F95;
}
</style>