Shades of Scampi #706A99
Tints of Scampi #706A99
RGB
CMYK
RGB Variations
Color information
#706A99 (or 0x706A99) is known color: Scampi. HEX triplet: 70, 6A and 99. RGB value is (112,106,153). Sum of RGB (Red+Green+Blue) = 112+106+153=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #706A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706A99 is #8F9566. Grayscale: #707070. Windows color (decimal): -9409895 or 10054256. OLE color: 10054256.
HSL color Cylindrical-coordinate representation of color #706A99: hue angle of 247.66º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #706A99 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 106 | 153 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.4 |
| HSL | 247.66º | 0.19% | 0.51% | - |
| HSV(B) | 247.66º | 0.31% | 0.6% | - |
| XYZ | 17.59 | 16.05 | 32.31 | - |
| YUV | 113.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 153 | 0.27 | 0.31 | 0 | 0.4 | 247.66 | 0.19 | 0.51 |
| Hex | 70 | 6A | 99 | 1B | 1F | 0 | 28 | F8 | 13 | 33 |
| Octal | 160 | 152 | 231 | 33 | 37 | 0 | 50 | 370 | 23 | 63 |
| Binary | 1110000 | 1101010 | 10011001 | 11011 | 11111 | 0 | 101000 | 11111000 | 10011 | 110011 |
Color Harmonies of #706A99
Complementary color
Monochromatic Colors of #706A99
Black with #706A99
Text Example
Text Example
White with #706A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A99; }
p { color: rgb(112,106,153); }
H1.HeaderClassName
{
color: #706A99;
}
.AnyTagClassName
{
color: #706A99;
}
</style>
background-color css
<style>
a { background-color: #706A99; }
a { background-color: rgb(112,106,153); }
div.DivClassName
{
background-color: #706A99;
}
.BgClassName
{
background-color: #706A99;
}
</style>
border-color css
<style>
span { border-color: #706A99; }
span { border-color: rgb(112,106,153); }
td.TdClassName
{
border-color: #706A99;
}
.TagClassName
{
border-color: #706A99;
}
</style>