Shades of Scampi #706692
Tints of Scampi #706692
RGB
CMYK
RGB Variations
Color information
#706692 (or 0x706692) is known color: Scampi. HEX triplet: 70, 66 and 92. RGB value is (112,102,146). Sum of RGB (Red+Green+Blue) = 112+102+146=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #706692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706692 is #8F996D. Grayscale: #6D6D6D. Windows color (decimal): -9410926 or 9594480. OLE color: 9594480.
HSL color Cylindrical-coordinate representation of color #706692: hue angle of 253.64º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706692 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 102 | 146 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.43 |
| HSL | 253.64º | 0.18% | 0.49% | - |
| HSV(B) | 253.64º | 0.3% | 0.57% | - |
| XYZ | 16.62 | 15.02 | 29.22 | - |
| YUV | 110.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 146 | 0.23 | 0.30 | 0 | 0.43 | 253.64 | 0.18 | 0.49 |
| Hex | 70 | 66 | 92 | 17 | 1E | 0 | 2B | FE | 12 | 31 |
| Octal | 160 | 146 | 222 | 27 | 36 | 0 | 53 | 376 | 22 | 61 |
| Binary | 1110000 | 1100110 | 10010010 | 10111 | 11110 | 0 | 101011 | 11111110 | 10010 | 110001 |
Color Harmonies of #706692
Complementary color
Monochromatic Colors of #706692
Black with #706692
Text Example
Text Example
White with #706692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706692; }
p { color: rgb(112,102,146); }
H1.HeaderClassName
{
color: #706692;
}
.AnyTagClassName
{
color: #706692;
}
</style>
background-color css
<style>
a { background-color: #706692; }
a { background-color: rgb(112,102,146); }
div.DivClassName
{
background-color: #706692;
}
.BgClassName
{
background-color: #706692;
}
</style>
border-color css
<style>
span { border-color: #706692; }
span { border-color: rgb(112,102,146); }
td.TdClassName
{
border-color: #706692;
}
.TagClassName
{
border-color: #706692;
}
</style>