Shades of Pompadour #6F1051
Tints of Pompadour #6F1051
RGB
CMYK
RGB Variations
Color information
#6F1051 (or 0x6F1051) is known color: Pompadour. HEX triplet: 6F, 10 and 51. RGB value is (111,16,81). Sum of RGB (Red+Green+Blue) = 111+16+81=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1051 is #90EFAE. Grayscale: #333333. Windows color (decimal): -9498543 or 5312623. OLE color: 5312623.
HSL color Cylindrical-coordinate representation of color #6F1051: hue angle of 318.95º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1051 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 81 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.56 |
| HSL | 318.95º | 0.75% | 0.25% | - |
| HSV(B) | 318.95º | 0.86% | 0.44% | - |
| XYZ | 8.23 | 4.34 | 8.19 | - |
| YUV | 51.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 81 | 0 | 0.86 | 0.27 | 0.56 | 318.95 | 0.75 | 0.25 |
| Hex | 6F | 10 | 51 | 0 | 56 | 1B | 38 | 13F | 4B | 19 |
| Octal | 157 | 20 | 121 | 0 | 126 | 33 | 70 | 477 | 113 | 31 |
| Binary | 1101111 | 10000 | 1010001 | 0 | 1010110 | 11011 | 111000 | 100111111 | 1001011 | 11001 |
Color Harmonies of #6F1051
Complementary color
Monochromatic Colors of #6F1051
Black with #6F1051
Text Example
Text Example
White with #6F1051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1051; }
p { color: rgb(111,16,81); }
H1.HeaderClassName
{
color: #6F1051;
}
.AnyTagClassName
{
color: #6F1051;
}
</style>
background-color css
<style>
a { background-color: #6F1051; }
a { background-color: rgb(111,16,81); }
div.DivClassName
{
background-color: #6F1051;
}
.BgClassName
{
background-color: #6F1051;
}
</style>
border-color css
<style>
span { border-color: #6F1051; }
span { border-color: rgb(111,16,81); }
td.TdClassName
{
border-color: #6F1051;
}
.TagClassName
{
border-color: #6F1051;
}
</style>