Shades of Scampi #686A99
Tints of Scampi #686A99
RGB
CMYK
RGB Variations
Color information
#686A99 (or 0x686A99) is known color: Scampi. HEX triplet: 68, 6A and 99. RGB value is (104,106,153). Sum of RGB (Red+Green+Blue) = 104+106+153=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #686A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A99 is #979566. Grayscale: #6E6E6E. Windows color (decimal): -9934183 or 10054248. OLE color: 10054248.
HSL color Cylindrical-coordinate representation of color #686A99: hue angle of 237.55º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686A99 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 106 | 153 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.4 |
| HSL | 237.55º | 0.19% | 0.5% | - |
| HSV(B) | 237.55º | 0.32% | 0.6% | - |
| XYZ | 16.61 | 15.55 | 32.26 | - |
| YUV | 110.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 153 | 0.32 | 0.31 | 0 | 0.4 | 237.55 | 0.19 | 0.5 |
| Hex | 68 | 6A | 99 | 20 | 1F | 0 | 28 | EE | 13 | 32 |
| Octal | 150 | 152 | 231 | 40 | 37 | 0 | 50 | 356 | 23 | 62 |
| Binary | 1101000 | 1101010 | 10011001 | 100000 | 11111 | 0 | 101000 | 11101110 | 10011 | 110010 |
Color Harmonies of #686A99
Complementary color
Monochromatic Colors of #686A99
Black with #686A99
Text Example
Text Example
White with #686A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A99; }
p { color: rgb(104,106,153); }
H1.HeaderClassName
{
color: #686A99;
}
.AnyTagClassName
{
color: #686A99;
}
</style>
background-color css
<style>
a { background-color: #686A99; }
a { background-color: rgb(104,106,153); }
div.DivClassName
{
background-color: #686A99;
}
.BgClassName
{
background-color: #686A99;
}
</style>
border-color css
<style>
span { border-color: #686A99; }
span { border-color: rgb(104,106,153); }
td.TdClassName
{
border-color: #686A99;
}
.TagClassName
{
border-color: #686A99;
}
</style>