Shades of Scampi #706BA5
Tints of Scampi #706BA5
RGB
CMYK
RGB Variations
Color information
#706BA5 (or 0x706BA5) is known color: Scampi. HEX triplet: 70, 6B and A5. RGB value is (112,107,165). Sum of RGB (Red+Green+Blue) = 112+107+165=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 165 - color contains mainly: blue. Hex color #706BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706BA5 is #8F945A. Grayscale: #727272. Windows color (decimal): -9409627 or 10840944. OLE color: 10840944.
HSL color Cylindrical-coordinate representation of color #706BA5: hue angle of 245.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #706BA5 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 107 | 165 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.35 |
| HSL | 245.17º | 0.24% | 0.53% | - |
| HSV(B) | 245.17º | 0.35% | 0.65% | - |
| XYZ | 18.73 | 16.68 | 37.83 | - |
| YUV | 115.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 165 | 0.32 | 0.35 | 0 | 0.35 | 245.17 | 0.24 | 0.53 |
| Hex | 70 | 6B | A5 | 20 | 23 | 0 | 23 | F5 | 18 | 35 |
| Octal | 160 | 153 | 245 | 40 | 43 | 0 | 43 | 365 | 30 | 65 |
| Binary | 1110000 | 1101011 | 10100101 | 100000 | 100011 | 0 | 100011 | 11110101 | 11000 | 110101 |
Color Harmonies of #706BA5
Complementary color
Monochromatic Colors of #706BA5
Black with #706BA5
Text Example
Text Example
White with #706BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BA5; }
p { color: rgb(112,107,165); }
H1.HeaderClassName
{
color: #706BA5;
}
.AnyTagClassName
{
color: #706BA5;
}
</style>
background-color css
<style>
a { background-color: #706BA5; }
a { background-color: rgb(112,107,165); }
div.DivClassName
{
background-color: #706BA5;
}
.BgClassName
{
background-color: #706BA5;
}
</style>
border-color css
<style>
span { border-color: #706BA5; }
span { border-color: rgb(112,107,165); }
td.TdClassName
{
border-color: #706BA5;
}
.TagClassName
{
border-color: #706BA5;
}
</style>