Shades of Scampi #6E64A1
Tints of Scampi #6E64A1
RGB
CMYK
RGB Variations
Color information
#6E64A1 (or 0x6E64A1) is known color: Scampi. HEX triplet: 6E, 64 and A1. RGB value is (110,100,161). Sum of RGB (Red+Green+Blue) = 110+100+161=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #6E64A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E64A1 is #919B5E. Grayscale: #6D6D6D. Windows color (decimal): -9542495 or 10577006. OLE color: 10577006.
HSL color Cylindrical-coordinate representation of color #6E64A1: hue angle of 249.84º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E64A1 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 100 | 161 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.37 |
| HSL | 249.84º | 0.24% | 0.51% | - |
| HSV(B) | 249.84º | 0.38% | 0.63% | - |
| XYZ | 17.42 | 15 | 35.7 | - |
| YUV | 109.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 161 | 0.32 | 0.38 | 0 | 0.37 | 249.84 | 0.24 | 0.51 |
| Hex | 6E | 64 | A1 | 20 | 26 | 0 | 25 | FA | 18 | 33 |
| Octal | 156 | 144 | 241 | 40 | 46 | 0 | 45 | 372 | 30 | 63 |
| Binary | 1101110 | 1100100 | 10100001 | 100000 | 100110 | 0 | 100101 | 11111010 | 11000 | 110011 |
Color Harmonies of #6E64A1
Complementary color
Monochromatic Colors of #6E64A1
Black with #6E64A1
Text Example
Text Example
White with #6E64A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E64A1; }
p { color: rgb(110,100,161); }
H1.HeaderClassName
{
color: #6E64A1;
}
.AnyTagClassName
{
color: #6E64A1;
}
</style>
background-color css
<style>
a { background-color: #6E64A1; }
a { background-color: rgb(110,100,161); }
div.DivClassName
{
background-color: #6E64A1;
}
.BgClassName
{
background-color: #6E64A1;
}
</style>
border-color css
<style>
span { border-color: #6E64A1; }
span { border-color: rgb(110,100,161); }
td.TdClassName
{
border-color: #6E64A1;
}
.TagClassName
{
border-color: #6E64A1;
}
</style>