Shades of Scampi #706BAC
Tints of Scampi #706BAC
RGB
CMYK
RGB Variations
Color information
#706BAC (or 0x706BAC) is known color: Scampi. HEX triplet: 70, 6B and AC. RGB value is (112,107,172). Sum of RGB (Red+Green+Blue) = 112+107+172=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #706BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706BAC is #8F9453. Grayscale: #737373. Windows color (decimal): -9409620 or 11299696. OLE color: 11299696.
HSL color Cylindrical-coordinate representation of color #706BAC: hue angle of 244.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706BAC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 107 | 172 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.33 |
| HSL | 244.62º | 0.28% | 0.55% | - |
| HSV(B) | 244.62º | 0.38% | 0.67% | - |
| XYZ | 19.39 | 16.94 | 41.28 | - |
| YUV | 115.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 172 | 0.35 | 0.38 | 0 | 0.33 | 244.62 | 0.28 | 0.55 |
| Hex | 70 | 6B | AC | 23 | 26 | 0 | 21 | F5 | 1C | 37 |
| Octal | 160 | 153 | 254 | 43 | 46 | 0 | 41 | 365 | 34 | 67 |
| Binary | 1110000 | 1101011 | 10101100 | 100011 | 100110 | 0 | 100001 | 11110101 | 11100 | 110111 |
Color Harmonies of #706BAC
Complementary color
Monochromatic Colors of #706BAC
Black with #706BAC
Text Example
Text Example
White with #706BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BAC; }
p { color: rgb(112,107,172); }
H1.HeaderClassName
{
color: #706BAC;
}
.AnyTagClassName
{
color: #706BAC;
}
</style>
background-color css
<style>
a { background-color: #706BAC; }
a { background-color: rgb(112,107,172); }
div.DivClassName
{
background-color: #706BAC;
}
.BgClassName
{
background-color: #706BAC;
}
</style>
border-color css
<style>
span { border-color: #706BAC; }
span { border-color: rgb(112,107,172); }
td.TdClassName
{
border-color: #706BAC;
}
.TagClassName
{
border-color: #706BAC;
}
</style>