Shades of Scampi #6E649E
Tints of Scampi #6E649E
RGB
CMYK
RGB Variations
Color information
#6E649E (or 0x6E649E) is known color: Scampi. HEX triplet: 6E, 64 and 9E. RGB value is (110,100,158). Sum of RGB (Red+Green+Blue) = 110+100+158=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E649E is #919B61. Grayscale: #6D6D6D. Windows color (decimal): -9542498 or 10380398. OLE color: 10380398.
HSL color Cylindrical-coordinate representation of color #6E649E: hue angle of 250.34º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E649E is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 100 | 158 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.38 |
| HSL | 250.34º | 0.23% | 0.51% | - |
| HSV(B) | 250.34º | 0.37% | 0.62% | - |
| XYZ | 17.16 | 14.9 | 34.32 | - |
| YUV | 109.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 158 | 0.30 | 0.37 | 0 | 0.38 | 250.34 | 0.23 | 0.51 |
| Hex | 6E | 64 | 9E | 1E | 25 | 0 | 26 | FA | 17 | 33 |
| Octal | 156 | 144 | 236 | 36 | 45 | 0 | 46 | 372 | 27 | 63 |
| Binary | 1101110 | 1100100 | 10011110 | 11110 | 100101 | 0 | 100110 | 11111010 | 10111 | 110011 |
Color Harmonies of #6E649E
Complementary color
Monochromatic Colors of #6E649E
Black with #6E649E
Text Example
Text Example
White with #6E649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E649E; }
p { color: rgb(110,100,158); }
H1.HeaderClassName
{
color: #6E649E;
}
.AnyTagClassName
{
color: #6E649E;
}
</style>
background-color css
<style>
a { background-color: #6E649E; }
a { background-color: rgb(110,100,158); }
div.DivClassName
{
background-color: #6E649E;
}
.BgClassName
{
background-color: #6E649E;
}
</style>
border-color css
<style>
span { border-color: #6E649E; }
span { border-color: rgb(110,100,158); }
td.TdClassName
{
border-color: #6E649E;
}
.TagClassName
{
border-color: #6E649E;
}
</style>