Shades of Scampi #706E9B
Tints of Scampi #706E9B
RGB
CMYK
RGB Variations
Color information
#706E9B (or 0x706E9B) is known color: Scampi. HEX triplet: 70, 6E and 9B. RGB value is (112,110,155). Sum of RGB (Red+Green+Blue) = 112+110+155=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #706E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E9B is #8F9164. Grayscale: #737373. Windows color (decimal): -9408869 or 10186352. OLE color: 10186352.
HSL color Cylindrical-coordinate representation of color #706E9B: hue angle of 242.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #706E9B is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 110 | 155 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.39 |
| HSL | 242.67º | 0.18% | 0.52% | - |
| HSV(B) | 242.67º | 0.29% | 0.61% | - |
| XYZ | 18.17 | 16.96 | 33.33 | - |
| YUV | 115.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 155 | 0.28 | 0.29 | 0 | 0.39 | 242.67 | 0.18 | 0.52 |
| Hex | 70 | 6E | 9B | 1C | 1D | 0 | 27 | F3 | 12 | 34 |
| Octal | 160 | 156 | 233 | 34 | 35 | 0 | 47 | 363 | 22 | 64 |
| Binary | 1110000 | 1101110 | 10011011 | 11100 | 11101 | 0 | 100111 | 11110011 | 10010 | 110100 |
Color Harmonies of #706E9B
Complementary color
Monochromatic Colors of #706E9B
Black with #706E9B
Text Example
Text Example
White with #706E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E9B; }
p { color: rgb(112,110,155); }
H1.HeaderClassName
{
color: #706E9B;
}
.AnyTagClassName
{
color: #706E9B;
}
</style>
background-color css
<style>
a { background-color: #706E9B; }
a { background-color: rgb(112,110,155); }
div.DivClassName
{
background-color: #706E9B;
}
.BgClassName
{
background-color: #706E9B;
}
</style>
border-color css
<style>
span { border-color: #706E9B; }
span { border-color: rgb(112,110,155); }
td.TdClassName
{
border-color: #706E9B;
}
.TagClassName
{
border-color: #706E9B;
}
</style>