Shades of Pompadour #6F2046
Tints of Pompadour #6F2046
RGB
CMYK
RGB Variations
Color information
#6F2046 (or 0x6F2046) is known color: Pompadour. HEX triplet: 6F, 20 and 46. RGB value is (111,32,70). Sum of RGB (Red+Green+Blue) = 111+32+70=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2046 is #90DFB9. Grayscale: #3B3B3B. Windows color (decimal): -9494458 or 4595823. OLE color: 4595823.
HSL color Cylindrical-coordinate representation of color #6F2046: hue angle of 331.14º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2046 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 70 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.56 |
| HSL | 331.14º | 0.55% | 0.28% | - |
| HSV(B) | 331.14º | 0.71% | 0.44% | - |
| XYZ | 8.18 | 4.85 | 6.3 | - |
| YUV | 59.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 70 | 0 | 0.71 | 0.37 | 0.56 | 331.14 | 0.55 | 0.28 |
| Hex | 6F | 20 | 46 | 0 | 47 | 25 | 38 | 14B | 37 | 1C |
| Octal | 157 | 40 | 106 | 0 | 107 | 45 | 70 | 513 | 67 | 34 |
| Binary | 1101111 | 100000 | 1000110 | 0 | 1000111 | 100101 | 111000 | 101001011 | 110111 | 11100 |
Color Harmonies of #6F2046
Complementary color
Monochromatic Colors of #6F2046
Black with #6F2046
Text Example
Text Example
White with #6F2046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2046; }
p { color: rgb(111,32,70); }
H1.HeaderClassName
{
color: #6F2046;
}
.AnyTagClassName
{
color: #6F2046;
}
</style>
background-color css
<style>
a { background-color: #6F2046; }
a { background-color: rgb(111,32,70); }
div.DivClassName
{
background-color: #6F2046;
}
.BgClassName
{
background-color: #6F2046;
}
</style>
border-color css
<style>
span { border-color: #6F2046; }
span { border-color: rgb(111,32,70); }
td.TdClassName
{
border-color: #6F2046;
}
.TagClassName
{
border-color: #6F2046;
}
</style>