Shades of Scampi #686299
Tints of Scampi #686299
RGB
CMYK
RGB Variations
Color information
#686299 (or 0x686299) is known color: Scampi. HEX triplet: 68, 62 and 99. RGB value is (104,98,153). Sum of RGB (Red+Green+Blue) = 104+98+153=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #686299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686299 is #979D66. Grayscale: #696969. Windows color (decimal): -9936231 or 10052200. OLE color: 10052200.
HSL color Cylindrical-coordinate representation of color #686299: hue angle of 246.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #686299 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 98 | 153 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.4 |
| HSL | 246.55º | 0.22% | 0.49% | - |
| HSV(B) | 246.55º | 0.36% | 0.6% | - |
| XYZ | 15.83 | 13.98 | 32 | - |
| YUV | 106.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 153 | 0.32 | 0.36 | 0 | 0.4 | 246.55 | 0.22 | 0.49 |
| Hex | 68 | 62 | 99 | 20 | 24 | 0 | 28 | F7 | 16 | 31 |
| Octal | 150 | 142 | 231 | 40 | 44 | 0 | 50 | 367 | 26 | 61 |
| Binary | 1101000 | 1100010 | 10011001 | 100000 | 100100 | 0 | 101000 | 11110111 | 10110 | 110001 |
Color Harmonies of #686299
Complementary color
Monochromatic Colors of #686299
Black with #686299
Text Example
Text Example
White with #686299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686299; }
p { color: rgb(104,98,153); }
H1.HeaderClassName
{
color: #686299;
}
.AnyTagClassName
{
color: #686299;
}
</style>
background-color css
<style>
a { background-color: #686299; }
a { background-color: rgb(104,98,153); }
div.DivClassName
{
background-color: #686299;
}
.BgClassName
{
background-color: #686299;
}
</style>
border-color css
<style>
span { border-color: #686299; }
span { border-color: rgb(104,98,153); }
td.TdClassName
{
border-color: #686299;
}
.TagClassName
{
border-color: #686299;
}
</style>