Shades of Scampi #706C95
Tints of Scampi #706C95
RGB
CMYK
RGB Variations
Color information
#706C95 (or 0x706C95) is known color: Scampi. HEX triplet: 70, 6C and 95. RGB value is (112,108,149). Sum of RGB (Red+Green+Blue) = 112+108+149=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #706C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706C95 is #8F936A. Grayscale: #717171. Windows color (decimal): -9409387 or 9792624. OLE color: 9792624.
HSL color Cylindrical-coordinate representation of color #706C95: hue angle of 245.85º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #706C95 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 108 | 149 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.42 |
| HSL | 245.85º | 0.16% | 0.5% | - |
| HSV(B) | 245.85º | 0.28% | 0.58% | - |
| XYZ | 17.47 | 16.34 | 30.67 | - |
| YUV | 113.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 149 | 0.25 | 0.28 | 0 | 0.42 | 245.85 | 0.16 | 0.5 |
| Hex | 70 | 6C | 95 | 19 | 1C | 0 | 2A | F6 | 10 | 32 |
| Octal | 160 | 154 | 225 | 31 | 34 | 0 | 52 | 366 | 20 | 62 |
| Binary | 1110000 | 1101100 | 10010101 | 11001 | 11100 | 0 | 101010 | 11110110 | 10000 | 110010 |
Color Harmonies of #706C95
Complementary color
Monochromatic Colors of #706C95
Black with #706C95
Text Example
Text Example
White with #706C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C95; }
p { color: rgb(112,108,149); }
H1.HeaderClassName
{
color: #706C95;
}
.AnyTagClassName
{
color: #706C95;
}
</style>
background-color css
<style>
a { background-color: #706C95; }
a { background-color: rgb(112,108,149); }
div.DivClassName
{
background-color: #706C95;
}
.BgClassName
{
background-color: #706C95;
}
</style>
border-color css
<style>
span { border-color: #706C95; }
span { border-color: rgb(112,108,149); }
td.TdClassName
{
border-color: #706C95;
}
.TagClassName
{
border-color: #706C95;
}
</style>