Shades of Scampi #706CAB
Tints of Scampi #706CAB
RGB
CMYK
RGB Variations
Color information
#706CAB (or 0x706CAB) is known color: Scampi. HEX triplet: 70, 6C and AB. RGB value is (112,108,171). Sum of RGB (Red+Green+Blue) = 112+108+171=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #706CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706CAB is #8F9354. Grayscale: #747474. Windows color (decimal): -9409365 or 11234416. OLE color: 11234416.
HSL color Cylindrical-coordinate representation of color #706CAB: hue angle of 243.81º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706CAB is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 108 | 171 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.33 |
| HSL | 243.81º | 0.27% | 0.55% | - |
| HSV(B) | 243.81º | 0.37% | 0.67% | - |
| XYZ | 19.4 | 17.11 | 40.81 | - |
| YUV | 116.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 171 | 0.35 | 0.37 | 0 | 0.33 | 243.81 | 0.27 | 0.55 |
| Hex | 70 | 6C | AB | 23 | 25 | 0 | 21 | F4 | 1B | 37 |
| Octal | 160 | 154 | 253 | 43 | 45 | 0 | 41 | 364 | 33 | 67 |
| Binary | 1110000 | 1101100 | 10101011 | 100011 | 100101 | 0 | 100001 | 11110100 | 11011 | 110111 |
Color Harmonies of #706CAB
Complementary color
Monochromatic Colors of #706CAB
Black with #706CAB
Text Example
Text Example
White with #706CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CAB; }
p { color: rgb(112,108,171); }
H1.HeaderClassName
{
color: #706CAB;
}
.AnyTagClassName
{
color: #706CAB;
}
</style>
background-color css
<style>
a { background-color: #706CAB; }
a { background-color: rgb(112,108,171); }
div.DivClassName
{
background-color: #706CAB;
}
.BgClassName
{
background-color: #706CAB;
}
</style>
border-color css
<style>
span { border-color: #706CAB; }
span { border-color: rgb(112,108,171); }
td.TdClassName
{
border-color: #706CAB;
}
.TagClassName
{
border-color: #706CAB;
}
</style>