Shades of Pompadour #6B154D
Tints of Pompadour #6B154D
RGB
CMYK
RGB Variations
Color information
#6B154D (or 0x6B154D) is known color: Pompadour. HEX triplet: 6B, 15 and 4D. RGB value is (107,21,77). Sum of RGB (Red+Green+Blue) = 107+21+77=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B154D is #94EAB2. Grayscale: #343434. Windows color (decimal): -9759411 or 5051755. OLE color: 5051755.
HSL color Cylindrical-coordinate representation of color #6B154D: hue angle of 320.93º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B154D is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 77 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.58 |
| HSL | 320.93º | 0.67% | 0.25% | - |
| HSV(B) | 320.93º | 0.8% | 0.42% | - |
| XYZ | 7.67 | 4.2 | 7.43 | - |
| YUV | 53.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 77 | 0 | 0.80 | 0.28 | 0.58 | 320.93 | 0.67 | 0.25 |
| Hex | 6B | 15 | 4D | 0 | 50 | 1C | 3A | 141 | 43 | 19 |
| Octal | 153 | 25 | 115 | 0 | 120 | 34 | 72 | 501 | 103 | 31 |
| Binary | 1101011 | 10101 | 1001101 | 0 | 1010000 | 11100 | 111010 | 101000001 | 1000011 | 11001 |
Color Harmonies of #6B154D
Complementary color
Monochromatic Colors of #6B154D
Black with #6B154D
Text Example
Text Example
White with #6B154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B154D; }
p { color: rgb(107,21,77); }
H1.HeaderClassName
{
color: #6B154D;
}
.AnyTagClassName
{
color: #6B154D;
}
</style>
background-color css
<style>
a { background-color: #6B154D; }
a { background-color: rgb(107,21,77); }
div.DivClassName
{
background-color: #6B154D;
}
.BgClassName
{
background-color: #6B154D;
}
</style>
border-color css
<style>
span { border-color: #6B154D; }
span { border-color: rgb(107,21,77); }
td.TdClassName
{
border-color: #6B154D;
}
.TagClassName
{
border-color: #6B154D;
}
</style>