Shades of Scampi #686A8F
Tints of Scampi #686A8F
RGB
CMYK
RGB Variations
Color information
#686A8F (or 0x686A8F) is known color: Scampi. HEX triplet: 68, 6A and 8F. RGB value is (104,106,143). Sum of RGB (Red+Green+Blue) = 104+106+143=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 143 - color contains mainly: blue. Hex color #686A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A8F is #979570. Grayscale: #6D6D6D. Windows color (decimal): -9934193 or 9398888. OLE color: 9398888.
HSL color Cylindrical-coordinate representation of color #686A8F: hue angle of 236.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #686A8F is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 106 | 143 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.44 |
| HSL | 236.92º | 0.16% | 0.48% | - |
| HSV(B) | 236.92º | 0.27% | 0.56% | - |
| XYZ | 15.82 | 15.23 | 28.09 | - |
| YUV | 109.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 143 | 0.27 | 0.26 | 0 | 0.44 | 236.92 | 0.16 | 0.48 |
| Hex | 68 | 6A | 8F | 1B | 1A | 0 | 2C | ED | 10 | 30 |
| Octal | 150 | 152 | 217 | 33 | 32 | 0 | 54 | 355 | 20 | 60 |
| Binary | 1101000 | 1101010 | 10001111 | 11011 | 11010 | 0 | 101100 | 11101101 | 10000 | 110000 |
Color Harmonies of #686A8F
Complementary color
Monochromatic Colors of #686A8F
Black with #686A8F
Text Example
Text Example
White with #686A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A8F; }
p { color: rgb(104,106,143); }
H1.HeaderClassName
{
color: #686A8F;
}
.AnyTagClassName
{
color: #686A8F;
}
</style>
background-color css
<style>
a { background-color: #686A8F; }
a { background-color: rgb(104,106,143); }
div.DivClassName
{
background-color: #686A8F;
}
.BgClassName
{
background-color: #686A8F;
}
</style>
border-color css
<style>
span { border-color: #686A8F; }
span { border-color: rgb(104,106,143); }
td.TdClassName
{
border-color: #686A8F;
}
.TagClassName
{
border-color: #686A8F;
}
</style>