Shades of Pompadour #6F173E
Tints of Pompadour #6F173E
RGB
CMYK
RGB Variations
Color information
#6F173E (or 0x6F173E) is known color: Pompadour. HEX triplet: 6F, 17 and 3E. RGB value is (111,23,62). Sum of RGB (Red+Green+Blue) = 111+23+62=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F173E is #90E8C1. Grayscale: #353535. Windows color (decimal): -9496770 or 4069231. OLE color: 4069231.
HSL color Cylindrical-coordinate representation of color #6F173E: hue angle of 333.41º 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 #6F173E is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 62 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.56 |
| HSL | 333.41º | 0.66% | 0.26% | - |
| HSV(B) | 333.41º | 0.79% | 0.44% | - |
| XYZ | 7.73 | 4.34 | 4.99 | - |
| YUV | 53.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 62 | 0 | 0.79 | 0.44 | 0.56 | 333.41 | 0.66 | 0.26 |
| Hex | 6F | 17 | 3E | 0 | 4F | 2C | 38 | 14D | 42 | 1A |
| Octal | 157 | 27 | 76 | 0 | 117 | 54 | 70 | 515 | 102 | 32 |
| Binary | 1101111 | 10111 | 111110 | 0 | 1001111 | 101100 | 111000 | 101001101 | 1000010 | 11010 |
Color Harmonies of #6F173E
Complementary color
Monochromatic Colors of #6F173E
Black with #6F173E
Text Example
Text Example
White with #6F173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F173E; }
p { color: rgb(111,23,62); }
H1.HeaderClassName
{
color: #6F173E;
}
.AnyTagClassName
{
color: #6F173E;
}
</style>
background-color css
<style>
a { background-color: #6F173E; }
a { background-color: rgb(111,23,62); }
div.DivClassName
{
background-color: #6F173E;
}
.BgClassName
{
background-color: #6F173E;
}
</style>
border-color css
<style>
span { border-color: #6F173E; }
span { border-color: rgb(111,23,62); }
td.TdClassName
{
border-color: #6F173E;
}
.TagClassName
{
border-color: #6F173E;
}
</style>