Shades of Scampi #7060A9
Tints of Scampi #7060A9
RGB
CMYK
RGB Variations
Color information
#7060A9 (or 0x7060A9) is known color: Scampi. HEX triplet: 70, 60 and A9. RGB value is (112,96,169). Sum of RGB (Red+Green+Blue) = 112+96+169=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #7060A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7060A9 is #8F9F56. Grayscale: #6C6C6C. Windows color (decimal): -9412439 or 11100272. OLE color: 11100272.
HSL color Cylindrical-coordinate representation of color #7060A9: hue angle of 253.15º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7060A9 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 96 | 169 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.34 |
| HSL | 253.15º | 0.3% | 0.52% | - |
| HSV(B) | 253.15º | 0.43% | 0.66% | - |
| XYZ | 18.03 | 14.68 | 39.42 | - |
| YUV | 109.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 169 | 0.34 | 0.43 | 0 | 0.34 | 253.15 | 0.3 | 0.52 |
| Hex | 70 | 60 | A9 | 22 | 2B | 0 | 22 | FD | 1E | 34 |
| Octal | 160 | 140 | 251 | 42 | 53 | 0 | 42 | 375 | 36 | 64 |
| Binary | 1110000 | 1100000 | 10101001 | 100010 | 101011 | 0 | 100010 | 11111101 | 11110 | 110100 |
Color Harmonies of #7060A9
Complementary color
Monochromatic Colors of #7060A9
Black with #7060A9
Text Example
Text Example
White with #7060A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7060A9; }
p { color: rgb(112,96,169); }
H1.HeaderClassName
{
color: #7060A9;
}
.AnyTagClassName
{
color: #7060A9;
}
</style>
background-color css
<style>
a { background-color: #7060A9; }
a { background-color: rgb(112,96,169); }
div.DivClassName
{
background-color: #7060A9;
}
.BgClassName
{
background-color: #7060A9;
}
</style>
border-color css
<style>
span { border-color: #7060A9; }
span { border-color: rgb(112,96,169); }
td.TdClassName
{
border-color: #7060A9;
}
.TagClassName
{
border-color: #7060A9;
}
</style>