Shades of Pompadour #6D104F
Tints of Pompadour #6D104F
RGB
CMYK
RGB Variations
Color information
#6D104F (or 0x6D104F) is known color: Pompadour. HEX triplet: 6D, 10 and 4F. RGB value is (109,16,79). Sum of RGB (Red+Green+Blue) = 109+16+79=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D104F is #92EFB0. Grayscale: #323232. Windows color (decimal): -9629617 or 5181549. OLE color: 5181549.
HSL color Cylindrical-coordinate representation of color #6D104F: hue angle of 319.35º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D104F is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 16 | 79 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.57 |
| HSL | 319.35º | 0.74% | 0.25% | - |
| HSV(B) | 319.35º | 0.85% | 0.43% | - |
| XYZ | 7.9 | 4.19 | 7.79 | - |
| YUV | 50.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 79 | 0 | 0.85 | 0.28 | 0.57 | 319.35 | 0.74 | 0.25 |
| Hex | 6D | 10 | 4F | 0 | 55 | 1C | 39 | 13F | 4A | 19 |
| Octal | 155 | 20 | 117 | 0 | 125 | 34 | 71 | 477 | 112 | 31 |
| Binary | 1101101 | 10000 | 1001111 | 0 | 1010101 | 11100 | 111001 | 100111111 | 1001010 | 11001 |
Color Harmonies of #6D104F
Complementary color
Monochromatic Colors of #6D104F
Black with #6D104F
Text Example
Text Example
White with #6D104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D104F; }
p { color: rgb(109,16,79); }
H1.HeaderClassName
{
color: #6D104F;
}
.AnyTagClassName
{
color: #6D104F;
}
</style>
background-color css
<style>
a { background-color: #6D104F; }
a { background-color: rgb(109,16,79); }
div.DivClassName
{
background-color: #6D104F;
}
.BgClassName
{
background-color: #6D104F;
}
</style>
border-color css
<style>
span { border-color: #6D104F; }
span { border-color: rgb(109,16,79); }
td.TdClassName
{
border-color: #6D104F;
}
.TagClassName
{
border-color: #6D104F;
}
</style>