Shades of Scampi #706898
Tints of Scampi #706898
RGB
CMYK
RGB Variations
Color information
#706898 (or 0x706898) is known color: Scampi. HEX triplet: 70, 68 and 98. RGB value is (112,104,152). Sum of RGB (Red+Green+Blue) = 112+104+152=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #706898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706898 is #8F9767. Grayscale: #6F6F6F. Windows color (decimal): -9410408 or 9988208. OLE color: 9988208.
HSL color Cylindrical-coordinate representation of color #706898: hue angle of 250º 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 #706898 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 104 | 152 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.40 |
| HSL | 250º | 0.19% | 0.5% | - |
| HSV(B) | 250º | 0.32% | 0.6% | - |
| XYZ | 17.3 | 15.61 | 31.81 | - |
| YUV | 111.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 152 | 0.26 | 0.32 | 0 | 0.40 | 250 | 0.19 | 0.5 |
| Hex | 70 | 68 | 98 | 1A | 20 | 0 | 28 | FA | 13 | 32 |
| Octal | 160 | 150 | 230 | 32 | 40 | 0 | 50 | 372 | 23 | 62 |
| Binary | 1110000 | 1101000 | 10011000 | 11010 | 100000 | 0 | 101000 | 11111010 | 10011 | 110010 |
Color Harmonies of #706898
Complementary color
Monochromatic Colors of #706898
Black with #706898
Text Example
Text Example
White with #706898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706898; }
p { color: rgb(112,104,152); }
H1.HeaderClassName
{
color: #706898;
}
.AnyTagClassName
{
color: #706898;
}
</style>
background-color css
<style>
a { background-color: #706898; }
a { background-color: rgb(112,104,152); }
div.DivClassName
{
background-color: #706898;
}
.BgClassName
{
background-color: #706898;
}
</style>
border-color css
<style>
span { border-color: #706898; }
span { border-color: rgb(112,104,152); }
td.TdClassName
{
border-color: #706898;
}
.TagClassName
{
border-color: #706898;
}
</style>