Shades of Pompadour #6D204B
Tints of Pompadour #6D204B
RGB
CMYK
RGB Variations
Color information
#6D204B (or 0x6D204B) is known color: Pompadour. HEX triplet: 6D, 20 and 4B. RGB value is (109,32,75). Sum of RGB (Red+Green+Blue) = 109+32+75=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D204B is #92DFB4. Grayscale: #3B3B3B. Windows color (decimal): -9625525 or 4923501. OLE color: 4923501.
HSL color Cylindrical-coordinate representation of color #6D204B: hue angle of 326.49º 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 #6D204B is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 75 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.57 |
| HSL | 326.49º | 0.55% | 0.28% | - |
| HSV(B) | 326.49º | 0.71% | 0.43% | - |
| XYZ | 8.09 | 4.79 | 7.16 | - |
| YUV | 59.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 75 | 0 | 0.71 | 0.31 | 0.57 | 326.49 | 0.55 | 0.28 |
| Hex | 6D | 20 | 4B | 0 | 47 | 1F | 39 | 146 | 37 | 1C |
| Octal | 155 | 40 | 113 | 0 | 107 | 37 | 71 | 506 | 67 | 34 |
| Binary | 1101101 | 100000 | 1001011 | 0 | 1000111 | 11111 | 111001 | 101000110 | 110111 | 11100 |
Color Harmonies of #6D204B
Complementary color
Monochromatic Colors of #6D204B
Black with #6D204B
Text Example
Text Example
White with #6D204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D204B; }
p { color: rgb(109,32,75); }
H1.HeaderClassName
{
color: #6D204B;
}
.AnyTagClassName
{
color: #6D204B;
}
</style>
background-color css
<style>
a { background-color: #6D204B; }
a { background-color: rgb(109,32,75); }
div.DivClassName
{
background-color: #6D204B;
}
.BgClassName
{
background-color: #6D204B;
}
</style>
border-color css
<style>
span { border-color: #6D204B; }
span { border-color: rgb(109,32,75); }
td.TdClassName
{
border-color: #6D204B;
}
.TagClassName
{
border-color: #6D204B;
}
</style>