Shades of Scampi #706899
Tints of Scampi #706899
RGB
CMYK
RGB Variations
Color information
#706899 (or 0x706899) is known color: Scampi. HEX triplet: 70, 68 and 99. RGB value is (112,104,153). Sum of RGB (Red+Green+Blue) = 112+104+153=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #706899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706899 is #8F9766. Grayscale: #6F6F6F. Windows color (decimal): -9410407 or 10053744. OLE color: 10053744.
HSL color Cylindrical-coordinate representation of color #706899: hue angle of 249.8º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #706899 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 104 | 153 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.4 |
| HSL | 249.8º | 0.19% | 0.5% | - |
| HSV(B) | 249.8º | 0.32% | 0.6% | - |
| XYZ | 17.38 | 15.65 | 32.24 | - |
| YUV | 111.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 153 | 0.27 | 0.32 | 0 | 0.4 | 249.8 | 0.19 | 0.5 |
| Hex | 70 | 68 | 99 | 1B | 20 | 0 | 28 | FA | 13 | 32 |
| Octal | 160 | 150 | 231 | 33 | 40 | 0 | 50 | 372 | 23 | 62 |
| Binary | 1110000 | 1101000 | 10011001 | 11011 | 100000 | 0 | 101000 | 11111010 | 10011 | 110010 |
Color Harmonies of #706899
Complementary color
Monochromatic Colors of #706899
Black with #706899
Text Example
Text Example
White with #706899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706899; }
p { color: rgb(112,104,153); }
H1.HeaderClassName
{
color: #706899;
}
.AnyTagClassName
{
color: #706899;
}
</style>
background-color css
<style>
a { background-color: #706899; }
a { background-color: rgb(112,104,153); }
div.DivClassName
{
background-color: #706899;
}
.BgClassName
{
background-color: #706899;
}
</style>
border-color css
<style>
span { border-color: #706899; }
span { border-color: rgb(112,104,153); }
td.TdClassName
{
border-color: #706899;
}
.TagClassName
{
border-color: #706899;
}
</style>