Shades of Scampi #686597
Tints of Scampi #686597
RGB
CMYK
RGB Variations
Color information
#686597 (or 0x686597) is known color: Scampi. HEX triplet: 68, 65 and 97. RGB value is (104,101,151). Sum of RGB (Red+Green+Blue) = 104+101+151=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 151 - color contains mainly: blue. Hex color #686597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686597 is #979A68. Grayscale: #6B6B6B. Windows color (decimal): -9935465 or 9921896. OLE color: 9921896.
HSL color Cylindrical-coordinate representation of color #686597: hue angle of 243.6º 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 #686597 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 101 | 151 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.41 |
| HSL | 243.6º | 0.2% | 0.49% | - |
| HSV(B) | 243.6º | 0.33% | 0.59% | - |
| XYZ | 15.95 | 14.48 | 31.23 | - |
| YUV | 107.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 151 | 0.31 | 0.33 | 0 | 0.41 | 243.6 | 0.2 | 0.49 |
| Hex | 68 | 65 | 97 | 1F | 21 | 0 | 29 | F4 | 14 | 31 |
| Octal | 150 | 145 | 227 | 37 | 41 | 0 | 51 | 364 | 24 | 61 |
| Binary | 1101000 | 1100101 | 10010111 | 11111 | 100001 | 0 | 101001 | 11110100 | 10100 | 110001 |
Color Harmonies of #686597
Complementary color
Monochromatic Colors of #686597
Black with #686597
Text Example
Text Example
White with #686597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686597; }
p { color: rgb(104,101,151); }
H1.HeaderClassName
{
color: #686597;
}
.AnyTagClassName
{
color: #686597;
}
</style>
background-color css
<style>
a { background-color: #686597; }
a { background-color: rgb(104,101,151); }
div.DivClassName
{
background-color: #686597;
}
.BgClassName
{
background-color: #686597;
}
</style>
border-color css
<style>
span { border-color: #686597; }
span { border-color: rgb(104,101,151); }
td.TdClassName
{
border-color: #686597;
}
.TagClassName
{
border-color: #686597;
}
</style>