Shades of Scampi #706C92
Tints of Scampi #706C92
RGB
CMYK
RGB Variations
Color information
#706C92 (or 0x706C92) is known color: Scampi. HEX triplet: 70, 6C and 92. RGB value is (112,108,146). Sum of RGB (Red+Green+Blue) = 112+108+146=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #706C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706C92 is #8F936D. Grayscale: #717171. Windows color (decimal): -9409390 or 9596016. OLE color: 9596016.
HSL color Cylindrical-coordinate representation of color #706C92: hue angle of 246.32º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706C92 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 108 | 146 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.43 |
| HSL | 246.32º | 0.15% | 0.5% | - |
| HSV(B) | 246.32º | 0.26% | 0.57% | - |
| XYZ | 17.23 | 16.25 | 29.42 | - |
| YUV | 113.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 146 | 0.23 | 0.26 | 0 | 0.43 | 246.32 | 0.15 | 0.5 |
| Hex | 70 | 6C | 92 | 17 | 1A | 0 | 2B | F6 | F | 32 |
| Octal | 160 | 154 | 222 | 27 | 32 | 0 | 53 | 366 | 17 | 62 |
| Binary | 1110000 | 1101100 | 10010010 | 10111 | 11010 | 0 | 101011 | 11110110 | 1111 | 110010 |
Color Harmonies of #706C92
Complementary color
Monochromatic Colors of #706C92
Black with #706C92
Text Example
Text Example
White with #706C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C92; }
p { color: rgb(112,108,146); }
H1.HeaderClassName
{
color: #706C92;
}
.AnyTagClassName
{
color: #706C92;
}
</style>
background-color css
<style>
a { background-color: #706C92; }
a { background-color: rgb(112,108,146); }
div.DivClassName
{
background-color: #706C92;
}
.BgClassName
{
background-color: #706C92;
}
</style>
border-color css
<style>
span { border-color: #706C92; }
span { border-color: rgb(112,108,146); }
td.TdClassName
{
border-color: #706C92;
}
.TagClassName
{
border-color: #706C92;
}
</style>