Shades of Scampi #686690
Tints of Scampi #686690
RGB
CMYK
RGB Variations
Color information
#686690 (or 0x686690) is known color: Scampi. HEX triplet: 68, 66 and 90. RGB value is (104,102,144). Sum of RGB (Red+Green+Blue) = 104+102+144=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #686690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686690 is #97996F. Grayscale: #6B6B6B. Windows color (decimal): -9935216 or 9463400. OLE color: 9463400.
HSL color Cylindrical-coordinate representation of color #686690: hue angle of 242.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #686690 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 102 | 144 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.44 |
| HSL | 242.86º | 0.17% | 0.48% | - |
| HSV(B) | 242.86º | 0.29% | 0.56% | - |
| XYZ | 15.49 | 14.46 | 28.36 | - |
| YUV | 107.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 144 | 0.28 | 0.29 | 0 | 0.44 | 242.86 | 0.17 | 0.48 |
| Hex | 68 | 66 | 90 | 1C | 1D | 0 | 2C | F3 | 11 | 30 |
| Octal | 150 | 146 | 220 | 34 | 35 | 0 | 54 | 363 | 21 | 60 |
| Binary | 1101000 | 1100110 | 10010000 | 11100 | 11101 | 0 | 101100 | 11110011 | 10001 | 110000 |
Color Harmonies of #686690
Complementary color
Monochromatic Colors of #686690
Black with #686690
Text Example
Text Example
White with #686690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686690; }
p { color: rgb(104,102,144); }
H1.HeaderClassName
{
color: #686690;
}
.AnyTagClassName
{
color: #686690;
}
</style>
background-color css
<style>
a { background-color: #686690; }
a { background-color: rgb(104,102,144); }
div.DivClassName
{
background-color: #686690;
}
.BgClassName
{
background-color: #686690;
}
</style>
border-color css
<style>
span { border-color: #686690; }
span { border-color: rgb(104,102,144); }
td.TdClassName
{
border-color: #686690;
}
.TagClassName
{
border-color: #686690;
}
</style>