Shades of Pompadour #6A194A
Tints of Pompadour #6A194A
RGB
CMYK
RGB Variations
Color information
#6A194A (or 0x6A194A) is known color: Pompadour. HEX triplet: 6A, 19 and 4A. RGB value is (106,25,74). Sum of RGB (Red+Green+Blue) = 106+25+74=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A194A is #95E6B5. Grayscale: #363636. Windows color (decimal): -9823926 or 4856170. OLE color: 4856170.
HSL color Cylindrical-coordinate representation of color #6A194A: hue angle of 323.7º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A194A is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 25 | 74 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.58 |
| HSL | 323.7º | 0.62% | 0.26% | - |
| HSV(B) | 323.7º | 0.76% | 0.42% | - |
| XYZ | 7.53 | 4.25 | 6.9 | - |
| YUV | 54.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 25 | 74 | 0 | 0.76 | 0.30 | 0.58 | 323.7 | 0.62 | 0.26 |
| Hex | 6A | 19 | 4A | 0 | 4C | 1E | 3A | 144 | 3E | 1A |
| Octal | 152 | 31 | 112 | 0 | 114 | 36 | 72 | 504 | 76 | 32 |
| Binary | 1101010 | 11001 | 1001010 | 0 | 1001100 | 11110 | 111010 | 101000100 | 111110 | 11010 |
Color Harmonies of #6A194A
Complementary color
Monochromatic Colors of #6A194A
Black with #6A194A
Text Example
Text Example
White with #6A194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A194A; }
p { color: rgb(106,25,74); }
H1.HeaderClassName
{
color: #6A194A;
}
.AnyTagClassName
{
color: #6A194A;
}
</style>
background-color css
<style>
a { background-color: #6A194A; }
a { background-color: rgb(106,25,74); }
div.DivClassName
{
background-color: #6A194A;
}
.BgClassName
{
background-color: #6A194A;
}
</style>
border-color css
<style>
span { border-color: #6A194A; }
span { border-color: rgb(106,25,74); }
td.TdClassName
{
border-color: #6A194A;
}
.TagClassName
{
border-color: #6A194A;
}
</style>