Shades of Pompadour #6B254C
Tints of Pompadour #6B254C
RGB
CMYK
RGB Variations
Color information
#6B254C (or 0x6B254C) is known color: Pompadour. HEX triplet: 6B, 25 and 4C. RGB value is (107,37,76). Sum of RGB (Red+Green+Blue) = 107+37+76=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B254C is #94DAB3. Grayscale: #3E3E3E. Windows color (decimal): -9755316 or 4990315. OLE color: 4990315.
HSL color Cylindrical-coordinate representation of color #6B254C: hue angle of 326.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B254C is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 37 | 76 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.58 |
| HSL | 326.57º | 0.49% | 0.28% | - |
| HSV(B) | 326.57º | 0.65% | 0.42% | - |
| XYZ | 8.03 | 4.97 | 7.37 | - |
| YUV | 62.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 76 | 0 | 0.65 | 0.29 | 0.58 | 326.57 | 0.49 | 0.28 |
| Hex | 6B | 25 | 4C | 0 | 41 | 1D | 3A | 147 | 31 | 1C |
| Octal | 153 | 45 | 114 | 0 | 101 | 35 | 72 | 507 | 61 | 34 |
| Binary | 1101011 | 100101 | 1001100 | 0 | 1000001 | 11101 | 111010 | 101000111 | 110001 | 11100 |
Color Harmonies of #6B254C
Complementary color
Monochromatic Colors of #6B254C
Black with #6B254C
Text Example
Text Example
White with #6B254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B254C; }
p { color: rgb(107,37,76); }
H1.HeaderClassName
{
color: #6B254C;
}
.AnyTagClassName
{
color: #6B254C;
}
</style>
background-color css
<style>
a { background-color: #6B254C; }
a { background-color: rgb(107,37,76); }
div.DivClassName
{
background-color: #6B254C;
}
.BgClassName
{
background-color: #6B254C;
}
</style>
border-color css
<style>
span { border-color: #6B254C; }
span { border-color: rgb(107,37,76); }
td.TdClassName
{
border-color: #6B254C;
}
.TagClassName
{
border-color: #6B254C;
}
</style>