Shades of Scampi #706B9F
Tints of Scampi #706B9F
RGB
CMYK
RGB Variations
Color information
#706B9F (or 0x706B9F) is known color: Scampi. HEX triplet: 70, 6B and 9F. RGB value is (112,107,159). Sum of RGB (Red+Green+Blue) = 112+107+159=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #706B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706B9F is #8F9460. Grayscale: #727272. Windows color (decimal): -9409633 or 10447728. OLE color: 10447728.
HSL color Cylindrical-coordinate representation of color #706B9F: hue angle of 245.77º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706B9F is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 107 | 159 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.38 |
| HSL | 245.77º | 0.21% | 0.52% | - |
| HSV(B) | 245.77º | 0.33% | 0.62% | - |
| XYZ | 18.2 | 16.46 | 35.02 | - |
| YUV | 114.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 159 | 0.30 | 0.33 | 0 | 0.38 | 245.77 | 0.21 | 0.52 |
| Hex | 70 | 6B | 9F | 1E | 21 | 0 | 26 | F6 | 15 | 34 |
| Octal | 160 | 153 | 237 | 36 | 41 | 0 | 46 | 366 | 25 | 64 |
| Binary | 1110000 | 1101011 | 10011111 | 11110 | 100001 | 0 | 100110 | 11110110 | 10101 | 110100 |
Color Harmonies of #706B9F
Complementary color
Monochromatic Colors of #706B9F
Black with #706B9F
Text Example
Text Example
White with #706B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B9F; }
p { color: rgb(112,107,159); }
H1.HeaderClassName
{
color: #706B9F;
}
.AnyTagClassName
{
color: #706B9F;
}
</style>
background-color css
<style>
a { background-color: #706B9F; }
a { background-color: rgb(112,107,159); }
div.DivClassName
{
background-color: #706B9F;
}
.BgClassName
{
background-color: #706B9F;
}
</style>
border-color css
<style>
span { border-color: #706B9F; }
span { border-color: rgb(112,107,159); }
td.TdClassName
{
border-color: #706B9F;
}
.TagClassName
{
border-color: #706B9F;
}
</style>