Shades of Scampi #706CAD
Tints of Scampi #706CAD
RGB
CMYK
RGB Variations
Color information
#706CAD (or 0x706CAD) is known color: Scampi. HEX triplet: 70, 6C and AD. RGB value is (112,108,173). Sum of RGB (Red+Green+Blue) = 112+108+173=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #706CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706CAD is #8F9352. Grayscale: #747474. Windows color (decimal): -9409363 or 11365488. OLE color: 11365488.
HSL color Cylindrical-coordinate representation of color #706CAD: hue angle of 243.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706CAD is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 108 | 173 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.32 |
| HSL | 243.69º | 0.28% | 0.55% | - |
| HSV(B) | 243.69º | 0.38% | 0.68% | - |
| XYZ | 19.59 | 17.19 | 41.82 | - |
| YUV | 116.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 173 | 0.35 | 0.38 | 0 | 0.32 | 243.69 | 0.28 | 0.55 |
| Hex | 70 | 6C | AD | 23 | 26 | 0 | 20 | F4 | 1C | 37 |
| Octal | 160 | 154 | 255 | 43 | 46 | 0 | 40 | 364 | 34 | 67 |
| Binary | 1110000 | 1101100 | 10101101 | 100011 | 100110 | 0 | 100000 | 11110100 | 11100 | 110111 |
Color Harmonies of #706CAD
Complementary color
Monochromatic Colors of #706CAD
Black with #706CAD
Text Example
Text Example
White with #706CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CAD; }
p { color: rgb(112,108,173); }
H1.HeaderClassName
{
color: #706CAD;
}
.AnyTagClassName
{
color: #706CAD;
}
</style>
background-color css
<style>
a { background-color: #706CAD; }
a { background-color: rgb(112,108,173); }
div.DivClassName
{
background-color: #706CAD;
}
.BgClassName
{
background-color: #706CAD;
}
</style>
border-color css
<style>
span { border-color: #706CAD; }
span { border-color: rgb(112,108,173); }
td.TdClassName
{
border-color: #706CAD;
}
.TagClassName
{
border-color: #706CAD;
}
</style>