Shades of Pompadour #6C2140
Tints of Pompadour #6C2140
RGB
CMYK
RGB Variations
Color information
#6C2140 (or 0x6C2140) is known color: Pompadour. HEX triplet: 6C, 21 and 40. RGB value is (108,33,64). Sum of RGB (Red+Green+Blue) = 108+33+64=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2140 is #93DEBF. Grayscale: #3A3A3A. Windows color (decimal): -9690816 or 4202860. OLE color: 4202860.
HSL color Cylindrical-coordinate representation of color #6C2140: hue angle of 335.2º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C2140 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 33 | 64 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.58 |
| HSL | 335.2º | 0.53% | 0.28% | - |
| HSV(B) | 335.2º | 0.69% | 0.42% | - |
| XYZ | 7.65 | 4.65 | 5.34 | - |
| YUV | 58.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 64 | 0 | 0.69 | 0.41 | 0.58 | 335.2 | 0.53 | 0.28 |
| Hex | 6C | 21 | 40 | 0 | 45 | 29 | 3A | 14F | 35 | 1C |
| Octal | 154 | 41 | 100 | 0 | 105 | 51 | 72 | 517 | 65 | 34 |
| Binary | 1101100 | 100001 | 1000000 | 0 | 1000101 | 101001 | 111010 | 101001111 | 110101 | 11100 |
Color Harmonies of #6C2140
Complementary color
Monochromatic Colors of #6C2140
Black with #6C2140
Text Example
Text Example
White with #6C2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2140; }
p { color: rgb(108,33,64); }
H1.HeaderClassName
{
color: #6C2140;
}
.AnyTagClassName
{
color: #6C2140;
}
</style>
background-color css
<style>
a { background-color: #6C2140; }
a { background-color: rgb(108,33,64); }
div.DivClassName
{
background-color: #6C2140;
}
.BgClassName
{
background-color: #6C2140;
}
</style>
border-color css
<style>
span { border-color: #6C2140; }
span { border-color: rgb(108,33,64); }
td.TdClassName
{
border-color: #6C2140;
}
.TagClassName
{
border-color: #6C2140;
}
</style>