Shades of Scampi #686694
Tints of Scampi #686694
RGB
CMYK
RGB Variations
Color information
#686694 (or 0x686694) is known color: Scampi. HEX triplet: 68, 66 and 94. RGB value is (104,102,148). Sum of RGB (Red+Green+Blue) = 104+102+148=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #686694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686694 is #97996B. Grayscale: #6B6B6B. Windows color (decimal): -9935212 or 9725544. OLE color: 9725544.
HSL color Cylindrical-coordinate representation of color #686694: hue angle of 242.61º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #686694 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 102 | 148 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.42 |
| HSL | 242.61º | 0.18% | 0.49% | - |
| HSV(B) | 242.61º | 0.31% | 0.58% | - |
| XYZ | 15.81 | 14.58 | 30 | - |
| YUV | 107.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 148 | 0.30 | 0.31 | 0 | 0.42 | 242.61 | 0.18 | 0.49 |
| Hex | 68 | 66 | 94 | 1E | 1F | 0 | 2A | F3 | 12 | 31 |
| Octal | 150 | 146 | 224 | 36 | 37 | 0 | 52 | 363 | 22 | 61 |
| Binary | 1101000 | 1100110 | 10010100 | 11110 | 11111 | 0 | 101010 | 11110011 | 10010 | 110001 |
Color Harmonies of #686694
Complementary color
Monochromatic Colors of #686694
Black with #686694
Text Example
Text Example
White with #686694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686694; }
p { color: rgb(104,102,148); }
H1.HeaderClassName
{
color: #686694;
}
.AnyTagClassName
{
color: #686694;
}
</style>
background-color css
<style>
a { background-color: #686694; }
a { background-color: rgb(104,102,148); }
div.DivClassName
{
background-color: #686694;
}
.BgClassName
{
background-color: #686694;
}
</style>
border-color css
<style>
span { border-color: #686694; }
span { border-color: rgb(104,102,148); }
td.TdClassName
{
border-color: #686694;
}
.TagClassName
{
border-color: #686694;
}
</style>