Shades of Pompadour #6C224E
Tints of Pompadour #6C224E
RGB
CMYK
RGB Variations
Color information
#6C224E (or 0x6C224E) is known color: Pompadour. HEX triplet: 6C, 22 and 4E. RGB value is (108,34,78). Sum of RGB (Red+Green+Blue) = 108+34+78=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C224E is #93DDB1. Grayscale: #3D3D3D. Windows color (decimal): -9690546 or 5120620. OLE color: 5120620.
HSL color Cylindrical-coordinate representation of color #6C224E: hue angle of 324.32º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C224E is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 34 | 78 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.58 |
| HSL | 324.32º | 0.52% | 0.28% | - |
| HSV(B) | 324.32º | 0.69% | 0.42% | - |
| XYZ | 8.13 | 4.88 | 7.72 | - |
| YUV | 61.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 78 | 0 | 0.69 | 0.28 | 0.58 | 324.32 | 0.52 | 0.28 |
| Hex | 6C | 22 | 4E | 0 | 45 | 1C | 3A | 144 | 34 | 1C |
| Octal | 154 | 42 | 116 | 0 | 105 | 34 | 72 | 504 | 64 | 34 |
| Binary | 1101100 | 100010 | 1001110 | 0 | 1000101 | 11100 | 111010 | 101000100 | 110100 | 11100 |
Color Harmonies of #6C224E
Complementary color
Monochromatic Colors of #6C224E
Black with #6C224E
Text Example
Text Example
White with #6C224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C224E; }
p { color: rgb(108,34,78); }
H1.HeaderClassName
{
color: #6C224E;
}
.AnyTagClassName
{
color: #6C224E;
}
</style>
background-color css
<style>
a { background-color: #6C224E; }
a { background-color: rgb(108,34,78); }
div.DivClassName
{
background-color: #6C224E;
}
.BgClassName
{
background-color: #6C224E;
}
</style>
border-color css
<style>
span { border-color: #6C224E; }
span { border-color: rgb(108,34,78); }
td.TdClassName
{
border-color: #6C224E;
}
.TagClassName
{
border-color: #6C224E;
}
</style>