Shades of Scampi #706195
Tints of Scampi #706195
RGB
CMYK
RGB Variations
Color information
#706195 (or 0x706195) is known color: Scampi. HEX triplet: 70, 61 and 95. RGB value is (112,97,149). Sum of RGB (Red+Green+Blue) = 112+97+149=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #706195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706195 is #8F9E6A. Grayscale: #6B6B6B. Windows color (decimal): -9412203 or 9789808. OLE color: 9789808.
HSL color Cylindrical-coordinate representation of color #706195: hue angle of 257.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #706195 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 97 | 149 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.42 |
| HSL | 257.31º | 0.21% | 0.48% | - |
| HSV(B) | 257.31º | 0.35% | 0.58% | - |
| XYZ | 16.38 | 14.16 | 30.3 | - |
| YUV | 107.41 | 151.47 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 149 | 0.25 | 0.35 | 0 | 0.42 | 257.31 | 0.21 | 0.48 |
| Hex | 70 | 61 | 95 | 19 | 23 | 0 | 2A | 101 | 15 | 30 |
| Octal | 160 | 141 | 225 | 31 | 43 | 0 | 52 | 401 | 25 | 60 |
| Binary | 1110000 | 1100001 | 10010101 | 11001 | 100011 | 0 | 101010 | 100000001 | 10101 | 110000 |
Color Harmonies of #706195
Complementary color
Monochromatic Colors of #706195
Black with #706195
Text Example
Text Example
White with #706195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706195; }
p { color: rgb(112,97,149); }
H1.HeaderClassName
{
color: #706195;
}
.AnyTagClassName
{
color: #706195;
}
</style>
background-color css
<style>
a { background-color: #706195; }
a { background-color: rgb(112,97,149); }
div.DivClassName
{
background-color: #706195;
}
.BgClassName
{
background-color: #706195;
}
</style>
border-color css
<style>
span { border-color: #706195; }
span { border-color: rgb(112,97,149); }
td.TdClassName
{
border-color: #706195;
}
.TagClassName
{
border-color: #706195;
}
</style>