Shades of Scampi #70619C
Tints of Scampi #70619C
RGB
CMYK
RGB Variations
Color information
#70619C (or 0x70619C) is known color: Scampi. HEX triplet: 70, 61 and 9C. RGB value is (112,97,156). Sum of RGB (Red+Green+Blue) = 112+97+156=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #70619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70619C is #8F9E63. Grayscale: #6B6B6B. Windows color (decimal): -9412196 or 10248560. OLE color: 10248560.
HSL color Cylindrical-coordinate representation of color #70619C: hue angle of 255.25º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70619C is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 97 | 156 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.39 |
| HSL | 255.25º | 0.23% | 0.5% | - |
| HSV(B) | 255.25º | 0.38% | 0.61% | - |
| XYZ | 16.96 | 14.39 | 33.34 | - |
| YUV | 108.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 156 | 0.28 | 0.38 | 0 | 0.39 | 255.25 | 0.23 | 0.5 |
| Hex | 70 | 61 | 9C | 1C | 26 | 0 | 27 | FF | 17 | 32 |
| Octal | 160 | 141 | 234 | 34 | 46 | 0 | 47 | 377 | 27 | 62 |
| Binary | 1110000 | 1100001 | 10011100 | 11100 | 100110 | 0 | 100111 | 11111111 | 10111 | 110010 |
Color Harmonies of #70619C
Complementary color
Monochromatic Colors of #70619C
Black with #70619C
Text Example
Text Example
White with #70619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70619C; }
p { color: rgb(112,97,156); }
H1.HeaderClassName
{
color: #70619C;
}
.AnyTagClassName
{
color: #70619C;
}
</style>
background-color css
<style>
a { background-color: #70619C; }
a { background-color: rgb(112,97,156); }
div.DivClassName
{
background-color: #70619C;
}
.BgClassName
{
background-color: #70619C;
}
</style>
border-color css
<style>
span { border-color: #70619C; }
span { border-color: rgb(112,97,156); }
td.TdClassName
{
border-color: #70619C;
}
.TagClassName
{
border-color: #70619C;
}
</style>