Shades of Pompadour #6E294D
Tints of Pompadour #6E294D
RGB
CMYK
RGB Variations
Color information
#6E294D (or 0x6E294D) is known color: Pompadour. HEX triplet: 6E, 29 and 4D. RGB value is (110,41,77). Sum of RGB (Red+Green+Blue) = 110+41+77=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E294D is #91D6B2. Grayscale: #414141. Windows color (decimal): -9557683 or 5056878. OLE color: 5056878.
HSL color Cylindrical-coordinate representation of color #6E294D: hue angle of 328.7º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E294D is Cyan = 0, Magento = 0.63, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 77 | - |
| CMYK | 0 | 0.63 | 0.3 | 0.57 |
| HSL | 328.7º | 0.46% | 0.3% | - |
| HSV(B) | 328.7º | 0.63% | 0.43% | - |
| XYZ | 8.56 | 5.44 | 7.62 | - |
| YUV | 65.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 77 | 0 | 0.63 | 0.3 | 0.57 | 328.7 | 0.46 | 0.3 |
| Hex | 6E | 29 | 4D | 0 | 3F | 1E | 39 | 149 | 2E | 1E |
| Octal | 156 | 51 | 115 | 0 | 77 | 36 | 71 | 511 | 56 | 36 |
| Binary | 1101110 | 101001 | 1001101 | 0 | 111111 | 11110 | 111001 | 101001001 | 101110 | 11110 |
Color Harmonies of #6E294D
Complementary color
Monochromatic Colors of #6E294D
Black with #6E294D
Text Example
Text Example
White with #6E294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E294D; }
p { color: rgb(110,41,77); }
H1.HeaderClassName
{
color: #6E294D;
}
.AnyTagClassName
{
color: #6E294D;
}
</style>
background-color css
<style>
a { background-color: #6E294D; }
a { background-color: rgb(110,41,77); }
div.DivClassName
{
background-color: #6E294D;
}
.BgClassName
{
background-color: #6E294D;
}
</style>
border-color css
<style>
span { border-color: #6E294D; }
span { border-color: rgb(110,41,77); }
td.TdClassName
{
border-color: #6E294D;
}
.TagClassName
{
border-color: #6E294D;
}
</style>