Shades of Scampi #686696
Tints of Scampi #686696
RGB
CMYK
RGB Variations
Color information
#686696 (or 0x686696) is known color: Scampi. HEX triplet: 68, 66 and 96. RGB value is (104,102,150). Sum of RGB (Red+Green+Blue) = 104+102+150=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #686696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686696 is #979969. Grayscale: #6B6B6B. Windows color (decimal): -9935210 or 9856616. OLE color: 9856616.
HSL color Cylindrical-coordinate representation of color #686696: hue angle of 242.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686696 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 102 | 150 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.41 |
| HSL | 242.5º | 0.19% | 0.49% | - |
| HSV(B) | 242.5º | 0.32% | 0.59% | - |
| XYZ | 15.97 | 14.65 | 30.84 | - |
| YUV | 108.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 150 | 0.31 | 0.32 | 0 | 0.41 | 242.5 | 0.19 | 0.49 |
| Hex | 68 | 66 | 96 | 1F | 20 | 0 | 29 | F2 | 13 | 31 |
| Octal | 150 | 146 | 226 | 37 | 40 | 0 | 51 | 362 | 23 | 61 |
| Binary | 1101000 | 1100110 | 10010110 | 11111 | 100000 | 0 | 101001 | 11110010 | 10011 | 110001 |
Color Harmonies of #686696
Complementary color
Monochromatic Colors of #686696
Black with #686696
Text Example
Text Example
White with #686696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686696; }
p { color: rgb(104,102,150); }
H1.HeaderClassName
{
color: #686696;
}
.AnyTagClassName
{
color: #686696;
}
</style>
background-color css
<style>
a { background-color: #686696; }
a { background-color: rgb(104,102,150); }
div.DivClassName
{
background-color: #686696;
}
.BgClassName
{
background-color: #686696;
}
</style>
border-color css
<style>
span { border-color: #686696; }
span { border-color: rgb(104,102,150); }
td.TdClassName
{
border-color: #686696;
}
.TagClassName
{
border-color: #686696;
}
</style>