Shades of Scampi #6E649F
Tints of Scampi #6E649F
RGB
CMYK
RGB Variations
Color information
#6E649F (or 0x6E649F) is known color: Scampi. HEX triplet: 6E, 64 and 9F. RGB value is (110,100,159). Sum of RGB (Red+Green+Blue) = 110+100+159=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E649F is #919B60. Grayscale: #6D6D6D. Windows color (decimal): -9542497 or 10445934. OLE color: 10445934.
HSL color Cylindrical-coordinate representation of color #6E649F: hue angle of 250.17º degrees, saturation: 0.24, 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 #6E649F is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 100 | 159 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.38 |
| HSL | 250.17º | 0.24% | 0.51% | - |
| HSV(B) | 250.17º | 0.37% | 0.62% | - |
| XYZ | 17.25 | 14.93 | 34.77 | - |
| YUV | 109.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 159 | 0.31 | 0.37 | 0 | 0.38 | 250.17 | 0.24 | 0.51 |
| Hex | 6E | 64 | 9F | 1F | 25 | 0 | 26 | FA | 18 | 33 |
| Octal | 156 | 144 | 237 | 37 | 45 | 0 | 46 | 372 | 30 | 63 |
| Binary | 1101110 | 1100100 | 10011111 | 11111 | 100101 | 0 | 100110 | 11111010 | 11000 | 110011 |
Color Harmonies of #6E649F
Complementary color
Monochromatic Colors of #6E649F
Black with #6E649F
Text Example
Text Example
White with #6E649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E649F; }
p { color: rgb(110,100,159); }
H1.HeaderClassName
{
color: #6E649F;
}
.AnyTagClassName
{
color: #6E649F;
}
</style>
background-color css
<style>
a { background-color: #6E649F; }
a { background-color: rgb(110,100,159); }
div.DivClassName
{
background-color: #6E649F;
}
.BgClassName
{
background-color: #6E649F;
}
</style>
border-color css
<style>
span { border-color: #6E649F; }
span { border-color: rgb(110,100,159); }
td.TdClassName
{
border-color: #6E649F;
}
.TagClassName
{
border-color: #6E649F;
}
</style>