Shades of Scampi #706098
Tints of Scampi #706098
RGB
CMYK
RGB Variations
Color information
#706098 (or 0x706098) is known color: Scampi. HEX triplet: 70, 60 and 98. RGB value is (112,96,152). Sum of RGB (Red+Green+Blue) = 112+96+152=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #706098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706098 is #8F9F67. Grayscale: #6A6A6A. Windows color (decimal): -9412456 or 9986160. OLE color: 9986160.
HSL color Cylindrical-coordinate representation of color #706098: hue angle of 257.14º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706098 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 96 | 152 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.40 |
| HSL | 257.14º | 0.23% | 0.49% | - |
| HSV(B) | 257.14º | 0.37% | 0.6% | - |
| XYZ | 16.53 | 14.08 | 31.55 | - |
| YUV | 107.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 152 | 0.26 | 0.37 | 0 | 0.40 | 257.14 | 0.23 | 0.49 |
| Hex | 70 | 60 | 98 | 1A | 25 | 0 | 28 | 101 | 17 | 31 |
| Octal | 160 | 140 | 230 | 32 | 45 | 0 | 50 | 401 | 27 | 61 |
| Binary | 1110000 | 1100000 | 10011000 | 11010 | 100101 | 0 | 101000 | 100000001 | 10111 | 110001 |
Color Harmonies of #706098
Complementary color
Monochromatic Colors of #706098
Black with #706098
Text Example
Text Example
White with #706098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706098; }
p { color: rgb(112,96,152); }
H1.HeaderClassName
{
color: #706098;
}
.AnyTagClassName
{
color: #706098;
}
</style>
background-color css
<style>
a { background-color: #706098; }
a { background-color: rgb(112,96,152); }
div.DivClassName
{
background-color: #706098;
}
.BgClassName
{
background-color: #706098;
}
</style>
border-color css
<style>
span { border-color: #706098; }
span { border-color: rgb(112,96,152); }
td.TdClassName
{
border-color: #706098;
}
.TagClassName
{
border-color: #706098;
}
</style>