Shades of Pompadour #6F174E
Tints of Pompadour #6F174E
RGB
CMYK
RGB Variations
Color information
#6F174E (or 0x6F174E) is known color: Pompadour. HEX triplet: 6F, 17 and 4E. RGB value is (111,23,78). Sum of RGB (Red+Green+Blue) = 111+23+78=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F174E is #90E8B1. Grayscale: #373737. Windows color (decimal): -9496754 or 5117807. OLE color: 5117807.
HSL color Cylindrical-coordinate representation of color #6F174E: hue angle of 322.5º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F174E is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 78 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.56 |
| HSL | 322.5º | 0.66% | 0.26% | - |
| HSV(B) | 322.5º | 0.79% | 0.44% | - |
| XYZ | 8.24 | 4.54 | 7.65 | - |
| YUV | 55.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 78 | 0 | 0.79 | 0.30 | 0.56 | 322.5 | 0.66 | 0.26 |
| Hex | 6F | 17 | 4E | 0 | 4F | 1E | 38 | 142 | 42 | 1A |
| Octal | 157 | 27 | 116 | 0 | 117 | 36 | 70 | 502 | 102 | 32 |
| Binary | 1101111 | 10111 | 1001110 | 0 | 1001111 | 11110 | 111000 | 101000010 | 1000010 | 11010 |
Color Harmonies of #6F174E
Complementary color
Monochromatic Colors of #6F174E
Black with #6F174E
Text Example
Text Example
White with #6F174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F174E; }
p { color: rgb(111,23,78); }
H1.HeaderClassName
{
color: #6F174E;
}
.AnyTagClassName
{
color: #6F174E;
}
</style>
background-color css
<style>
a { background-color: #6F174E; }
a { background-color: rgb(111,23,78); }
div.DivClassName
{
background-color: #6F174E;
}
.BgClassName
{
background-color: #6F174E;
}
</style>
border-color css
<style>
span { border-color: #6F174E; }
span { border-color: rgb(111,23,78); }
td.TdClassName
{
border-color: #6F174E;
}
.TagClassName
{
border-color: #6F174E;
}
</style>