Shades of Pompadour #6E254E
Tints of Pompadour #6E254E
RGB
CMYK
RGB Variations
Color information
#6E254E (or 0x6E254E) is known color: Pompadour. HEX triplet: 6E, 25 and 4E. RGB value is (110,37,78). Sum of RGB (Red+Green+Blue) = 110+37+78=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E254E is #91DAB1. Grayscale: #3F3F3F. Windows color (decimal): -9558706 or 5121390. OLE color: 5121390.
HSL color Cylindrical-coordinate representation of color #6E254E: hue angle of 326.3º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E254E is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 78 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.57 |
| HSL | 326.3º | 0.5% | 0.29% | - |
| HSV(B) | 326.3º | 0.66% | 0.43% | - |
| XYZ | 8.47 | 5.19 | 7.76 | - |
| YUV | 63.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 78 | 0 | 0.66 | 0.29 | 0.57 | 326.3 | 0.5 | 0.29 |
| Hex | 6E | 25 | 4E | 0 | 42 | 1D | 39 | 146 | 32 | 1D |
| Octal | 156 | 45 | 116 | 0 | 102 | 35 | 71 | 506 | 62 | 35 |
| Binary | 1101110 | 100101 | 1001110 | 0 | 1000010 | 11101 | 111001 | 101000110 | 110010 | 11101 |
Color Harmonies of #6E254E
Complementary color
Monochromatic Colors of #6E254E
Black with #6E254E
Text Example
Text Example
White with #6E254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E254E; }
p { color: rgb(110,37,78); }
H1.HeaderClassName
{
color: #6E254E;
}
.AnyTagClassName
{
color: #6E254E;
}
</style>
background-color css
<style>
a { background-color: #6E254E; }
a { background-color: rgb(110,37,78); }
div.DivClassName
{
background-color: #6E254E;
}
.BgClassName
{
background-color: #6E254E;
}
</style>
border-color css
<style>
span { border-color: #6E254E; }
span { border-color: rgb(110,37,78); }
td.TdClassName
{
border-color: #6E254E;
}
.TagClassName
{
border-color: #6E254E;
}
</style>