Shades of Scampi #685EA2
Tints of Scampi #685EA2
RGB
CMYK
RGB Variations
Color information
#685EA2 (or 0x685EA2) is known color: Scampi. HEX triplet: 68, 5E and A2. RGB value is (104,94,162). Sum of RGB (Red+Green+Blue) = 104+94+162=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 162 - color contains mainly: blue. Hex color #685EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685EA2 is #97A15D. Grayscale: #686868. Windows color (decimal): -9937246 or 10641000. OLE color: 10641000.
HSL color Cylindrical-coordinate representation of color #685EA2: hue angle of 248.82º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #685EA2 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 94 | 162 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.36 |
| HSL | 248.82º | 0.27% | 0.5% | - |
| HSV(B) | 248.82º | 0.42% | 0.64% | - |
| XYZ | 16.23 | 13.56 | 35.94 | - |
| YUV | 104.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 162 | 0.36 | 0.42 | 0 | 0.36 | 248.82 | 0.27 | 0.5 |
| Hex | 68 | 5E | A2 | 24 | 2A | 0 | 24 | F9 | 1B | 32 |
| Octal | 150 | 136 | 242 | 44 | 52 | 0 | 44 | 371 | 33 | 62 |
| Binary | 1101000 | 1011110 | 10100010 | 100100 | 101010 | 0 | 100100 | 11111001 | 11011 | 110010 |
Color Harmonies of #685EA2
Complementary color
Monochromatic Colors of #685EA2
Black with #685EA2
Text Example
Text Example
White with #685EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685EA2; }
p { color: rgb(104,94,162); }
H1.HeaderClassName
{
color: #685EA2;
}
.AnyTagClassName
{
color: #685EA2;
}
</style>
background-color css
<style>
a { background-color: #685EA2; }
a { background-color: rgb(104,94,162); }
div.DivClassName
{
background-color: #685EA2;
}
.BgClassName
{
background-color: #685EA2;
}
</style>
border-color css
<style>
span { border-color: #685EA2; }
span { border-color: rgb(104,94,162); }
td.TdClassName
{
border-color: #685EA2;
}
.TagClassName
{
border-color: #685EA2;
}
</style>