Shades of Pompadour #6E204B
Tints of Pompadour #6E204B
RGB
CMYK
RGB Variations
Color information
#6E204B (or 0x6E204B) is known color: Pompadour. HEX triplet: 6E, 20 and 4B. RGB value is (110,32,75). Sum of RGB (Red+Green+Blue) = 110+32+75=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E204B is #91DFB4. Grayscale: #3C3C3C. Windows color (decimal): -9559989 or 4923502. OLE color: 4923502.
HSL color Cylindrical-coordinate representation of color #6E204B: hue angle of 326.92º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E204B is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 32 | 75 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.57 |
| HSL | 326.92º | 0.55% | 0.28% | - |
| HSV(B) | 326.92º | 0.71% | 0.43% | - |
| XYZ | 8.22 | 4.86 | 7.16 | - |
| YUV | 60.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 75 | 0 | 0.71 | 0.32 | 0.57 | 326.92 | 0.55 | 0.28 |
| Hex | 6E | 20 | 4B | 0 | 47 | 20 | 39 | 147 | 37 | 1C |
| Octal | 156 | 40 | 113 | 0 | 107 | 40 | 71 | 507 | 67 | 34 |
| Binary | 1101110 | 100000 | 1001011 | 0 | 1000111 | 100000 | 111001 | 101000111 | 110111 | 11100 |
Color Harmonies of #6E204B
Complementary color
Monochromatic Colors of #6E204B
Black with #6E204B
Text Example
Text Example
White with #6E204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E204B; }
p { color: rgb(110,32,75); }
H1.HeaderClassName
{
color: #6E204B;
}
.AnyTagClassName
{
color: #6E204B;
}
</style>
background-color css
<style>
a { background-color: #6E204B; }
a { background-color: rgb(110,32,75); }
div.DivClassName
{
background-color: #6E204B;
}
.BgClassName
{
background-color: #6E204B;
}
</style>
border-color css
<style>
span { border-color: #6E204B; }
span { border-color: rgb(110,32,75); }
td.TdClassName
{
border-color: #6E204B;
}
.TagClassName
{
border-color: #6E204B;
}
</style>