Shades of Pompadour #6F1854
Tints of Pompadour #6F1854
RGB
CMYK
RGB Variations
Color information
#6F1854 (or 0x6F1854) is known color: Pompadour. HEX triplet: 6F, 18 and 54. RGB value is (111,24,84). Sum of RGB (Red+Green+Blue) = 111+24+84=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1854 is #90E7AB. Grayscale: #383838. Windows color (decimal): -9496492 or 5511279. OLE color: 5511279.
HSL color Cylindrical-coordinate representation of color #6F1854: hue angle of 318.62º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1854 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 84 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.56 |
| HSL | 318.62º | 0.64% | 0.26% | - |
| HSV(B) | 318.62º | 0.78% | 0.44% | - |
| XYZ | 8.48 | 4.67 | 8.84 | - |
| YUV | 56.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 84 | 0 | 0.78 | 0.24 | 0.56 | 318.62 | 0.64 | 0.26 |
| Hex | 6F | 18 | 54 | 0 | 4E | 18 | 38 | 13F | 40 | 1A |
| Octal | 157 | 30 | 124 | 0 | 116 | 30 | 70 | 477 | 100 | 32 |
| Binary | 1101111 | 11000 | 1010100 | 0 | 1001110 | 11000 | 111000 | 100111111 | 1000000 | 11010 |
Color Harmonies of #6F1854
Complementary color
Monochromatic Colors of #6F1854
Black with #6F1854
Text Example
Text Example
White with #6F1854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1854; }
p { color: rgb(111,24,84); }
H1.HeaderClassName
{
color: #6F1854;
}
.AnyTagClassName
{
color: #6F1854;
}
</style>
background-color css
<style>
a { background-color: #6F1854; }
a { background-color: rgb(111,24,84); }
div.DivClassName
{
background-color: #6F1854;
}
.BgClassName
{
background-color: #6F1854;
}
</style>
border-color css
<style>
span { border-color: #6F1854; }
span { border-color: rgb(111,24,84); }
td.TdClassName
{
border-color: #6F1854;
}
.TagClassName
{
border-color: #6F1854;
}
</style>