Shades of Pompadour #6E1653
Tints of Pompadour #6E1653
RGB
CMYK
RGB Variations
Color information
#6E1653 (or 0x6E1653) is known color: Pompadour. HEX triplet: 6E, 16 and 53. RGB value is (110,22,83). Sum of RGB (Red+Green+Blue) = 110+22+83=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1653 is #91E9AC. Grayscale: #373737. Windows color (decimal): -9562541 or 5445230. OLE color: 5445230.
HSL color Cylindrical-coordinate representation of color #6E1653: hue angle of 318.41º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E1653 is Cyan = 0, Magento = 0.8, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 22 | 83 | - |
| CMYK | 0 | 0.8 | 0.25 | 0.57 |
| HSL | 318.41º | 0.67% | 0.26% | - |
| HSV(B) | 318.41º | 0.8% | 0.43% | - |
| XYZ | 8.28 | 4.51 | 8.62 | - |
| YUV | 55.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 83 | 0 | 0.8 | 0.25 | 0.57 | 318.41 | 0.67 | 0.26 |
| Hex | 6E | 16 | 53 | 0 | 50 | 19 | 39 | 13E | 43 | 1A |
| Octal | 156 | 26 | 123 | 0 | 120 | 31 | 71 | 476 | 103 | 32 |
| Binary | 1101110 | 10110 | 1010011 | 0 | 1010000 | 11001 | 111001 | 100111110 | 1000011 | 11010 |
Color Harmonies of #6E1653
Complementary color
Monochromatic Colors of #6E1653
Black with #6E1653
Text Example
Text Example
White with #6E1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1653; }
p { color: rgb(110,22,83); }
H1.HeaderClassName
{
color: #6E1653;
}
.AnyTagClassName
{
color: #6E1653;
}
</style>
background-color css
<style>
a { background-color: #6E1653; }
a { background-color: rgb(110,22,83); }
div.DivClassName
{
background-color: #6E1653;
}
.BgClassName
{
background-color: #6E1653;
}
</style>
border-color css
<style>
span { border-color: #6E1653; }
span { border-color: rgb(110,22,83); }
td.TdClassName
{
border-color: #6E1653;
}
.TagClassName
{
border-color: #6E1653;
}
</style>