Shades of Pompadour #6F254E
Tints of Pompadour #6F254E
RGB
CMYK
RGB Variations
Color information
#6F254E (or 0x6F254E) is known color: Pompadour. HEX triplet: 6F, 25 and 4E. RGB value is (111,37,78). Sum of RGB (Red+Green+Blue) = 111+37+78=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F254E is #90DAB1. Grayscale: #3F3F3F. Windows color (decimal): -9493170 or 5121391. OLE color: 5121391.
HSL color Cylindrical-coordinate representation of color #6F254E: hue angle of 326.76º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F254E is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 78 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.56 |
| HSL | 326.76º | 0.5% | 0.29% | - |
| HSV(B) | 326.76º | 0.67% | 0.44% | - |
| XYZ | 8.59 | 5.25 | 7.77 | - |
| YUV | 63.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 78 | 0 | 0.67 | 0.30 | 0.56 | 326.76 | 0.5 | 0.29 |
| Hex | 6F | 25 | 4E | 0 | 43 | 1E | 38 | 147 | 32 | 1D |
| Octal | 157 | 45 | 116 | 0 | 103 | 36 | 70 | 507 | 62 | 35 |
| Binary | 1101111 | 100101 | 1001110 | 0 | 1000011 | 11110 | 111000 | 101000111 | 110010 | 11101 |
Color Harmonies of #6F254E
Complementary color
Monochromatic Colors of #6F254E
Black with #6F254E
Text Example
Text Example
White with #6F254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F254E; }
p { color: rgb(111,37,78); }
H1.HeaderClassName
{
color: #6F254E;
}
.AnyTagClassName
{
color: #6F254E;
}
</style>
background-color css
<style>
a { background-color: #6F254E; }
a { background-color: rgb(111,37,78); }
div.DivClassName
{
background-color: #6F254E;
}
.BgClassName
{
background-color: #6F254E;
}
</style>
border-color css
<style>
span { border-color: #6F254E; }
span { border-color: rgb(111,37,78); }
td.TdClassName
{
border-color: #6F254E;
}
.TagClassName
{
border-color: #6F254E;
}
</style>