Shades of Scampi #6E5AA0
Tints of Scampi #6E5AA0
RGB
CMYK
RGB Variations
Color information
#6E5AA0 (or 0x6E5AA0) is known color: Scampi. HEX triplet: 6E, 5A and A0. RGB value is (110,90,160). Sum of RGB (Red+Green+Blue) = 110+90+160=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 160 - color contains mainly: blue. Hex color #6E5AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5AA0 is #91A55F. Grayscale: #676767. Windows color (decimal): -9545056 or 10508910. OLE color: 10508910.
HSL color Cylindrical-coordinate representation of color #6E5AA0: hue angle of 257.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E5AA0 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 90 | 160 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.37 |
| HSL | 257.14º | 0.28% | 0.49% | - |
| HSV(B) | 257.14º | 0.44% | 0.63% | - |
| XYZ | 16.43 | 13.17 | 34.93 | - |
| YUV | 103.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 160 | 0.31 | 0.44 | 0 | 0.37 | 257.14 | 0.28 | 0.49 |
| Hex | 6E | 5A | A0 | 1F | 2C | 0 | 25 | 101 | 1C | 31 |
| Octal | 156 | 132 | 240 | 37 | 54 | 0 | 45 | 401 | 34 | 61 |
| Binary | 1101110 | 1011010 | 10100000 | 11111 | 101100 | 0 | 100101 | 100000001 | 11100 | 110001 |
Color Harmonies of #6E5AA0
Complementary color
Monochromatic Colors of #6E5AA0
Black with #6E5AA0
Text Example
Text Example
White with #6E5AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5AA0; }
p { color: rgb(110,90,160); }
H1.HeaderClassName
{
color: #6E5AA0;
}
.AnyTagClassName
{
color: #6E5AA0;
}
</style>
background-color css
<style>
a { background-color: #6E5AA0; }
a { background-color: rgb(110,90,160); }
div.DivClassName
{
background-color: #6E5AA0;
}
.BgClassName
{
background-color: #6E5AA0;
}
</style>
border-color css
<style>
span { border-color: #6E5AA0; }
span { border-color: rgb(110,90,160); }
td.TdClassName
{
border-color: #6E5AA0;
}
.TagClassName
{
border-color: #6E5AA0;
}
</style>