Shades of Pompadour #6F113C
Tints of Pompadour #6F113C
RGB
CMYK
RGB Variations
Color information
#6F113C (or 0x6F113C) is known color: Pompadour. HEX triplet: 6F, 11 and 3C. RGB value is (111,17,60). Sum of RGB (Red+Green+Blue) = 111+17+60=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F113C is #90EEC3. Grayscale: #313131. Windows color (decimal): -9498308 or 3936623. OLE color: 3936623.
HSL color Cylindrical-coordinate representation of color #6F113C: hue angle of 332.55º 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 #6F113C is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 60 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.56 |
| HSL | 332.55º | 0.73% | 0.25% | - |
| HSV(B) | 332.55º | 0.85% | 0.44% | - |
| XYZ | 7.57 | 4.11 | 4.67 | - |
| YUV | 50.01 | 133.64 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 60 | 0 | 0.85 | 0.46 | 0.56 | 332.55 | 0.73 | 0.25 |
| Hex | 6F | 11 | 3C | 0 | 55 | 2E | 38 | 14D | 49 | 19 |
| Octal | 157 | 21 | 74 | 0 | 125 | 56 | 70 | 515 | 111 | 31 |
| Binary | 1101111 | 10001 | 111100 | 0 | 1010101 | 101110 | 111000 | 101001101 | 1001001 | 11001 |
Color Harmonies of #6F113C
Complementary color
Monochromatic Colors of #6F113C
Black with #6F113C
Text Example
Text Example
White with #6F113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F113C; }
p { color: rgb(111,17,60); }
H1.HeaderClassName
{
color: #6F113C;
}
.AnyTagClassName
{
color: #6F113C;
}
</style>
background-color css
<style>
a { background-color: #6F113C; }
a { background-color: rgb(111,17,60); }
div.DivClassName
{
background-color: #6F113C;
}
.BgClassName
{
background-color: #6F113C;
}
</style>
border-color css
<style>
span { border-color: #6F113C; }
span { border-color: rgb(111,17,60); }
td.TdClassName
{
border-color: #6F113C;
}
.TagClassName
{
border-color: #6F113C;
}
</style>