Shades of Scampi #706D95
Tints of Scampi #706D95
RGB
CMYK
RGB Variations
Color information
#706D95 (or 0x706D95) is known color: Scampi. HEX triplet: 70, 6D and 95. RGB value is (112,109,149). Sum of RGB (Red+Green+Blue) = 112+109+149=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #706D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706D95 is #8F926A. Grayscale: #727272. Windows color (decimal): -9409131 or 9792880. OLE color: 9792880.
HSL color Cylindrical-coordinate representation of color #706D95: hue angle of 244.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706D95 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 109 | 149 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.42 |
| HSL | 244.5º | 0.16% | 0.51% | - |
| HSV(B) | 244.5º | 0.27% | 0.58% | - |
| XYZ | 17.58 | 16.55 | 30.7 | - |
| YUV | 114.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 149 | 0.25 | 0.27 | 0 | 0.42 | 244.5 | 0.16 | 0.51 |
| Hex | 70 | 6D | 95 | 19 | 1B | 0 | 2A | F4 | 10 | 33 |
| Octal | 160 | 155 | 225 | 31 | 33 | 0 | 52 | 364 | 20 | 63 |
| Binary | 1110000 | 1101101 | 10010101 | 11001 | 11011 | 0 | 101010 | 11110100 | 10000 | 110011 |
Color Harmonies of #706D95
Complementary color
Monochromatic Colors of #706D95
Black with #706D95
Text Example
Text Example
White with #706D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D95; }
p { color: rgb(112,109,149); }
H1.HeaderClassName
{
color: #706D95;
}
.AnyTagClassName
{
color: #706D95;
}
</style>
background-color css
<style>
a { background-color: #706D95; }
a { background-color: rgb(112,109,149); }
div.DivClassName
{
background-color: #706D95;
}
.BgClassName
{
background-color: #706D95;
}
</style>
border-color css
<style>
span { border-color: #706D95; }
span { border-color: rgb(112,109,149); }
td.TdClassName
{
border-color: #706D95;
}
.TagClassName
{
border-color: #706D95;
}
</style>