Shades of Scampi #686899
Tints of Scampi #686899
RGB
CMYK
RGB Variations
Color information
#686899 (or 0x686899) is known color: Scampi. HEX triplet: 68, 68 and 99. RGB value is (104,104,153). Sum of RGB (Red+Green+Blue) = 104+104+153=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #686899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686899 is #979766. Grayscale: #6D6D6D. Windows color (decimal): -9934695 or 10053736. OLE color: 10053736.
HSL color Cylindrical-coordinate representation of color #686899: hue angle of 240º 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 #686899 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 104 | 153 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.4 |
| HSL | 240º | 0.19% | 0.5% | - |
| HSV(B) | 240º | 0.32% | 0.6% | - |
| XYZ | 16.41 | 15.14 | 32.2 | - |
| YUV | 109.59 | 152.5 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 153 | 0.32 | 0.32 | 0 | 0.4 | 240 | 0.19 | 0.5 |
| Hex | 68 | 68 | 99 | 20 | 20 | 0 | 28 | F0 | 13 | 32 |
| Octal | 150 | 150 | 231 | 40 | 40 | 0 | 50 | 360 | 23 | 62 |
| Binary | 1101000 | 1101000 | 10011001 | 100000 | 100000 | 0 | 101000 | 11110000 | 10011 | 110010 |
Color Harmonies of #686899
Complementary color
Monochromatic Colors of #686899
Black with #686899
Text Example
Text Example
White with #686899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686899; }
p { color: rgb(104,104,153); }
H1.HeaderClassName
{
color: #686899;
}
.AnyTagClassName
{
color: #686899;
}
</style>
background-color css
<style>
a { background-color: #686899; }
a { background-color: rgb(104,104,153); }
div.DivClassName
{
background-color: #686899;
}
.BgClassName
{
background-color: #686899;
}
</style>
border-color css
<style>
span { border-color: #686899; }
span { border-color: rgb(104,104,153); }
td.TdClassName
{
border-color: #686899;
}
.TagClassName
{
border-color: #686899;
}
</style>