Shades of Scampi #686391
Tints of Scampi #686391
RGB
CMYK
RGB Variations
Color information
#686391 (or 0x686391) is known color: Scampi. HEX triplet: 68, 63 and 91. RGB value is (104,99,145). Sum of RGB (Red+Green+Blue) = 104+99+145=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #686391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686391 is #979C6E. Grayscale: #696969. Windows color (decimal): -9935983 or 9528168. OLE color: 9528168.
HSL color Cylindrical-coordinate representation of color #686391: hue angle of 246.52º 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 #686391 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 99 | 145 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.43 |
| HSL | 246.52º | 0.19% | 0.48% | - |
| HSV(B) | 246.52º | 0.32% | 0.57% | - |
| XYZ | 15.28 | 13.91 | 28.67 | - |
| YUV | 105.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 145 | 0.28 | 0.32 | 0 | 0.43 | 246.52 | 0.19 | 0.48 |
| Hex | 68 | 63 | 91 | 1C | 20 | 0 | 2B | F7 | 13 | 30 |
| Octal | 150 | 143 | 221 | 34 | 40 | 0 | 53 | 367 | 23 | 60 |
| Binary | 1101000 | 1100011 | 10010001 | 11100 | 100000 | 0 | 101011 | 11110111 | 10011 | 110000 |
Color Harmonies of #686391
Complementary color
Monochromatic Colors of #686391
Black with #686391
Text Example
Text Example
White with #686391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686391; }
p { color: rgb(104,99,145); }
H1.HeaderClassName
{
color: #686391;
}
.AnyTagClassName
{
color: #686391;
}
</style>
background-color css
<style>
a { background-color: #686391; }
a { background-color: rgb(104,99,145); }
div.DivClassName
{
background-color: #686391;
}
.BgClassName
{
background-color: #686391;
}
</style>
border-color css
<style>
span { border-color: #686391; }
span { border-color: rgb(104,99,145); }
td.TdClassName
{
border-color: #686391;
}
.TagClassName
{
border-color: #686391;
}
</style>