Shades of Scampi #7067AC
Tints of Scampi #7067AC
RGB
CMYK
RGB Variations
Color information
#7067AC (or 0x7067AC) is known color: Scampi. HEX triplet: 70, 67 and AC. RGB value is (112,103,172). Sum of RGB (Red+Green+Blue) = 112+103+172=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #7067AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7067AC is #8F9853. Grayscale: #717171. Windows color (decimal): -9410644 or 11298672. OLE color: 11298672.
HSL color Cylindrical-coordinate representation of color #7067AC: hue angle of 247.83º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7067AC is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 103 | 172 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.33 |
| HSL | 247.83º | 0.29% | 0.54% | - |
| HSV(B) | 247.83º | 0.4% | 0.67% | - |
| XYZ | 18.98 | 16.12 | 41.14 | - |
| YUV | 113.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 172 | 0.35 | 0.40 | 0 | 0.33 | 247.83 | 0.29 | 0.54 |
| Hex | 70 | 67 | AC | 23 | 28 | 0 | 21 | F8 | 1D | 36 |
| Octal | 160 | 147 | 254 | 43 | 50 | 0 | 41 | 370 | 35 | 66 |
| Binary | 1110000 | 1100111 | 10101100 | 100011 | 101000 | 0 | 100001 | 11111000 | 11101 | 110110 |
Color Harmonies of #7067AC
Complementary color
Monochromatic Colors of #7067AC
Black with #7067AC
Text Example
Text Example
White with #7067AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067AC; }
p { color: rgb(112,103,172); }
H1.HeaderClassName
{
color: #7067AC;
}
.AnyTagClassName
{
color: #7067AC;
}
</style>
background-color css
<style>
a { background-color: #7067AC; }
a { background-color: rgb(112,103,172); }
div.DivClassName
{
background-color: #7067AC;
}
.BgClassName
{
background-color: #7067AC;
}
</style>
border-color css
<style>
span { border-color: #7067AC; }
span { border-color: rgb(112,103,172); }
td.TdClassName
{
border-color: #7067AC;
}
.TagClassName
{
border-color: #7067AC;
}
</style>