Shades of Pompadour #6A174D
Tints of Pompadour #6A174D
RGB
CMYK
RGB Variations
Color information
#6A174D (or 0x6A174D) is known color: Pompadour. HEX triplet: 6A, 17 and 4D. RGB value is (106,23,77). Sum of RGB (Red+Green+Blue) = 106+23+77=206 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.46% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 106 - color contains mainly: red. Hex color #6A174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A174D is #95E8B2. Grayscale: #353535. Windows color (decimal): -9824435 or 5052266. OLE color: 5052266.
HSL color Cylindrical-coordinate representation of color #6A174D: hue angle of 320.96º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A174D is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 23 | 77 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.58 |
| HSL | 320.96º | 0.64% | 0.25% | - |
| HSV(B) | 320.96º | 0.78% | 0.42% | - |
| XYZ | 7.59 | 4.21 | 7.43 | - |
| YUV | 53.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 23 | 77 | 0 | 0.78 | 0.27 | 0.58 | 320.96 | 0.64 | 0.25 |
| Hex | 6A | 17 | 4D | 0 | 4E | 1B | 3A | 141 | 40 | 19 |
| Octal | 152 | 27 | 115 | 0 | 116 | 33 | 72 | 501 | 100 | 31 |
| Binary | 1101010 | 10111 | 1001101 | 0 | 1001110 | 11011 | 111010 | 101000001 | 1000000 | 11001 |
Color Harmonies of #6A174D
Complementary color
Monochromatic Colors of #6A174D
Black with #6A174D
Text Example
Text Example
White with #6A174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A174D; }
p { color: rgb(106,23,77); }
H1.HeaderClassName
{
color: #6A174D;
}
.AnyTagClassName
{
color: #6A174D;
}
</style>
background-color css
<style>
a { background-color: #6A174D; }
a { background-color: rgb(106,23,77); }
div.DivClassName
{
background-color: #6A174D;
}
.BgClassName
{
background-color: #6A174D;
}
</style>
border-color css
<style>
span { border-color: #6A174D; }
span { border-color: rgb(106,23,77); }
td.TdClassName
{
border-color: #6A174D;
}
.TagClassName
{
border-color: #6A174D;
}
</style>