Shades of Pompadour #6C264F
Tints of Pompadour #6C264F
RGB
CMYK
RGB Variations
Color information
#6C264F (or 0x6C264F) is known color: Pompadour. HEX triplet: 6C, 26 and 4F. RGB value is (108,38,79). Sum of RGB (Red+Green+Blue) = 108+38+79=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C264F is #93D9B0. Grayscale: #3F3F3F. Windows color (decimal): -9689521 or 5187180. OLE color: 5187180.
HSL color Cylindrical-coordinate representation of color #6C264F: hue angle of 324.86º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C264F is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 38 | 79 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.58 |
| HSL | 324.86º | 0.48% | 0.29% | - |
| HSV(B) | 324.86º | 0.65% | 0.42% | - |
| XYZ | 8.29 | 5.14 | 7.95 | - |
| YUV | 63.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 79 | 0 | 0.65 | 0.27 | 0.58 | 324.86 | 0.48 | 0.29 |
| Hex | 6C | 26 | 4F | 0 | 41 | 1B | 3A | 145 | 30 | 1D |
| Octal | 154 | 46 | 117 | 0 | 101 | 33 | 72 | 505 | 60 | 35 |
| Binary | 1101100 | 100110 | 1001111 | 0 | 1000001 | 11011 | 111010 | 101000101 | 110000 | 11101 |
Color Harmonies of #6C264F
Complementary color
Monochromatic Colors of #6C264F
Black with #6C264F
Text Example
Text Example
White with #6C264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C264F; }
p { color: rgb(108,38,79); }
H1.HeaderClassName
{
color: #6C264F;
}
.AnyTagClassName
{
color: #6C264F;
}
</style>
background-color css
<style>
a { background-color: #6C264F; }
a { background-color: rgb(108,38,79); }
div.DivClassName
{
background-color: #6C264F;
}
.BgClassName
{
background-color: #6C264F;
}
</style>
border-color css
<style>
span { border-color: #6C264F; }
span { border-color: rgb(108,38,79); }
td.TdClassName
{
border-color: #6C264F;
}
.TagClassName
{
border-color: #6C264F;
}
</style>