Shades of Scampi #70629C
Tints of Scampi #70629C
RGB
CMYK
RGB Variations
Color information
#70629C (or 0x70629C) is known color: Scampi. HEX triplet: 70, 62 and 9C. RGB value is (112,98,156). Sum of RGB (Red+Green+Blue) = 112+98+156=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #70629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70629C is #8F9D63. Grayscale: #6C6C6C. Windows color (decimal): -9411940 or 10248816. OLE color: 10248816.
HSL color Cylindrical-coordinate representation of color #70629C: hue angle of 254.48º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70629C is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 98 | 156 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.39 |
| HSL | 254.48º | 0.23% | 0.5% | - |
| HSV(B) | 254.48º | 0.37% | 0.61% | - |
| XYZ | 17.05 | 14.58 | 33.37 | - |
| YUV | 108.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 156 | 0.28 | 0.37 | 0 | 0.39 | 254.48 | 0.23 | 0.5 |
| Hex | 70 | 62 | 9C | 1C | 25 | 0 | 27 | FE | 17 | 32 |
| Octal | 160 | 142 | 234 | 34 | 45 | 0 | 47 | 376 | 27 | 62 |
| Binary | 1110000 | 1100010 | 10011100 | 11100 | 100101 | 0 | 100111 | 11111110 | 10111 | 110010 |
Color Harmonies of #70629C
Complementary color
Monochromatic Colors of #70629C
Black with #70629C
Text Example
Text Example
White with #70629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70629C; }
p { color: rgb(112,98,156); }
H1.HeaderClassName
{
color: #70629C;
}
.AnyTagClassName
{
color: #70629C;
}
</style>
background-color css
<style>
a { background-color: #70629C; }
a { background-color: rgb(112,98,156); }
div.DivClassName
{
background-color: #70629C;
}
.BgClassName
{
background-color: #70629C;
}
</style>
border-color css
<style>
span { border-color: #70629C; }
span { border-color: rgb(112,98,156); }
td.TdClassName
{
border-color: #70629C;
}
.TagClassName
{
border-color: #70629C;
}
</style>