Shades of Pompadour #6B234E
Tints of Pompadour #6B234E
RGB
CMYK
RGB Variations
Color information
#6B234E (or 0x6B234E) is known color: Pompadour. HEX triplet: 6B, 23 and 4E. RGB value is (107,35,78). Sum of RGB (Red+Green+Blue) = 107+35+78=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B234E is #94DCB1. Grayscale: #3D3D3D. Windows color (decimal): -9755826 or 5120875. OLE color: 5120875.
HSL color Cylindrical-coordinate representation of color #6B234E: hue angle of 324.17º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B234E is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 78 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.58 |
| HSL | 324.17º | 0.51% | 0.28% | - |
| HSV(B) | 324.17º | 0.67% | 0.42% | - |
| XYZ | 8.04 | 4.88 | 7.73 | - |
| YUV | 61.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 78 | 0 | 0.67 | 0.27 | 0.58 | 324.17 | 0.51 | 0.28 |
| Hex | 6B | 23 | 4E | 0 | 43 | 1B | 3A | 144 | 33 | 1C |
| Octal | 153 | 43 | 116 | 0 | 103 | 33 | 72 | 504 | 63 | 34 |
| Binary | 1101011 | 100011 | 1001110 | 0 | 1000011 | 11011 | 111010 | 101000100 | 110011 | 11100 |
Color Harmonies of #6B234E
Complementary color
Monochromatic Colors of #6B234E
Black with #6B234E
Text Example
Text Example
White with #6B234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B234E; }
p { color: rgb(107,35,78); }
H1.HeaderClassName
{
color: #6B234E;
}
.AnyTagClassName
{
color: #6B234E;
}
</style>
background-color css
<style>
a { background-color: #6B234E; }
a { background-color: rgb(107,35,78); }
div.DivClassName
{
background-color: #6B234E;
}
.BgClassName
{
background-color: #6B234E;
}
</style>
border-color css
<style>
span { border-color: #6B234E; }
span { border-color: rgb(107,35,78); }
td.TdClassName
{
border-color: #6B234E;
}
.TagClassName
{
border-color: #6B234E;
}
</style>