Shades of Scampi #686895
Tints of Scampi #686895
RGB
CMYK
RGB Variations
Color information
#686895 (or 0x686895) is known color: Scampi. HEX triplet: 68, 68 and 95. RGB value is (104,104,149). Sum of RGB (Red+Green+Blue) = 104+104+149=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #686895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686895 is #97976A. Grayscale: #6C6C6C. Windows color (decimal): -9934699 or 9791592. OLE color: 9791592.
HSL color Cylindrical-coordinate representation of color #686895: hue angle of 240º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #686895 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 104 | 149 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.42 |
| HSL | 240º | 0.18% | 0.5% | - |
| HSV(B) | 240º | 0.3% | 0.58% | - |
| XYZ | 16.08 | 15.01 | 30.48 | - |
| YUV | 109.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 149 | 0.30 | 0.30 | 0 | 0.42 | 240 | 0.18 | 0.5 |
| Hex | 68 | 68 | 95 | 1E | 1E | 0 | 2A | F0 | 12 | 32 |
| Octal | 150 | 150 | 225 | 36 | 36 | 0 | 52 | 360 | 22 | 62 |
| Binary | 1101000 | 1101000 | 10010101 | 11110 | 11110 | 0 | 101010 | 11110000 | 10010 | 110010 |
Color Harmonies of #686895
Complementary color
Monochromatic Colors of #686895
Black with #686895
Text Example
Text Example
White with #686895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686895; }
p { color: rgb(104,104,149); }
H1.HeaderClassName
{
color: #686895;
}
.AnyTagClassName
{
color: #686895;
}
</style>
background-color css
<style>
a { background-color: #686895; }
a { background-color: rgb(104,104,149); }
div.DivClassName
{
background-color: #686895;
}
.BgClassName
{
background-color: #686895;
}
</style>
border-color css
<style>
span { border-color: #686895; }
span { border-color: rgb(104,104,149); }
td.TdClassName
{
border-color: #686895;
}
.TagClassName
{
border-color: #686895;
}
</style>