Shades of Pompadour #6B194D
Tints of Pompadour #6B194D
RGB
CMYK
RGB Variations
Color information
#6B194D (or 0x6B194D) is known color: Pompadour. HEX triplet: 6B, 19 and 4D. RGB value is (107,25,77). Sum of RGB (Red+Green+Blue) = 107+25+77=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B194D is #94E6B2. Grayscale: #373737. Windows color (decimal): -9758387 or 5052779. OLE color: 5052779.
HSL color Cylindrical-coordinate representation of color #6B194D: hue angle of 321.95º 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 #6B194D is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 77 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.58 |
| HSL | 321.95º | 0.62% | 0.26% | - |
| HSV(B) | 321.95º | 0.77% | 0.42% | - |
| XYZ | 7.75 | 4.36 | 7.45 | - |
| YUV | 55.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 77 | 0 | 0.77 | 0.28 | 0.58 | 321.95 | 0.62 | 0.26 |
| Hex | 6B | 19 | 4D | 0 | 4D | 1C | 3A | 142 | 3E | 1A |
| Octal | 153 | 31 | 115 | 0 | 115 | 34 | 72 | 502 | 76 | 32 |
| Binary | 1101011 | 11001 | 1001101 | 0 | 1001101 | 11100 | 111010 | 101000010 | 111110 | 11010 |
Color Harmonies of #6B194D
Complementary color
Monochromatic Colors of #6B194D
Black with #6B194D
Text Example
Text Example
White with #6B194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B194D; }
p { color: rgb(107,25,77); }
H1.HeaderClassName
{
color: #6B194D;
}
.AnyTagClassName
{
color: #6B194D;
}
</style>
background-color css
<style>
a { background-color: #6B194D; }
a { background-color: rgb(107,25,77); }
div.DivClassName
{
background-color: #6B194D;
}
.BgClassName
{
background-color: #6B194D;
}
</style>
border-color css
<style>
span { border-color: #6B194D; }
span { border-color: rgb(107,25,77); }
td.TdClassName
{
border-color: #6B194D;
}
.TagClassName
{
border-color: #6B194D;
}
</style>