Shades of Scampi #686596
Tints of Scampi #686596
RGB
CMYK
RGB Variations
Color information
#686596 (or 0x686596) is known color: Scampi. HEX triplet: 68, 65 and 96. RGB value is (104,101,150). Sum of RGB (Red+Green+Blue) = 104+101+150=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #686596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686596 is #979A69. Grayscale: #6B6B6B. Windows color (decimal): -9935466 or 9856360. OLE color: 9856360.
HSL color Cylindrical-coordinate representation of color #686596: hue angle of 243.67º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #686596 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 101 | 150 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.41 |
| HSL | 243.67º | 0.2% | 0.49% | - |
| HSV(B) | 243.67º | 0.33% | 0.59% | - |
| XYZ | 15.87 | 14.45 | 30.81 | - |
| YUV | 107.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 150 | 0.31 | 0.33 | 0 | 0.41 | 243.67 | 0.2 | 0.49 |
| Hex | 68 | 65 | 96 | 1F | 21 | 0 | 29 | F4 | 14 | 31 |
| Octal | 150 | 145 | 226 | 37 | 41 | 0 | 51 | 364 | 24 | 61 |
| Binary | 1101000 | 1100101 | 10010110 | 11111 | 100001 | 0 | 101001 | 11110100 | 10100 | 110001 |
Color Harmonies of #686596
Complementary color
Monochromatic Colors of #686596
Black with #686596
Text Example
Text Example
White with #686596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686596; }
p { color: rgb(104,101,150); }
H1.HeaderClassName
{
color: #686596;
}
.AnyTagClassName
{
color: #686596;
}
</style>
background-color css
<style>
a { background-color: #686596; }
a { background-color: rgb(104,101,150); }
div.DivClassName
{
background-color: #686596;
}
.BgClassName
{
background-color: #686596;
}
</style>
border-color css
<style>
span { border-color: #686596; }
span { border-color: rgb(104,101,150); }
td.TdClassName
{
border-color: #686596;
}
.TagClassName
{
border-color: #686596;
}
</style>