Shades of Pompadour #6F113E
Tints of Pompadour #6F113E
RGB
CMYK
RGB Variations
Color information
#6F113E (or 0x6F113E) is known color: Pompadour. HEX triplet: 6F, 11 and 3E. RGB value is (111,17,62). Sum of RGB (Red+Green+Blue) = 111+17+62=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F113E is #90EEC1. Grayscale: #323232. Windows color (decimal): -9498306 or 4067695. OLE color: 4067695.
HSL color Cylindrical-coordinate representation of color #6F113E: hue angle of 331.28º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F113E is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 62 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.56 |
| HSL | 331.28º | 0.73% | 0.25% | - |
| HSV(B) | 331.28º | 0.85% | 0.44% | - |
| XYZ | 7.63 | 4.13 | 4.95 | - |
| YUV | 50.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 62 | 0 | 0.85 | 0.44 | 0.56 | 331.28 | 0.73 | 0.25 |
| Hex | 6F | 11 | 3E | 0 | 55 | 2C | 38 | 14B | 49 | 19 |
| Octal | 157 | 21 | 76 | 0 | 125 | 54 | 70 | 513 | 111 | 31 |
| Binary | 1101111 | 10001 | 111110 | 0 | 1010101 | 101100 | 111000 | 101001011 | 1001001 | 11001 |
Color Harmonies of #6F113E
Complementary color
Monochromatic Colors of #6F113E
Black with #6F113E
Text Example
Text Example
White with #6F113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F113E; }
p { color: rgb(111,17,62); }
H1.HeaderClassName
{
color: #6F113E;
}
.AnyTagClassName
{
color: #6F113E;
}
</style>
background-color css
<style>
a { background-color: #6F113E; }
a { background-color: rgb(111,17,62); }
div.DivClassName
{
background-color: #6F113E;
}
.BgClassName
{
background-color: #6F113E;
}
</style>
border-color css
<style>
span { border-color: #6F113E; }
span { border-color: rgb(111,17,62); }
td.TdClassName
{
border-color: #6F113E;
}
.TagClassName
{
border-color: #6F113E;
}
</style>