Shades of Pompadour #6A2143
Tints of Pompadour #6A2143
RGB
CMYK
RGB Variations
Color information
#6A2143 (or 0x6A2143) is known color: Pompadour. HEX triplet: 6A, 21 and 43. RGB value is (106,33,67). Sum of RGB (Red+Green+Blue) = 106+33+67=206 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.46% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2143 is #95DEBC. Grayscale: #3A3A3A. Windows color (decimal): -9821885 or 4399466. OLE color: 4399466.
HSL color Cylindrical-coordinate representation of color #6A2143: hue angle of 332.05º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A2143 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 33 | 67 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.58 |
| HSL | 332.05º | 0.53% | 0.27% | - |
| HSV(B) | 332.05º | 0.69% | 0.42% | - |
| XYZ | 7.5 | 4.56 | 5.79 | - |
| YUV | 58.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 33 | 67 | 0 | 0.69 | 0.37 | 0.58 | 332.05 | 0.53 | 0.27 |
| Hex | 6A | 21 | 43 | 0 | 45 | 25 | 3A | 14C | 35 | 1B |
| Octal | 152 | 41 | 103 | 0 | 105 | 45 | 72 | 514 | 65 | 33 |
| Binary | 1101010 | 100001 | 1000011 | 0 | 1000101 | 100101 | 111010 | 101001100 | 110101 | 11011 |
Color Harmonies of #6A2143
Complementary color
Monochromatic Colors of #6A2143
Black with #6A2143
Text Example
Text Example
White with #6A2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2143; }
p { color: rgb(106,33,67); }
H1.HeaderClassName
{
color: #6A2143;
}
.AnyTagClassName
{
color: #6A2143;
}
</style>
background-color css
<style>
a { background-color: #6A2143; }
a { background-color: rgb(106,33,67); }
div.DivClassName
{
background-color: #6A2143;
}
.BgClassName
{
background-color: #6A2143;
}
</style>
border-color css
<style>
span { border-color: #6A2143; }
span { border-color: rgb(106,33,67); }
td.TdClassName
{
border-color: #6A2143;
}
.TagClassName
{
border-color: #6A2143;
}
</style>