Shades of Scampi #686A9D
Tints of Scampi #686A9D
RGB
CMYK
RGB Variations
Color information
#686A9D (or 0x686A9D) is known color: Scampi. HEX triplet: 68, 6A and 9D. RGB value is (104,106,157). Sum of RGB (Red+Green+Blue) = 104+106+157=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #686A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A9D is #979562. Grayscale: #6F6F6F. Windows color (decimal): -9934179 or 10316392. OLE color: 10316392.
HSL color Cylindrical-coordinate representation of color #686A9D: hue angle of 237.74º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #686A9D is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 106 | 157 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.38 |
| HSL | 237.74º | 0.21% | 0.51% | - |
| HSV(B) | 237.74º | 0.34% | 0.62% | - |
| XYZ | 16.95 | 15.69 | 34.03 | - |
| YUV | 111.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 157 | 0.34 | 0.32 | 0 | 0.38 | 237.74 | 0.21 | 0.51 |
| Hex | 68 | 6A | 9D | 22 | 20 | 0 | 26 | EE | 15 | 33 |
| Octal | 150 | 152 | 235 | 42 | 40 | 0 | 46 | 356 | 25 | 63 |
| Binary | 1101000 | 1101010 | 10011101 | 100010 | 100000 | 0 | 100110 | 11101110 | 10101 | 110011 |
Color Harmonies of #686A9D
Complementary color
Monochromatic Colors of #686A9D
Black with #686A9D
Text Example
Text Example
White with #686A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A9D; }
p { color: rgb(104,106,157); }
H1.HeaderClassName
{
color: #686A9D;
}
.AnyTagClassName
{
color: #686A9D;
}
</style>
background-color css
<style>
a { background-color: #686A9D; }
a { background-color: rgb(104,106,157); }
div.DivClassName
{
background-color: #686A9D;
}
.BgClassName
{
background-color: #686A9D;
}
</style>
border-color css
<style>
span { border-color: #686A9D; }
span { border-color: rgb(104,106,157); }
td.TdClassName
{
border-color: #686A9D;
}
.TagClassName
{
border-color: #686A9D;
}
</style>