Shades of Scampi #70619D
Tints of Scampi #70619D
RGB
CMYK
RGB Variations
Color information
#70619D (or 0x70619D) is known color: Scampi. HEX triplet: 70, 61 and 9D. RGB value is (112,97,157). Sum of RGB (Red+Green+Blue) = 112+97+157=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #70619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70619D is #8F9E62. Grayscale: #6C6C6C. Windows color (decimal): -9412195 or 10314096. OLE color: 10314096.
HSL color Cylindrical-coordinate representation of color #70619D: hue angle of 255º 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 #70619D is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 97 | 157 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.38 |
| HSL | 255º | 0.24% | 0.5% | - |
| HSV(B) | 255º | 0.38% | 0.62% | - |
| XYZ | 17.04 | 14.43 | 33.79 | - |
| YUV | 108.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 157 | 0.29 | 0.38 | 0 | 0.38 | 255 | 0.24 | 0.5 |
| Hex | 70 | 61 | 9D | 1D | 26 | 0 | 26 | FF | 18 | 32 |
| Octal | 160 | 141 | 235 | 35 | 46 | 0 | 46 | 377 | 30 | 62 |
| Binary | 1110000 | 1100001 | 10011101 | 11101 | 100110 | 0 | 100110 | 11111111 | 11000 | 110010 |
Color Harmonies of #70619D
Complementary color
Monochromatic Colors of #70619D
Black with #70619D
Text Example
Text Example
White with #70619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70619D; }
p { color: rgb(112,97,157); }
H1.HeaderClassName
{
color: #70619D;
}
.AnyTagClassName
{
color: #70619D;
}
</style>
background-color css
<style>
a { background-color: #70619D; }
a { background-color: rgb(112,97,157); }
div.DivClassName
{
background-color: #70619D;
}
.BgClassName
{
background-color: #70619D;
}
</style>
border-color css
<style>
span { border-color: #70619D; }
span { border-color: rgb(112,97,157); }
td.TdClassName
{
border-color: #70619D;
}
.TagClassName
{
border-color: #70619D;
}
</style>