Shades of Pompadour #6B294B
Tints of Pompadour #6B294B
RGB
CMYK
RGB Variations
Color information
#6B294B (or 0x6B294B) is known color: Pompadour. HEX triplet: 6B, 29 and 4B. RGB value is (107,41,75). Sum of RGB (Red+Green+Blue) = 107+41+75=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B294B is #94D6B4. Grayscale: #404040. Windows color (decimal): -9754293 or 4925803. OLE color: 4925803.
HSL color Cylindrical-coordinate representation of color #6B294B: hue angle of 329.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B294B is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 41 | 75 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.58 |
| HSL | 329.09º | 0.45% | 0.29% | - |
| HSV(B) | 329.09º | 0.62% | 0.42% | - |
| XYZ | 8.13 | 5.22 | 7.24 | - |
| YUV | 64.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 75 | 0 | 0.62 | 0.30 | 0.58 | 329.09 | 0.45 | 0.29 |
| Hex | 6B | 29 | 4B | 0 | 3E | 1E | 3A | 149 | 2D | 1D |
| Octal | 153 | 51 | 113 | 0 | 76 | 36 | 72 | 511 | 55 | 35 |
| Binary | 1101011 | 101001 | 1001011 | 0 | 111110 | 11110 | 111010 | 101001001 | 101101 | 11101 |
Color Harmonies of #6B294B
Complementary color
Monochromatic Colors of #6B294B
Black with #6B294B
Text Example
Text Example
White with #6B294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B294B; }
p { color: rgb(107,41,75); }
H1.HeaderClassName
{
color: #6B294B;
}
.AnyTagClassName
{
color: #6B294B;
}
</style>
background-color css
<style>
a { background-color: #6B294B; }
a { background-color: rgb(107,41,75); }
div.DivClassName
{
background-color: #6B294B;
}
.BgClassName
{
background-color: #6B294B;
}
</style>
border-color css
<style>
span { border-color: #6B294B; }
span { border-color: rgb(107,41,75); }
td.TdClassName
{
border-color: #6B294B;
}
.TagClassName
{
border-color: #6B294B;
}
</style>