Shades of Scampi #706F97
Tints of Scampi #706F97
RGB
CMYK
RGB Variations
Color information
#706F97 (or 0x706F97) is known color: Scampi. HEX triplet: 70, 6F and 97. RGB value is (112,111,151). Sum of RGB (Red+Green+Blue) = 112+111+151=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #706F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F97 is #8F9068. Grayscale: #737373. Windows color (decimal): -9408617 or 9924464. OLE color: 9924464.
HSL color Cylindrical-coordinate representation of color #706F97: hue angle of 241.5º 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 #706F97 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 111 | 151 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.41 |
| HSL | 241.5º | 0.16% | 0.51% | - |
| HSV(B) | 241.5º | 0.26% | 0.59% | - |
| XYZ | 17.95 | 17.05 | 31.62 | - |
| YUV | 115.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 151 | 0.26 | 0.26 | 0 | 0.41 | 241.5 | 0.16 | 0.51 |
| Hex | 70 | 6F | 97 | 1A | 1A | 0 | 29 | F2 | 10 | 33 |
| Octal | 160 | 157 | 227 | 32 | 32 | 0 | 51 | 362 | 20 | 63 |
| Binary | 1110000 | 1101111 | 10010111 | 11010 | 11010 | 0 | 101001 | 11110010 | 10000 | 110011 |
Color Harmonies of #706F97
Complementary color
Monochromatic Colors of #706F97
Black with #706F97
Text Example
Text Example
White with #706F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F97; }
p { color: rgb(112,111,151); }
H1.HeaderClassName
{
color: #706F97;
}
.AnyTagClassName
{
color: #706F97;
}
</style>
background-color css
<style>
a { background-color: #706F97; }
a { background-color: rgb(112,111,151); }
div.DivClassName
{
background-color: #706F97;
}
.BgClassName
{
background-color: #706F97;
}
</style>
border-color css
<style>
span { border-color: #706F97; }
span { border-color: rgb(112,111,151); }
td.TdClassName
{
border-color: #706F97;
}
.TagClassName
{
border-color: #706F97;
}
</style>