Shades of Scampi #6E6899
Tints of Scampi #6E6899
RGB
CMYK
RGB Variations
Color information
#6E6899 (or 0x6E6899) is known color: Scampi. HEX triplet: 6E, 68 and 99. RGB value is (110,104,153). Sum of RGB (Red+Green+Blue) = 110+104+153=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E6899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6899 is #919766. Grayscale: #6F6F6F. Windows color (decimal): -9541479 or 10053742. OLE color: 10053742.
HSL color Cylindrical-coordinate representation of color #6E6899: hue angle of 247.35º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E6899 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 104 | 153 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.4 |
| HSL | 247.35º | 0.19% | 0.5% | - |
| HSV(B) | 247.35º | 0.32% | 0.6% | - |
| XYZ | 17.13 | 15.52 | 32.23 | - |
| YUV | 111.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 153 | 0.28 | 0.32 | 0 | 0.4 | 247.35 | 0.19 | 0.5 |
| Hex | 6E | 68 | 99 | 1C | 20 | 0 | 28 | F7 | 13 | 32 |
| Octal | 156 | 150 | 231 | 34 | 40 | 0 | 50 | 367 | 23 | 62 |
| Binary | 1101110 | 1101000 | 10011001 | 11100 | 100000 | 0 | 101000 | 11110111 | 10011 | 110010 |
Color Harmonies of #6E6899
Complementary color
Monochromatic Colors of #6E6899
Black with #6E6899
Text Example
Text Example
White with #6E6899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6899; }
p { color: rgb(110,104,153); }
H1.HeaderClassName
{
color: #6E6899;
}
.AnyTagClassName
{
color: #6E6899;
}
</style>
background-color css
<style>
a { background-color: #6E6899; }
a { background-color: rgb(110,104,153); }
div.DivClassName
{
background-color: #6E6899;
}
.BgClassName
{
background-color: #6E6899;
}
</style>
border-color css
<style>
span { border-color: #6E6899; }
span { border-color: rgb(110,104,153); }
td.TdClassName
{
border-color: #6E6899;
}
.TagClassName
{
border-color: #6E6899;
}
</style>