Shades of Pompadour #6A1750
Tints of Pompadour #6A1750
RGB
CMYK
RGB Variations
Color information
#6A1750 (or 0x6A1750) is known color: Pompadour. HEX triplet: 6A, 17 and 50. RGB value is (106,23,80). Sum of RGB (Red+Green+Blue) = 106+23+80=209 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.72% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1750 is #95E8AF. Grayscale: #363636. Windows color (decimal): -9824432 or 5248874. OLE color: 5248874.
HSL color Cylindrical-coordinate representation of color #6A1750: hue angle of 318.8º 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 #6A1750 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 23 | 80 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.58 |
| HSL | 318.8º | 0.64% | 0.25% | - |
| HSV(B) | 318.8º | 0.78% | 0.42% | - |
| XYZ | 7.7 | 4.26 | 8.01 | - |
| YUV | 54.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 23 | 80 | 0 | 0.78 | 0.25 | 0.58 | 318.8 | 0.64 | 0.25 |
| Hex | 6A | 17 | 50 | 0 | 4E | 19 | 3A | 13F | 40 | 19 |
| Octal | 152 | 27 | 120 | 0 | 116 | 31 | 72 | 477 | 100 | 31 |
| Binary | 1101010 | 10111 | 1010000 | 0 | 1001110 | 11001 | 111010 | 100111111 | 1000000 | 11001 |
Color Harmonies of #6A1750
Complementary color
Monochromatic Colors of #6A1750
Black with #6A1750
Text Example
Text Example
White with #6A1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1750; }
p { color: rgb(106,23,80); }
H1.HeaderClassName
{
color: #6A1750;
}
.AnyTagClassName
{
color: #6A1750;
}
</style>
background-color css
<style>
a { background-color: #6A1750; }
a { background-color: rgb(106,23,80); }
div.DivClassName
{
background-color: #6A1750;
}
.BgClassName
{
background-color: #6A1750;
}
</style>
border-color css
<style>
span { border-color: #6A1750; }
span { border-color: rgb(106,23,80); }
td.TdClassName
{
border-color: #6A1750;
}
.TagClassName
{
border-color: #6A1750;
}
</style>