Shades of Pompadour #6C1246
Tints of Pompadour #6C1246
RGB
CMYK
RGB Variations
Color information
#6C1246 (or 0x6C1246) is known color: Pompadour. HEX triplet: 6C, 12 and 46. RGB value is (108,18,70). Sum of RGB (Red+Green+Blue) = 108+18+70=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1246 is #93EDB9. Grayscale: #323232. Windows color (decimal): -9694650 or 4592236. OLE color: 4592236.
HSL color Cylindrical-coordinate representation of color #6C1246: hue angle of 325.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C1246 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 18 | 70 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.58 |
| HSL | 325.33º | 0.71% | 0.25% | - |
| HSV(B) | 325.33º | 0.83% | 0.42% | - |
| XYZ | 7.51 | 4.06 | 6.18 | - |
| YUV | 50.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 18 | 70 | 0 | 0.83 | 0.35 | 0.58 | 325.33 | 0.71 | 0.25 |
| Hex | 6C | 12 | 46 | 0 | 53 | 23 | 3A | 145 | 47 | 19 |
| Octal | 154 | 22 | 106 | 0 | 123 | 43 | 72 | 505 | 107 | 31 |
| Binary | 1101100 | 10010 | 1000110 | 0 | 1010011 | 100011 | 111010 | 101000101 | 1000111 | 11001 |
Color Harmonies of #6C1246
Complementary color
Monochromatic Colors of #6C1246
Black with #6C1246
Text Example
Text Example
White with #6C1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1246; }
p { color: rgb(108,18,70); }
H1.HeaderClassName
{
color: #6C1246;
}
.AnyTagClassName
{
color: #6C1246;
}
</style>
background-color css
<style>
a { background-color: #6C1246; }
a { background-color: rgb(108,18,70); }
div.DivClassName
{
background-color: #6C1246;
}
.BgClassName
{
background-color: #6C1246;
}
</style>
border-color css
<style>
span { border-color: #6C1246; }
span { border-color: rgb(108,18,70); }
td.TdClassName
{
border-color: #6C1246;
}
.TagClassName
{
border-color: #6C1246;
}
</style>