Shades of Scampi #706E8C
Tints of Scampi #706E8C
RGB
CMYK
RGB Variations
Color information
#706E8C (or 0x706E8C) is known color: Scampi. HEX triplet: 70, 6E and 8C. RGB value is (112,110,140). Sum of RGB (Red+Green+Blue) = 112+110+140=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #706E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E8C is #8F9173. Grayscale: #717171. Windows color (decimal): -9408884 or 9203312. OLE color: 9203312.
HSL color Cylindrical-coordinate representation of color #706E8C: hue angle of 244º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706E8C is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 110 | 140 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.45 |
| HSL | 244º | 0.12% | 0.49% | - |
| HSV(B) | 244º | 0.21% | 0.55% | - |
| XYZ | 16.99 | 16.49 | 27.1 | - |
| YUV | 114.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 140 | 0.20 | 0.21 | 0 | 0.45 | 244 | 0.12 | 0.49 |
| Hex | 70 | 6E | 8C | 14 | 15 | 0 | 2D | F4 | C | 31 |
| Octal | 160 | 156 | 214 | 24 | 25 | 0 | 55 | 364 | 14 | 61 |
| Binary | 1110000 | 1101110 | 10001100 | 10100 | 10101 | 0 | 101101 | 11110100 | 1100 | 110001 |
Color Harmonies of #706E8C
Complementary color
Monochromatic Colors of #706E8C
Black with #706E8C
Text Example
Text Example
White with #706E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E8C; }
p { color: rgb(112,110,140); }
H1.HeaderClassName
{
color: #706E8C;
}
.AnyTagClassName
{
color: #706E8C;
}
</style>
background-color css
<style>
a { background-color: #706E8C; }
a { background-color: rgb(112,110,140); }
div.DivClassName
{
background-color: #706E8C;
}
.BgClassName
{
background-color: #706E8C;
}
</style>
border-color css
<style>
span { border-color: #706E8C; }
span { border-color: rgb(112,110,140); }
td.TdClassName
{
border-color: #706E8C;
}
.TagClassName
{
border-color: #706E8C;
}
</style>