Shades of Scampi #70629E
Tints of Scampi #70629E
RGB
CMYK
RGB Variations
Color information
#70629E (or 0x70629E) is known color: Scampi. HEX triplet: 70, 62 and 9E. RGB value is (112,98,158). Sum of RGB (Red+Green+Blue) = 112+98+158=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #70629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70629E is #8F9D61. Grayscale: #6C6C6C. Windows color (decimal): -9411938 or 10379888. OLE color: 10379888.
HSL color Cylindrical-coordinate representation of color #70629E: hue angle of 254º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70629E is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 98 | 158 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.38 |
| HSL | 254º | 0.24% | 0.5% | - |
| HSV(B) | 254º | 0.38% | 0.62% | - |
| XYZ | 17.22 | 14.65 | 34.27 | - |
| YUV | 109.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 158 | 0.29 | 0.38 | 0 | 0.38 | 254 | 0.24 | 0.5 |
| Hex | 70 | 62 | 9E | 1D | 26 | 0 | 26 | FE | 18 | 32 |
| Octal | 160 | 142 | 236 | 35 | 46 | 0 | 46 | 376 | 30 | 62 |
| Binary | 1110000 | 1100010 | 10011110 | 11101 | 100110 | 0 | 100110 | 11111110 | 11000 | 110010 |
Color Harmonies of #70629E
Complementary color
Monochromatic Colors of #70629E
Black with #70629E
Text Example
Text Example
White with #70629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70629E; }
p { color: rgb(112,98,158); }
H1.HeaderClassName
{
color: #70629E;
}
.AnyTagClassName
{
color: #70629E;
}
</style>
background-color css
<style>
a { background-color: #70629E; }
a { background-color: rgb(112,98,158); }
div.DivClassName
{
background-color: #70629E;
}
.BgClassName
{
background-color: #70629E;
}
</style>
border-color css
<style>
span { border-color: #70629E; }
span { border-color: rgb(112,98,158); }
td.TdClassName
{
border-color: #70629E;
}
.TagClassName
{
border-color: #70629E;
}
</style>