Shades of Scampi #686492
Tints of Scampi #686492
RGB
CMYK
RGB Variations
Color information
#686492 (or 0x686492) is known color: Scampi. HEX triplet: 68, 64 and 92. RGB value is (104,100,146). Sum of RGB (Red+Green+Blue) = 104+100+146=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #686492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686492 is #979B6D. Grayscale: #6A6A6A. Windows color (decimal): -9935726 or 9593960. OLE color: 9593960.
HSL color Cylindrical-coordinate representation of color #686492: hue angle of 245.22º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686492 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 100 | 146 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.43 |
| HSL | 245.22º | 0.19% | 0.48% | - |
| HSV(B) | 245.22º | 0.32% | 0.57% | - |
| XYZ | 15.45 | 14.13 | 29.11 | - |
| YUV | 106.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 146 | 0.29 | 0.32 | 0 | 0.43 | 245.22 | 0.19 | 0.48 |
| Hex | 68 | 64 | 92 | 1D | 20 | 0 | 2B | F5 | 13 | 30 |
| Octal | 150 | 144 | 222 | 35 | 40 | 0 | 53 | 365 | 23 | 60 |
| Binary | 1101000 | 1100100 | 10010010 | 11101 | 100000 | 0 | 101011 | 11110101 | 10011 | 110000 |
Color Harmonies of #686492
Complementary color
Monochromatic Colors of #686492
Black with #686492
Text Example
Text Example
White with #686492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686492; }
p { color: rgb(104,100,146); }
H1.HeaderClassName
{
color: #686492;
}
.AnyTagClassName
{
color: #686492;
}
</style>
background-color css
<style>
a { background-color: #686492; }
a { background-color: rgb(104,100,146); }
div.DivClassName
{
background-color: #686492;
}
.BgClassName
{
background-color: #686492;
}
</style>
border-color css
<style>
span { border-color: #686492; }
span { border-color: rgb(104,100,146); }
td.TdClassName
{
border-color: #686492;
}
.TagClassName
{
border-color: #686492;
}
</style>