Shades of Pompadour #6B264B
Tints of Pompadour #6B264B
RGB
CMYK
RGB Variations
Color information
#6B264B (or 0x6B264B) is known color: Pompadour. HEX triplet: 6B, 26 and 4B. RGB value is (107,38,75). Sum of RGB (Red+Green+Blue) = 107+38+75=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B264B is #94D9B4. Grayscale: #3E3E3E. Windows color (decimal): -9755061 or 4925035. OLE color: 4925035.
HSL color Cylindrical-coordinate representation of color #6B264B: hue angle of 327.83º 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 #6B264B is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 38 | 75 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.58 |
| HSL | 327.83º | 0.48% | 0.28% | - |
| HSV(B) | 327.83º | 0.64% | 0.42% | - |
| XYZ | 8.03 | 5.02 | 7.2 | - |
| YUV | 62.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 38 | 75 | 0 | 0.64 | 0.30 | 0.58 | 327.83 | 0.48 | 0.28 |
| Hex | 6B | 26 | 4B | 0 | 40 | 1E | 3A | 148 | 30 | 1C |
| Octal | 153 | 46 | 113 | 0 | 100 | 36 | 72 | 510 | 60 | 34 |
| Binary | 1101011 | 100110 | 1001011 | 0 | 1000000 | 11110 | 111010 | 101001000 | 110000 | 11100 |
Color Harmonies of #6B264B
Complementary color
Monochromatic Colors of #6B264B
Black with #6B264B
Text Example
Text Example
White with #6B264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B264B; }
p { color: rgb(107,38,75); }
H1.HeaderClassName
{
color: #6B264B;
}
.AnyTagClassName
{
color: #6B264B;
}
</style>
background-color css
<style>
a { background-color: #6B264B; }
a { background-color: rgb(107,38,75); }
div.DivClassName
{
background-color: #6B264B;
}
.BgClassName
{
background-color: #6B264B;
}
</style>
border-color css
<style>
span { border-color: #6B264B; }
span { border-color: rgb(107,38,75); }
td.TdClassName
{
border-color: #6B264B;
}
.TagClassName
{
border-color: #6B264B;
}
</style>