Shades of Pompadour #6C1B44
Tints of Pompadour #6C1B44
RGB
CMYK
RGB Variations
Color information
#6C1B44 (or 0x6C1B44) is known color: Pompadour. HEX triplet: 6C, 1B and 44. RGB value is (108,27,68). Sum of RGB (Red+Green+Blue) = 108+27+68=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1B44 is #93E4BB. Grayscale: #373737. Windows color (decimal): -9692348 or 4463468. OLE color: 4463468.
HSL color Cylindrical-coordinate representation of color #6C1B44: hue angle of 329.63º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C1B44 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 27 | 68 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.58 |
| HSL | 329.63º | 0.6% | 0.26% | - |
| HSV(B) | 329.63º | 0.75% | 0.42% | - |
| XYZ | 7.62 | 4.39 | 5.91 | - |
| YUV | 55.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 68 | 0 | 0.75 | 0.37 | 0.58 | 329.63 | 0.6 | 0.26 |
| Hex | 6C | 1B | 44 | 0 | 4B | 25 | 3A | 14A | 3C | 1A |
| Octal | 154 | 33 | 104 | 0 | 113 | 45 | 72 | 512 | 74 | 32 |
| Binary | 1101100 | 11011 | 1000100 | 0 | 1001011 | 100101 | 111010 | 101001010 | 111100 | 11010 |
Color Harmonies of #6C1B44
Complementary color
Monochromatic Colors of #6C1B44
Black with #6C1B44
Text Example
Text Example
White with #6C1B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1B44; }
p { color: rgb(108,27,68); }
H1.HeaderClassName
{
color: #6C1B44;
}
.AnyTagClassName
{
color: #6C1B44;
}
</style>
background-color css
<style>
a { background-color: #6C1B44; }
a { background-color: rgb(108,27,68); }
div.DivClassName
{
background-color: #6C1B44;
}
.BgClassName
{
background-color: #6C1B44;
}
</style>
border-color css
<style>
span { border-color: #6C1B44; }
span { border-color: rgb(108,27,68); }
td.TdClassName
{
border-color: #6C1B44;
}
.TagClassName
{
border-color: #6C1B44;
}
</style>