Shades of Pompadour #6E0F51
Tints of Pompadour #6E0F51
RGB
CMYK
RGB Variations
Color information
#6E0F51 (or 0x6E0F51) is known color: Pompadour. HEX triplet: 6E, 0F and 51. RGB value is (110,15,81). Sum of RGB (Red+Green+Blue) = 110+15+81=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0F51 is #91F0AE. Grayscale: #323232. Windows color (decimal): -9564335 or 5312366. OLE color: 5312366.
HSL color Cylindrical-coordinate representation of color #6E0F51: hue angle of 318.32º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E0F51 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 15 | 81 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.57 |
| HSL | 318.32º | 0.76% | 0.25% | - |
| HSV(B) | 318.32º | 0.86% | 0.43% | - |
| XYZ | 8.09 | 4.25 | 8.18 | - |
| YUV | 50.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 81 | 0 | 0.86 | 0.26 | 0.57 | 318.32 | 0.76 | 0.25 |
| Hex | 6E | F | 51 | 0 | 56 | 1A | 39 | 13E | 4C | 19 |
| Octal | 156 | 17 | 121 | 0 | 126 | 32 | 71 | 476 | 114 | 31 |
| Binary | 1101110 | 1111 | 1010001 | 0 | 1010110 | 11010 | 111001 | 100111110 | 1001100 | 11001 |
Color Harmonies of #6E0F51
Complementary color
Monochromatic Colors of #6E0F51
Black with #6E0F51
Text Example
Text Example
White with #6E0F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0F51; }
p { color: rgb(110,15,81); }
H1.HeaderClassName
{
color: #6E0F51;
}
.AnyTagClassName
{
color: #6E0F51;
}
</style>
background-color css
<style>
a { background-color: #6E0F51; }
a { background-color: rgb(110,15,81); }
div.DivClassName
{
background-color: #6E0F51;
}
.BgClassName
{
background-color: #6E0F51;
}
</style>
border-color css
<style>
span { border-color: #6E0F51; }
span { border-color: rgb(110,15,81); }
td.TdClassName
{
border-color: #6E0F51;
}
.TagClassName
{
border-color: #6E0F51;
}
</style>