Shades of Pompadour #6A213E
Tints of Pompadour #6A213E
RGB
CMYK
RGB Variations
Color information
#6A213E (or 0x6A213E) is known color: Pompadour. HEX triplet: 6A, 21 and 3E. RGB value is (106,33,62). Sum of RGB (Red+Green+Blue) = 106+33+62=201 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.74% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 106 - color contains mainly: red. Hex color #6A213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A213E is #95DEC1. Grayscale: #3A3A3A. Windows color (decimal): -9821890 or 4071786. OLE color: 4071786.
HSL color Cylindrical-coordinate representation of color #6A213E: hue angle of 336.16º 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 #6A213E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 33 | 62 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.58 |
| HSL | 336.16º | 0.53% | 0.27% | - |
| HSV(B) | 336.16º | 0.69% | 0.42% | - |
| XYZ | 7.36 | 4.5 | 5.04 | - |
| YUV | 58.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 33 | 62 | 0 | 0.69 | 0.42 | 0.58 | 336.16 | 0.53 | 0.27 |
| Hex | 6A | 21 | 3E | 0 | 45 | 2A | 3A | 150 | 35 | 1B |
| Octal | 152 | 41 | 76 | 0 | 105 | 52 | 72 | 520 | 65 | 33 |
| Binary | 1101010 | 100001 | 111110 | 0 | 1000101 | 101010 | 111010 | 101010000 | 110101 | 11011 |
Color Harmonies of #6A213E
Complementary color
Monochromatic Colors of #6A213E
Black with #6A213E
Text Example
Text Example
White with #6A213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A213E; }
p { color: rgb(106,33,62); }
H1.HeaderClassName
{
color: #6A213E;
}
.AnyTagClassName
{
color: #6A213E;
}
</style>
background-color css
<style>
a { background-color: #6A213E; }
a { background-color: rgb(106,33,62); }
div.DivClassName
{
background-color: #6A213E;
}
.BgClassName
{
background-color: #6A213E;
}
</style>
border-color css
<style>
span { border-color: #6A213E; }
span { border-color: rgb(106,33,62); }
td.TdClassName
{
border-color: #6A213E;
}
.TagClassName
{
border-color: #6A213E;
}
</style>