Shades of Pompadour #6F0F46
Tints of Pompadour #6F0F46
RGB
CMYK
RGB Variations
Color information
#6F0F46 (or 0x6F0F46) is known color: Pompadour. HEX triplet: 6F, 0F and 46. RGB value is (111,15,70). Sum of RGB (Red+Green+Blue) = 111+15+70=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F46 is #90F0B9. Grayscale: #313131. Windows color (decimal): -9498810 or 4591471. OLE color: 4591471.
HSL color Cylindrical-coordinate representation of color #6F0F46: hue angle of 325.62º degrees, saturation: 0.76, 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 #6F0F46 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 70 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.56 |
| HSL | 325.63º | 0.76% | 0.25% | - |
| HSV(B) | 325.63º | 0.86% | 0.44% | - |
| XYZ | 7.83 | 4.16 | 6.19 | - |
| YUV | 49.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 70 | 0 | 0.86 | 0.37 | 0.56 | 325.63 | 0.76 | 0.25 |
| Hex | 6F | F | 46 | 0 | 56 | 25 | 38 | 146 | 4C | 19 |
| Octal | 157 | 17 | 106 | 0 | 126 | 45 | 70 | 506 | 114 | 31 |
| Binary | 1101111 | 1111 | 1000110 | 0 | 1010110 | 100101 | 111000 | 101000110 | 1001100 | 11001 |
Color Harmonies of #6F0F46
Complementary color
Monochromatic Colors of #6F0F46
Black with #6F0F46
Text Example
Text Example
White with #6F0F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F46; }
p { color: rgb(111,15,70); }
H1.HeaderClassName
{
color: #6F0F46;
}
.AnyTagClassName
{
color: #6F0F46;
}
</style>
background-color css
<style>
a { background-color: #6F0F46; }
a { background-color: rgb(111,15,70); }
div.DivClassName
{
background-color: #6F0F46;
}
.BgClassName
{
background-color: #6F0F46;
}
</style>
border-color css
<style>
span { border-color: #6F0F46; }
span { border-color: rgb(111,15,70); }
td.TdClassName
{
border-color: #6F0F46;
}
.TagClassName
{
border-color: #6F0F46;
}
</style>