Shades of Scampi #706993
Tints of Scampi #706993
RGB
CMYK
RGB Variations
Color information
#706993 (or 0x706993) is known color: Scampi. HEX triplet: 70, 69 and 93. RGB value is (112,105,147). Sum of RGB (Red+Green+Blue) = 112+105+147=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #706993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706993 is #8F966C. Grayscale: #6F6F6F. Windows color (decimal): -9410157 or 9660784. OLE color: 9660784.
HSL color Cylindrical-coordinate representation of color #706993: hue angle of 250º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #706993 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 105 | 147 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.42 |
| HSL | 250º | 0.17% | 0.49% | - |
| HSV(B) | 250º | 0.29% | 0.58% | - |
| XYZ | 17 | 15.65 | 29.73 | - |
| YUV | 111.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 147 | 0.24 | 0.29 | 0 | 0.42 | 250 | 0.17 | 0.49 |
| Hex | 70 | 69 | 93 | 18 | 1D | 0 | 2A | FA | 11 | 31 |
| Octal | 160 | 151 | 223 | 30 | 35 | 0 | 52 | 372 | 21 | 61 |
| Binary | 1110000 | 1101001 | 10010011 | 11000 | 11101 | 0 | 101010 | 11111010 | 10001 | 110001 |
Color Harmonies of #706993
Complementary color
Monochromatic Colors of #706993
Black with #706993
Text Example
Text Example
White with #706993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706993; }
p { color: rgb(112,105,147); }
H1.HeaderClassName
{
color: #706993;
}
.AnyTagClassName
{
color: #706993;
}
</style>
background-color css
<style>
a { background-color: #706993; }
a { background-color: rgb(112,105,147); }
div.DivClassName
{
background-color: #706993;
}
.BgClassName
{
background-color: #706993;
}
</style>
border-color css
<style>
span { border-color: #706993; }
span { border-color: rgb(112,105,147); }
td.TdClassName
{
border-color: #706993;
}
.TagClassName
{
border-color: #706993;
}
</style>