Shades of Scampi #706995
Tints of Scampi #706995
RGB
CMYK
RGB Variations
Color information
#706995 (or 0x706995) is known color: Scampi. HEX triplet: 70, 69 and 95. RGB value is (112,105,149). Sum of RGB (Red+Green+Blue) = 112+105+149=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #706995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706995 is #8F966A. Grayscale: #6F6F6F. Windows color (decimal): -9410155 or 9791856. OLE color: 9791856.
HSL color Cylindrical-coordinate representation of color #706995: hue angle of 249.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706995 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 105 | 149 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.42 |
| HSL | 249.55º | 0.17% | 0.5% | - |
| HSV(B) | 249.55º | 0.3% | 0.58% | - |
| XYZ | 17.16 | 15.72 | 30.56 | - |
| YUV | 112.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 149 | 0.25 | 0.30 | 0 | 0.42 | 249.55 | 0.17 | 0.5 |
| Hex | 70 | 69 | 95 | 19 | 1E | 0 | 2A | FA | 11 | 32 |
| Octal | 160 | 151 | 225 | 31 | 36 | 0 | 52 | 372 | 21 | 62 |
| Binary | 1110000 | 1101001 | 10010101 | 11001 | 11110 | 0 | 101010 | 11111010 | 10001 | 110010 |
Color Harmonies of #706995
Complementary color
Monochromatic Colors of #706995
Black with #706995
Text Example
Text Example
White with #706995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706995; }
p { color: rgb(112,105,149); }
H1.HeaderClassName
{
color: #706995;
}
.AnyTagClassName
{
color: #706995;
}
</style>
background-color css
<style>
a { background-color: #706995; }
a { background-color: rgb(112,105,149); }
div.DivClassName
{
background-color: #706995;
}
.BgClassName
{
background-color: #706995;
}
</style>
border-color css
<style>
span { border-color: #706995; }
span { border-color: rgb(112,105,149); }
td.TdClassName
{
border-color: #706995;
}
.TagClassName
{
border-color: #706995;
}
</style>