Shades of Scampi #686796
Tints of Scampi #686796
RGB
CMYK
RGB Variations
Color information
#686796 (or 0x686796) is known color: Scampi. HEX triplet: 68, 67 and 96. RGB value is (104,103,150). Sum of RGB (Red+Green+Blue) = 104+103+150=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #686796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686796 is #979869. Grayscale: #6C6C6C. Windows color (decimal): -9934954 or 9856872. OLE color: 9856872.
HSL color Cylindrical-coordinate representation of color #686796: hue angle of 241.28º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #686796 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 103 | 150 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.41 |
| HSL | 241.28º | 0.19% | 0.5% | - |
| HSV(B) | 241.28º | 0.31% | 0.59% | - |
| XYZ | 16.06 | 14.85 | 30.87 | - |
| YUV | 108.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 150 | 0.31 | 0.31 | 0 | 0.41 | 241.28 | 0.19 | 0.5 |
| Hex | 68 | 67 | 96 | 1F | 1F | 0 | 29 | F1 | 13 | 32 |
| Octal | 150 | 147 | 226 | 37 | 37 | 0 | 51 | 361 | 23 | 62 |
| Binary | 1101000 | 1100111 | 10010110 | 11111 | 11111 | 0 | 101001 | 11110001 | 10011 | 110010 |
Color Harmonies of #686796
Complementary color
Monochromatic Colors of #686796
Black with #686796
Text Example
Text Example
White with #686796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686796; }
p { color: rgb(104,103,150); }
H1.HeaderClassName
{
color: #686796;
}
.AnyTagClassName
{
color: #686796;
}
</style>
background-color css
<style>
a { background-color: #686796; }
a { background-color: rgb(104,103,150); }
div.DivClassName
{
background-color: #686796;
}
.BgClassName
{
background-color: #686796;
}
</style>
border-color css
<style>
span { border-color: #686796; }
span { border-color: rgb(104,103,150); }
td.TdClassName
{
border-color: #686796;
}
.TagClassName
{
border-color: #686796;
}
</style>