Shades of Scampi #706CAA
Tints of Scampi #706CAA
RGB
CMYK
RGB Variations
Color information
#706CAA (or 0x706CAA) is known color: Scampi. HEX triplet: 70, 6C and AA. RGB value is (112,108,170). Sum of RGB (Red+Green+Blue) = 112+108+170=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #706CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706CAA is #8F9355. Grayscale: #747474. Windows color (decimal): -9409366 or 11168880. OLE color: 11168880.
HSL color Cylindrical-coordinate representation of color #706CAA: hue angle of 243.87º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #706CAA is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 108 | 170 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.33 |
| HSL | 243.87º | 0.27% | 0.55% | - |
| HSV(B) | 243.87º | 0.36% | 0.67% | - |
| XYZ | 19.3 | 17.07 | 40.31 | - |
| YUV | 116.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 170 | 0.34 | 0.36 | 0 | 0.33 | 243.87 | 0.27 | 0.55 |
| Hex | 70 | 6C | AA | 22 | 24 | 0 | 21 | F4 | 1B | 37 |
| Octal | 160 | 154 | 252 | 42 | 44 | 0 | 41 | 364 | 33 | 67 |
| Binary | 1110000 | 1101100 | 10101010 | 100010 | 100100 | 0 | 100001 | 11110100 | 11011 | 110111 |
Color Harmonies of #706CAA
Complementary color
Monochromatic Colors of #706CAA
Black with #706CAA
Text Example
Text Example
White with #706CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CAA; }
p { color: rgb(112,108,170); }
H1.HeaderClassName
{
color: #706CAA;
}
.AnyTagClassName
{
color: #706CAA;
}
</style>
background-color css
<style>
a { background-color: #706CAA; }
a { background-color: rgb(112,108,170); }
div.DivClassName
{
background-color: #706CAA;
}
.BgClassName
{
background-color: #706CAA;
}
</style>
border-color css
<style>
span { border-color: #706CAA; }
span { border-color: rgb(112,108,170); }
td.TdClassName
{
border-color: #706CAA;
}
.TagClassName
{
border-color: #706CAA;
}
</style>