Shades of Pompadour #6A264B
Tints of Pompadour #6A264B
RGB
CMYK
RGB Variations
Color information
#6A264B (or 0x6A264B) is known color: Pompadour. HEX triplet: 6A, 26 and 4B. RGB value is (106,38,75). Sum of RGB (Red+Green+Blue) = 106+38+75=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A264B is #95D9B4. Grayscale: #3E3E3E. Windows color (decimal): -9820597 or 4925034. OLE color: 4925034.
HSL color Cylindrical-coordinate representation of color #6A264B: hue angle of 327.35º degrees, saturation: 0.47, 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 #6A264B is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 38 | 75 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.58 |
| HSL | 327.35º | 0.47% | 0.28% | - |
| HSV(B) | 327.35º | 0.64% | 0.42% | - |
| XYZ | 7.91 | 4.96 | 7.2 | - |
| YUV | 62.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 38 | 75 | 0 | 0.64 | 0.29 | 0.58 | 327.35 | 0.47 | 0.28 |
| Hex | 6A | 26 | 4B | 0 | 40 | 1D | 3A | 147 | 2F | 1C |
| Octal | 152 | 46 | 113 | 0 | 100 | 35 | 72 | 507 | 57 | 34 |
| Binary | 1101010 | 100110 | 1001011 | 0 | 1000000 | 11101 | 111010 | 101000111 | 101111 | 11100 |
Color Harmonies of #6A264B
Complementary color
Monochromatic Colors of #6A264B
Black with #6A264B
Text Example
Text Example
White with #6A264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A264B; }
p { color: rgb(106,38,75); }
H1.HeaderClassName
{
color: #6A264B;
}
.AnyTagClassName
{
color: #6A264B;
}
</style>
background-color css
<style>
a { background-color: #6A264B; }
a { background-color: rgb(106,38,75); }
div.DivClassName
{
background-color: #6A264B;
}
.BgClassName
{
background-color: #6A264B;
}
</style>
border-color css
<style>
span { border-color: #6A264B; }
span { border-color: rgb(106,38,75); }
td.TdClassName
{
border-color: #6A264B;
}
.TagClassName
{
border-color: #6A264B;
}
</style>