Shades of Scampi #706FA6
Tints of Scampi #706FA6
RGB
CMYK
RGB Variations
Color information
#706FA6 (or 0x706FA6) is known color: Scampi. HEX triplet: 70, 6F and A6. RGB value is (112,111,166). Sum of RGB (Red+Green+Blue) = 112+111+166=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 166 - color contains mainly: blue. Hex color #706FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706FA6 is #8F9059. Grayscale: #757575. Windows color (decimal): -9408602 or 10907504. OLE color: 10907504.
HSL color Cylindrical-coordinate representation of color #706FA6: hue angle of 241.09º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706FA6 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 111 | 166 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.35 |
| HSL | 241.09º | 0.24% | 0.54% | - |
| HSV(B) | 241.09º | 0.33% | 0.65% | - |
| XYZ | 19.25 | 17.57 | 38.45 | - |
| YUV | 117.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 166 | 0.33 | 0.33 | 0 | 0.35 | 241.09 | 0.24 | 0.54 |
| Hex | 70 | 6F | A6 | 21 | 21 | 0 | 23 | F1 | 18 | 36 |
| Octal | 160 | 157 | 246 | 41 | 41 | 0 | 43 | 361 | 30 | 66 |
| Binary | 1110000 | 1101111 | 10100110 | 100001 | 100001 | 0 | 100011 | 11110001 | 11000 | 110110 |
Color Harmonies of #706FA6
Complementary color
Monochromatic Colors of #706FA6
Black with #706FA6
Text Example
Text Example
White with #706FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FA6; }
p { color: rgb(112,111,166); }
H1.HeaderClassName
{
color: #706FA6;
}
.AnyTagClassName
{
color: #706FA6;
}
</style>
background-color css
<style>
a { background-color: #706FA6; }
a { background-color: rgb(112,111,166); }
div.DivClassName
{
background-color: #706FA6;
}
.BgClassName
{
background-color: #706FA6;
}
</style>
border-color css
<style>
span { border-color: #706FA6; }
span { border-color: rgb(112,111,166); }
td.TdClassName
{
border-color: #706FA6;
}
.TagClassName
{
border-color: #706FA6;
}
</style>