Shades of Pompadour #6A1751
Tints of Pompadour #6A1751
RGB
CMYK
RGB Variations
Color information
#6A1751 (or 0x6A1751) is known color: Pompadour. HEX triplet: 6A, 17 and 51. RGB value is (106,23,81). Sum of RGB (Red+Green+Blue) = 106+23+81=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1751 is #95E8AE. Grayscale: #363636. Windows color (decimal): -9824431 or 5314410. OLE color: 5314410.
HSL color Cylindrical-coordinate representation of color #6A1751: hue angle of 318.07º 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 #6A1751 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 23 | 81 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.58 |
| HSL | 318.07º | 0.64% | 0.25% | - |
| HSV(B) | 318.07º | 0.78% | 0.42% | - |
| XYZ | 7.74 | 4.27 | 8.2 | - |
| YUV | 54.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 23 | 81 | 0 | 0.78 | 0.24 | 0.58 | 318.07 | 0.64 | 0.25 |
| Hex | 6A | 17 | 51 | 0 | 4E | 18 | 3A | 13E | 40 | 19 |
| Octal | 152 | 27 | 121 | 0 | 116 | 30 | 72 | 476 | 100 | 31 |
| Binary | 1101010 | 10111 | 1010001 | 0 | 1001110 | 11000 | 111010 | 100111110 | 1000000 | 11001 |
Color Harmonies of #6A1751
Complementary color
Monochromatic Colors of #6A1751
Black with #6A1751
Text Example
Text Example
White with #6A1751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1751; }
p { color: rgb(106,23,81); }
H1.HeaderClassName
{
color: #6A1751;
}
.AnyTagClassName
{
color: #6A1751;
}
</style>
background-color css
<style>
a { background-color: #6A1751; }
a { background-color: rgb(106,23,81); }
div.DivClassName
{
background-color: #6A1751;
}
.BgClassName
{
background-color: #6A1751;
}
</style>
border-color css
<style>
span { border-color: #6A1751; }
span { border-color: rgb(106,23,81); }
td.TdClassName
{
border-color: #6A1751;
}
.TagClassName
{
border-color: #6A1751;
}
</style>