Shades of Pompadour #6B194A
Tints of Pompadour #6B194A
RGB
CMYK
RGB Variations
Color information
#6B194A (or 0x6B194A) is known color: Pompadour. HEX triplet: 6B, 19 and 4A. RGB value is (107,25,74). Sum of RGB (Red+Green+Blue) = 107+25+74=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B194A is #94E6B5. Grayscale: #363636. Windows color (decimal): -9758390 or 4856171. OLE color: 4856171.
HSL color Cylindrical-coordinate representation of color #6B194A: hue angle of 324.15º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B194A is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 74 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.58 |
| HSL | 324.15º | 0.62% | 0.26% | - |
| HSV(B) | 324.15º | 0.77% | 0.42% | - |
| XYZ | 7.65 | 4.32 | 6.91 | - |
| YUV | 55.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 74 | 0 | 0.77 | 0.31 | 0.58 | 324.15 | 0.62 | 0.26 |
| Hex | 6B | 19 | 4A | 0 | 4D | 1F | 3A | 144 | 3E | 1A |
| Octal | 153 | 31 | 112 | 0 | 115 | 37 | 72 | 504 | 76 | 32 |
| Binary | 1101011 | 11001 | 1001010 | 0 | 1001101 | 11111 | 111010 | 101000100 | 111110 | 11010 |
Color Harmonies of #6B194A
Complementary color
Monochromatic Colors of #6B194A
Black with #6B194A
Text Example
Text Example
White with #6B194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B194A; }
p { color: rgb(107,25,74); }
H1.HeaderClassName
{
color: #6B194A;
}
.AnyTagClassName
{
color: #6B194A;
}
</style>
background-color css
<style>
a { background-color: #6B194A; }
a { background-color: rgb(107,25,74); }
div.DivClassName
{
background-color: #6B194A;
}
.BgClassName
{
background-color: #6B194A;
}
</style>
border-color css
<style>
span { border-color: #6B194A; }
span { border-color: rgb(107,25,74); }
td.TdClassName
{
border-color: #6B194A;
}
.TagClassName
{
border-color: #6B194A;
}
</style>