Shades of Scampi #706DA0
Tints of Scampi #706DA0
RGB
CMYK
RGB Variations
Color information
#706DA0 (or 0x706DA0) is known color: Scampi. HEX triplet: 70, 6D and A0. RGB value is (112,109,160). Sum of RGB (Red+Green+Blue) = 112+109+160=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #706DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706DA0 is #8F925F. Grayscale: #737373. Windows color (decimal): -9409120 or 10513776. OLE color: 10513776.
HSL color Cylindrical-coordinate representation of color #706DA0: hue angle of 243.53º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #706DA0 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 109 | 160 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.37 |
| HSL | 243.53º | 0.21% | 0.53% | - |
| HSV(B) | 243.53º | 0.32% | 0.63% | - |
| XYZ | 18.5 | 16.92 | 35.55 | - |
| YUV | 115.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 160 | 0.30 | 0.32 | 0 | 0.37 | 243.53 | 0.21 | 0.53 |
| Hex | 70 | 6D | A0 | 1E | 20 | 0 | 25 | F4 | 15 | 35 |
| Octal | 160 | 155 | 240 | 36 | 40 | 0 | 45 | 364 | 25 | 65 |
| Binary | 1110000 | 1101101 | 10100000 | 11110 | 100000 | 0 | 100101 | 11110100 | 10101 | 110101 |
Color Harmonies of #706DA0
Complementary color
Monochromatic Colors of #706DA0
Black with #706DA0
Text Example
Text Example
White with #706DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DA0; }
p { color: rgb(112,109,160); }
H1.HeaderClassName
{
color: #706DA0;
}
.AnyTagClassName
{
color: #706DA0;
}
</style>
background-color css
<style>
a { background-color: #706DA0; }
a { background-color: rgb(112,109,160); }
div.DivClassName
{
background-color: #706DA0;
}
.BgClassName
{
background-color: #706DA0;
}
</style>
border-color css
<style>
span { border-color: #706DA0; }
span { border-color: rgb(112,109,160); }
td.TdClassName
{
border-color: #706DA0;
}
.TagClassName
{
border-color: #706DA0;
}
</style>