Shades of Pompadour #6C2644
Tints of Pompadour #6C2644
RGB
CMYK
RGB Variations
Color information
#6C2644 (or 0x6C2644) is known color: Pompadour. HEX triplet: 6C, 26 and 44. RGB value is (108,38,68). Sum of RGB (Red+Green+Blue) = 108+38+68=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2644 is #93D9BB. Grayscale: #3E3E3E. Windows color (decimal): -9689532 or 4466284. OLE color: 4466284.
HSL color Cylindrical-coordinate representation of color #6C2644: hue angle of 334.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C2644 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 38 | 68 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.58 |
| HSL | 334.29º | 0.48% | 0.29% | - |
| HSV(B) | 334.29º | 0.65% | 0.42% | - |
| XYZ | 7.92 | 4.99 | 6.01 | - |
| YUV | 62.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 68 | 0 | 0.65 | 0.37 | 0.58 | 334.29 | 0.48 | 0.29 |
| Hex | 6C | 26 | 44 | 0 | 41 | 25 | 3A | 14E | 30 | 1D |
| Octal | 154 | 46 | 104 | 0 | 101 | 45 | 72 | 516 | 60 | 35 |
| Binary | 1101100 | 100110 | 1000100 | 0 | 1000001 | 100101 | 111010 | 101001110 | 110000 | 11101 |
Color Harmonies of #6C2644
Complementary color
Monochromatic Colors of #6C2644
Black with #6C2644
Text Example
Text Example
White with #6C2644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2644; }
p { color: rgb(108,38,68); }
H1.HeaderClassName
{
color: #6C2644;
}
.AnyTagClassName
{
color: #6C2644;
}
</style>
background-color css
<style>
a { background-color: #6C2644; }
a { background-color: rgb(108,38,68); }
div.DivClassName
{
background-color: #6C2644;
}
.BgClassName
{
background-color: #6C2644;
}
</style>
border-color css
<style>
span { border-color: #6C2644; }
span { border-color: rgb(108,38,68); }
td.TdClassName
{
border-color: #6C2644;
}
.TagClassName
{
border-color: #6C2644;
}
</style>