Shades of Scampi #685E94
Tints of Scampi #685E94
RGB
CMYK
RGB Variations
Color information
#685E94 (or 0x685E94) is known color: Scampi. HEX triplet: 68, 5E and 94. RGB value is (104,94,148). Sum of RGB (Red+Green+Blue) = 104+94+148=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #685E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685E94 is #97A16B. Grayscale: #666666. Windows color (decimal): -9937260 or 9723496. OLE color: 9723496.
HSL color Cylindrical-coordinate representation of color #685E94: hue angle of 251.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685E94 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 94 | 148 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.42 |
| HSL | 251.11º | 0.22% | 0.47% | - |
| HSV(B) | 251.11º | 0.36% | 0.58% | - |
| XYZ | 15.06 | 13.09 | 29.75 | - |
| YUV | 103.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 148 | 0.30 | 0.36 | 0 | 0.42 | 251.11 | 0.22 | 0.47 |
| Hex | 68 | 5E | 94 | 1E | 24 | 0 | 2A | FB | 16 | 2F |
| Octal | 150 | 136 | 224 | 36 | 44 | 0 | 52 | 373 | 26 | 57 |
| Binary | 1101000 | 1011110 | 10010100 | 11110 | 100100 | 0 | 101010 | 11111011 | 10110 | 101111 |
Color Harmonies of #685E94
Complementary color
Monochromatic Colors of #685E94
Black with #685E94
Text Example
Text Example
White with #685E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E94; }
p { color: rgb(104,94,148); }
H1.HeaderClassName
{
color: #685E94;
}
.AnyTagClassName
{
color: #685E94;
}
</style>
background-color css
<style>
a { background-color: #685E94; }
a { background-color: rgb(104,94,148); }
div.DivClassName
{
background-color: #685E94;
}
.BgClassName
{
background-color: #685E94;
}
</style>
border-color css
<style>
span { border-color: #685E94; }
span { border-color: rgb(104,94,148); }
td.TdClassName
{
border-color: #685E94;
}
.TagClassName
{
border-color: #685E94;
}
</style>