Shades of Scampi #706A9B
Tints of Scampi #706A9B
RGB
CMYK
RGB Variations
Color information
#706A9B (or 0x706A9B) is known color: Scampi. HEX triplet: 70, 6A and 9B. RGB value is (112,106,155). Sum of RGB (Red+Green+Blue) = 112+106+155=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #706A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706A9B is #8F9564. Grayscale: #717171. Windows color (decimal): -9409893 or 10185328. OLE color: 10185328.
HSL color Cylindrical-coordinate representation of color #706A9B: hue angle of 247.35º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #706A9B is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 106 | 155 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.39 |
| HSL | 247.35º | 0.2% | 0.51% | - |
| HSV(B) | 247.35º | 0.32% | 0.61% | - |
| XYZ | 17.75 | 16.12 | 33.19 | - |
| YUV | 113.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 155 | 0.28 | 0.32 | 0 | 0.39 | 247.35 | 0.2 | 0.51 |
| Hex | 70 | 6A | 9B | 1C | 20 | 0 | 27 | F7 | 14 | 33 |
| Octal | 160 | 152 | 233 | 34 | 40 | 0 | 47 | 367 | 24 | 63 |
| Binary | 1110000 | 1101010 | 10011011 | 11100 | 100000 | 0 | 100111 | 11110111 | 10100 | 110011 |
Color Harmonies of #706A9B
Complementary color
Monochromatic Colors of #706A9B
Black with #706A9B
Text Example
Text Example
White with #706A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A9B; }
p { color: rgb(112,106,155); }
H1.HeaderClassName
{
color: #706A9B;
}
.AnyTagClassName
{
color: #706A9B;
}
</style>
background-color css
<style>
a { background-color: #706A9B; }
a { background-color: rgb(112,106,155); }
div.DivClassName
{
background-color: #706A9B;
}
.BgClassName
{
background-color: #706A9B;
}
</style>
border-color css
<style>
span { border-color: #706A9B; }
span { border-color: rgb(112,106,155); }
td.TdClassName
{
border-color: #706A9B;
}
.TagClassName
{
border-color: #706A9B;
}
</style>