Shades of Scampi #706D96
Tints of Scampi #706D96
RGB
CMYK
RGB Variations
Color information
#706D96 (or 0x706D96) is known color: Scampi. HEX triplet: 70, 6D and 96. RGB value is (112,109,150). Sum of RGB (Red+Green+Blue) = 112+109+150=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #706D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706D96 is #8F9269. Grayscale: #727272. Windows color (decimal): -9409130 or 9858416. OLE color: 9858416.
HSL color Cylindrical-coordinate representation of color #706D96: hue angle of 244.39º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706D96 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 109 | 150 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.41 |
| HSL | 244.39º | 0.16% | 0.51% | - |
| HSV(B) | 244.39º | 0.27% | 0.59% | - |
| XYZ | 17.66 | 16.58 | 31.12 | - |
| YUV | 114.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 150 | 0.25 | 0.27 | 0 | 0.41 | 244.39 | 0.16 | 0.51 |
| Hex | 70 | 6D | 96 | 19 | 1B | 0 | 29 | F4 | 10 | 33 |
| Octal | 160 | 155 | 226 | 31 | 33 | 0 | 51 | 364 | 20 | 63 |
| Binary | 1110000 | 1101101 | 10010110 | 11001 | 11011 | 0 | 101001 | 11110100 | 10000 | 110011 |
Color Harmonies of #706D96
Complementary color
Monochromatic Colors of #706D96
Black with #706D96
Text Example
Text Example
White with #706D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D96; }
p { color: rgb(112,109,150); }
H1.HeaderClassName
{
color: #706D96;
}
.AnyTagClassName
{
color: #706D96;
}
</style>
background-color css
<style>
a { background-color: #706D96; }
a { background-color: rgb(112,109,150); }
div.DivClassName
{
background-color: #706D96;
}
.BgClassName
{
background-color: #706D96;
}
</style>
border-color css
<style>
span { border-color: #706D96; }
span { border-color: rgb(112,109,150); }
td.TdClassName
{
border-color: #706D96;
}
.TagClassName
{
border-color: #706D96;
}
</style>