Shades of Scampi #706695
Tints of Scampi #706695
RGB
CMYK
RGB Variations
Color information
#706695 (or 0x706695) is known color: Scampi. HEX triplet: 70, 66 and 95. RGB value is (112,102,149). Sum of RGB (Red+Green+Blue) = 112+102+149=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #706695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706695 is #8F996A. Grayscale: #6E6E6E. Windows color (decimal): -9410923 or 9791088. OLE color: 9791088.
HSL color Cylindrical-coordinate representation of color #706695: hue angle of 252.77º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #706695 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 102 | 149 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.42 |
| HSL | 252.77º | 0.19% | 0.49% | - |
| HSV(B) | 252.77º | 0.32% | 0.58% | - |
| XYZ | 16.86 | 15.12 | 30.46 | - |
| YUV | 110.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 149 | 0.25 | 0.32 | 0 | 0.42 | 252.77 | 0.19 | 0.49 |
| Hex | 70 | 66 | 95 | 19 | 20 | 0 | 2A | FD | 13 | 31 |
| Octal | 160 | 146 | 225 | 31 | 40 | 0 | 52 | 375 | 23 | 61 |
| Binary | 1110000 | 1100110 | 10010101 | 11001 | 100000 | 0 | 101010 | 11111101 | 10011 | 110001 |
Color Harmonies of #706695
Complementary color
Monochromatic Colors of #706695
Black with #706695
Text Example
Text Example
White with #706695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706695; }
p { color: rgb(112,102,149); }
H1.HeaderClassName
{
color: #706695;
}
.AnyTagClassName
{
color: #706695;
}
</style>
background-color css
<style>
a { background-color: #706695; }
a { background-color: rgb(112,102,149); }
div.DivClassName
{
background-color: #706695;
}
.BgClassName
{
background-color: #706695;
}
</style>
border-color css
<style>
span { border-color: #706695; }
span { border-color: rgb(112,102,149); }
td.TdClassName
{
border-color: #706695;
}
.TagClassName
{
border-color: #706695;
}
</style>