Shades of Scampi #706B91
Tints of Scampi #706B91
RGB
CMYK
RGB Variations
Color information
#706B91 (or 0x706B91) is known color: Scampi. HEX triplet: 70, 6B and 91. RGB value is (112,107,145). Sum of RGB (Red+Green+Blue) = 112+107+145=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #706B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706B91 is #8F946E. Grayscale: #707070. Windows color (decimal): -9409647 or 9530224. OLE color: 9530224.
HSL color Cylindrical-coordinate representation of color #706B91: hue angle of 247.89º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706B91 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 107 | 145 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.43 |
| HSL | 247.89º | 0.15% | 0.49% | - |
| HSV(B) | 247.89º | 0.26% | 0.57% | - |
| XYZ | 17.05 | 16 | 28.98 | - |
| YUV | 112.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 145 | 0.23 | 0.26 | 0 | 0.43 | 247.89 | 0.15 | 0.49 |
| Hex | 70 | 6B | 91 | 17 | 1A | 0 | 2B | F8 | F | 31 |
| Octal | 160 | 153 | 221 | 27 | 32 | 0 | 53 | 370 | 17 | 61 |
| Binary | 1110000 | 1101011 | 10010001 | 10111 | 11010 | 0 | 101011 | 11111000 | 1111 | 110001 |
Color Harmonies of #706B91
Complementary color
Monochromatic Colors of #706B91
Black with #706B91
Text Example
Text Example
White with #706B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B91; }
p { color: rgb(112,107,145); }
H1.HeaderClassName
{
color: #706B91;
}
.AnyTagClassName
{
color: #706B91;
}
</style>
background-color css
<style>
a { background-color: #706B91; }
a { background-color: rgb(112,107,145); }
div.DivClassName
{
background-color: #706B91;
}
.BgClassName
{
background-color: #706B91;
}
</style>
border-color css
<style>
span { border-color: #706B91; }
span { border-color: rgb(112,107,145); }
td.TdClassName
{
border-color: #706B91;
}
.TagClassName
{
border-color: #706B91;
}
</style>