Shades of Scampi #686C99
Tints of Scampi #686C99
RGB
CMYK
RGB Variations
Color information
#686C99 (or 0x686C99) is known color: Scampi. HEX triplet: 68, 6C and 99. RGB value is (104,108,153). Sum of RGB (Red+Green+Blue) = 104+108+153=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #686C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C99 is #979366. Grayscale: #6F6F6F. Windows color (decimal): -9933671 or 10054760. OLE color: 10054760.
HSL color Cylindrical-coordinate representation of color #686C99: hue angle of 235.1º 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 #686C99 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 108 | 153 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.4 |
| HSL | 235.1º | 0.19% | 0.5% | - |
| HSV(B) | 235.1º | 0.32% | 0.6% | - |
| XYZ | 16.82 | 15.97 | 32.33 | - |
| YUV | 111.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 153 | 0.32 | 0.29 | 0 | 0.4 | 235.1 | 0.19 | 0.5 |
| Hex | 68 | 6C | 99 | 20 | 1D | 0 | 28 | EB | 13 | 32 |
| Octal | 150 | 154 | 231 | 40 | 35 | 0 | 50 | 353 | 23 | 62 |
| Binary | 1101000 | 1101100 | 10011001 | 100000 | 11101 | 0 | 101000 | 11101011 | 10011 | 110010 |
Color Harmonies of #686C99
Complementary color
Monochromatic Colors of #686C99
Black with #686C99
Text Example
Text Example
White with #686C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C99; }
p { color: rgb(104,108,153); }
H1.HeaderClassName
{
color: #686C99;
}
.AnyTagClassName
{
color: #686C99;
}
</style>
background-color css
<style>
a { background-color: #686C99; }
a { background-color: rgb(104,108,153); }
div.DivClassName
{
background-color: #686C99;
}
.BgClassName
{
background-color: #686C99;
}
</style>
border-color css
<style>
span { border-color: #686C99; }
span { border-color: rgb(104,108,153); }
td.TdClassName
{
border-color: #686C99;
}
.TagClassName
{
border-color: #686C99;
}
</style>