Shades of Scampi #686996
Tints of Scampi #686996
RGB
CMYK
RGB Variations
Color information
#686996 (or 0x686996) is known color: Scampi. HEX triplet: 68, 69 and 96. RGB value is (104,105,150). Sum of RGB (Red+Green+Blue) = 104+105+150=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #686996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686996 is #979669. Grayscale: #6D6D6D. Windows color (decimal): -9934442 or 9857384. OLE color: 9857384.
HSL color Cylindrical-coordinate representation of color #686996: hue angle of 238.7º degrees, saturation: 0.18, 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 #686996 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 105 | 150 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.41 |
| HSL | 238.7º | 0.18% | 0.5% | - |
| HSV(B) | 238.7º | 0.31% | 0.59% | - |
| XYZ | 16.27 | 15.25 | 30.94 | - |
| YUV | 109.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 150 | 0.31 | 0.30 | 0 | 0.41 | 238.7 | 0.18 | 0.5 |
| Hex | 68 | 69 | 96 | 1F | 1E | 0 | 29 | EF | 12 | 32 |
| Octal | 150 | 151 | 226 | 37 | 36 | 0 | 51 | 357 | 22 | 62 |
| Binary | 1101000 | 1101001 | 10010110 | 11111 | 11110 | 0 | 101001 | 11101111 | 10010 | 110010 |
Color Harmonies of #686996
Complementary color
Monochromatic Colors of #686996
Black with #686996
Text Example
Text Example
White with #686996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686996; }
p { color: rgb(104,105,150); }
H1.HeaderClassName
{
color: #686996;
}
.AnyTagClassName
{
color: #686996;
}
</style>
background-color css
<style>
a { background-color: #686996; }
a { background-color: rgb(104,105,150); }
div.DivClassName
{
background-color: #686996;
}
.BgClassName
{
background-color: #686996;
}
</style>
border-color css
<style>
span { border-color: #686996; }
span { border-color: rgb(104,105,150); }
td.TdClassName
{
border-color: #686996;
}
.TagClassName
{
border-color: #686996;
}
</style>