Shades of Scampi #706D9F
Tints of Scampi #706D9F
RGB
CMYK
RGB Variations
Color information
#706D9F (or 0x706D9F) is known color: Scampi. HEX triplet: 70, 6D and 9F. RGB value is (112,109,159). Sum of RGB (Red+Green+Blue) = 112+109+159=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #706D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706D9F is #8F9260. Grayscale: #737373. Windows color (decimal): -9409121 or 10448240. OLE color: 10448240.
HSL color Cylindrical-coordinate representation of color #706D9F: hue angle of 243.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #706D9F is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 109 | 159 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.38 |
| HSL | 243.6º | 0.21% | 0.53% | - |
| HSV(B) | 243.6º | 0.31% | 0.62% | - |
| XYZ | 18.41 | 16.89 | 35.09 | - |
| YUV | 115.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 159 | 0.30 | 0.31 | 0 | 0.38 | 243.6 | 0.21 | 0.53 |
| Hex | 70 | 6D | 9F | 1E | 1F | 0 | 26 | F4 | 15 | 35 |
| Octal | 160 | 155 | 237 | 36 | 37 | 0 | 46 | 364 | 25 | 65 |
| Binary | 1110000 | 1101101 | 10011111 | 11110 | 11111 | 0 | 100110 | 11110100 | 10101 | 110101 |
Color Harmonies of #706D9F
Complementary color
Monochromatic Colors of #706D9F
Black with #706D9F
Text Example
Text Example
White with #706D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D9F; }
p { color: rgb(112,109,159); }
H1.HeaderClassName
{
color: #706D9F;
}
.AnyTagClassName
{
color: #706D9F;
}
</style>
background-color css
<style>
a { background-color: #706D9F; }
a { background-color: rgb(112,109,159); }
div.DivClassName
{
background-color: #706D9F;
}
.BgClassName
{
background-color: #706D9F;
}
</style>
border-color css
<style>
span { border-color: #706D9F; }
span { border-color: rgb(112,109,159); }
td.TdClassName
{
border-color: #706D9F;
}
.TagClassName
{
border-color: #706D9F;
}
</style>