Shades of Pompadour #6B254D
Tints of Pompadour #6B254D
RGB
CMYK
RGB Variations
Color information
#6B254D (or 0x6B254D) is known color: Pompadour. HEX triplet: 6B, 25 and 4D. RGB value is (107,37,77). Sum of RGB (Red+Green+Blue) = 107+37+77=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B254D is #94DAB2. Grayscale: #3E3E3E. Windows color (decimal): -9755315 or 5055851. OLE color: 5055851.
HSL color Cylindrical-coordinate representation of color #6B254D: hue angle of 325.71º 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 #6B254D is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 37 | 77 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.58 |
| HSL | 325.71º | 0.49% | 0.28% | - |
| HSV(B) | 325.71º | 0.65% | 0.42% | - |
| XYZ | 8.06 | 4.98 | 7.56 | - |
| YUV | 62.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 77 | 0 | 0.65 | 0.28 | 0.58 | 325.71 | 0.49 | 0.28 |
| Hex | 6B | 25 | 4D | 0 | 41 | 1C | 3A | 146 | 31 | 1C |
| Octal | 153 | 45 | 115 | 0 | 101 | 34 | 72 | 506 | 61 | 34 |
| Binary | 1101011 | 100101 | 1001101 | 0 | 1000001 | 11100 | 111010 | 101000110 | 110001 | 11100 |
Color Harmonies of #6B254D
Complementary color
Monochromatic Colors of #6B254D
Black with #6B254D
Text Example
Text Example
White with #6B254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B254D; }
p { color: rgb(107,37,77); }
H1.HeaderClassName
{
color: #6B254D;
}
.AnyTagClassName
{
color: #6B254D;
}
</style>
background-color css
<style>
a { background-color: #6B254D; }
a { background-color: rgb(107,37,77); }
div.DivClassName
{
background-color: #6B254D;
}
.BgClassName
{
background-color: #6B254D;
}
</style>
border-color css
<style>
span { border-color: #6B254D; }
span { border-color: rgb(107,37,77); }
td.TdClassName
{
border-color: #6B254D;
}
.TagClassName
{
border-color: #6B254D;
}
</style>