Shades of Pompadour #6F1C40
Tints of Pompadour #6F1C40
RGB
CMYK
RGB Variations
Color information
#6F1C40 (or 0x6F1C40) is known color: Pompadour. HEX triplet: 6F, 1C and 40. RGB value is (111,28,64). Sum of RGB (Red+Green+Blue) = 111+28+64=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1C40 is #90E3BF. Grayscale: #383838. Windows color (decimal): -9495488 or 4201583. OLE color: 4201583.
HSL color Cylindrical-coordinate representation of color #6F1C40: hue angle of 333.98º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F1C40 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 28 | 64 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.56 |
| HSL | 333.98º | 0.6% | 0.27% | - |
| HSV(B) | 333.98º | 0.75% | 0.44% | - |
| XYZ | 7.9 | 4.58 | 5.32 | - |
| YUV | 56.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 64 | 0 | 0.75 | 0.42 | 0.56 | 333.98 | 0.6 | 0.27 |
| Hex | 6F | 1C | 40 | 0 | 4B | 2A | 38 | 14E | 3C | 1B |
| Octal | 157 | 34 | 100 | 0 | 113 | 52 | 70 | 516 | 74 | 33 |
| Binary | 1101111 | 11100 | 1000000 | 0 | 1001011 | 101010 | 111000 | 101001110 | 111100 | 11011 |
Color Harmonies of #6F1C40
Complementary color
Monochromatic Colors of #6F1C40
Black with #6F1C40
Text Example
Text Example
White with #6F1C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1C40; }
p { color: rgb(111,28,64); }
H1.HeaderClassName
{
color: #6F1C40;
}
.AnyTagClassName
{
color: #6F1C40;
}
</style>
background-color css
<style>
a { background-color: #6F1C40; }
a { background-color: rgb(111,28,64); }
div.DivClassName
{
background-color: #6F1C40;
}
.BgClassName
{
background-color: #6F1C40;
}
</style>
border-color css
<style>
span { border-color: #6F1C40; }
span { border-color: rgb(111,28,64); }
td.TdClassName
{
border-color: #6F1C40;
}
.TagClassName
{
border-color: #6F1C40;
}
</style>