Shades of Pompadour #6A174F
Tints of Pompadour #6A174F
RGB
CMYK
RGB Variations
Color information
#6A174F (or 0x6A174F) is known color: Pompadour. HEX triplet: 6A, 17 and 4F. RGB value is (106,23,79). Sum of RGB (Red+Green+Blue) = 106+23+79=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A174F is #95E8B0. Grayscale: #363636. Windows color (decimal): -9824433 or 5183338. OLE color: 5183338.
HSL color Cylindrical-coordinate representation of color #6A174F: hue angle of 319.52º 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 #6A174F is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 23 | 79 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.58 |
| HSL | 319.52º | 0.64% | 0.25% | - |
| HSV(B) | 319.52º | 0.78% | 0.42% | - |
| XYZ | 7.66 | 4.24 | 7.81 | - |
| YUV | 54.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 23 | 79 | 0 | 0.78 | 0.25 | 0.58 | 319.52 | 0.64 | 0.25 |
| Hex | 6A | 17 | 4F | 0 | 4E | 19 | 3A | 140 | 40 | 19 |
| Octal | 152 | 27 | 117 | 0 | 116 | 31 | 72 | 500 | 100 | 31 |
| Binary | 1101010 | 10111 | 1001111 | 0 | 1001110 | 11001 | 111010 | 101000000 | 1000000 | 11001 |
Color Harmonies of #6A174F
Complementary color
Monochromatic Colors of #6A174F
Black with #6A174F
Text Example
Text Example
White with #6A174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A174F; }
p { color: rgb(106,23,79); }
H1.HeaderClassName
{
color: #6A174F;
}
.AnyTagClassName
{
color: #6A174F;
}
</style>
background-color css
<style>
a { background-color: #6A174F; }
a { background-color: rgb(106,23,79); }
div.DivClassName
{
background-color: #6A174F;
}
.BgClassName
{
background-color: #6A174F;
}
</style>
border-color css
<style>
span { border-color: #6A174F; }
span { border-color: rgb(106,23,79); }
td.TdClassName
{
border-color: #6A174F;
}
.TagClassName
{
border-color: #6A174F;
}
</style>