Shades of Pompadour #6C224F
Tints of Pompadour #6C224F
RGB
CMYK
RGB Variations
Color information
#6C224F (or 0x6C224F) is known color: Pompadour. HEX triplet: 6C, 22 and 4F. RGB value is (108,34,79). Sum of RGB (Red+Green+Blue) = 108+34+79=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C224F is #93DDB0. Grayscale: #3D3D3D. Windows color (decimal): -9690545 or 5186156. OLE color: 5186156.
HSL color Cylindrical-coordinate representation of color #6C224F: hue angle of 323.51º 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 #6C224F is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 34 | 79 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.58 |
| HSL | 323.51º | 0.52% | 0.28% | - |
| HSV(B) | 323.51º | 0.69% | 0.42% | - |
| XYZ | 8.17 | 4.9 | 7.91 | - |
| YUV | 61.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 79 | 0 | 0.69 | 0.27 | 0.58 | 323.51 | 0.52 | 0.28 |
| Hex | 6C | 22 | 4F | 0 | 45 | 1B | 3A | 144 | 34 | 1C |
| Octal | 154 | 42 | 117 | 0 | 105 | 33 | 72 | 504 | 64 | 34 |
| Binary | 1101100 | 100010 | 1001111 | 0 | 1000101 | 11011 | 111010 | 101000100 | 110100 | 11100 |
Color Harmonies of #6C224F
Complementary color
Monochromatic Colors of #6C224F
Black with #6C224F
Text Example
Text Example
White with #6C224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C224F; }
p { color: rgb(108,34,79); }
H1.HeaderClassName
{
color: #6C224F;
}
.AnyTagClassName
{
color: #6C224F;
}
</style>
background-color css
<style>
a { background-color: #6C224F; }
a { background-color: rgb(108,34,79); }
div.DivClassName
{
background-color: #6C224F;
}
.BgClassName
{
background-color: #6C224F;
}
</style>
border-color css
<style>
span { border-color: #6C224F; }
span { border-color: rgb(108,34,79); }
td.TdClassName
{
border-color: #6C224F;
}
.TagClassName
{
border-color: #6C224F;
}
</style>