Shades of Pompadour #6B264D
Tints of Pompadour #6B264D
RGB
CMYK
RGB Variations
Color information
#6B264D (or 0x6B264D) is known color: Pompadour. HEX triplet: 6B, 26 and 4D. RGB value is (107,38,77). Sum of RGB (Red+Green+Blue) = 107+38+77=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B264D is #94D9B2. Grayscale: #3E3E3E. Windows color (decimal): -9755059 or 5056107. OLE color: 5056107.
HSL color Cylindrical-coordinate representation of color #6B264D: hue angle of 326.09º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B264D is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 38 | 77 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.58 |
| HSL | 326.09º | 0.48% | 0.28% | - |
| HSV(B) | 326.09º | 0.64% | 0.42% | - |
| XYZ | 8.1 | 5.05 | 7.57 | - |
| YUV | 63.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 38 | 77 | 0 | 0.64 | 0.28 | 0.58 | 326.09 | 0.48 | 0.28 |
| Hex | 6B | 26 | 4D | 0 | 40 | 1C | 3A | 146 | 30 | 1C |
| Octal | 153 | 46 | 115 | 0 | 100 | 34 | 72 | 506 | 60 | 34 |
| Binary | 1101011 | 100110 | 1001101 | 0 | 1000000 | 11100 | 111010 | 101000110 | 110000 | 11100 |
Color Harmonies of #6B264D
Complementary color
Monochromatic Colors of #6B264D
Black with #6B264D
Text Example
Text Example
White with #6B264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B264D; }
p { color: rgb(107,38,77); }
H1.HeaderClassName
{
color: #6B264D;
}
.AnyTagClassName
{
color: #6B264D;
}
</style>
background-color css
<style>
a { background-color: #6B264D; }
a { background-color: rgb(107,38,77); }
div.DivClassName
{
background-color: #6B264D;
}
.BgClassName
{
background-color: #6B264D;
}
</style>
border-color css
<style>
span { border-color: #6B264D; }
span { border-color: rgb(107,38,77); }
td.TdClassName
{
border-color: #6B264D;
}
.TagClassName
{
border-color: #6B264D;
}
</style>