Shades of Pompadour #6F173C
Tints of Pompadour #6F173C
RGB
CMYK
RGB Variations
Color information
#6F173C (or 0x6F173C) is known color: Pompadour. HEX triplet: 6F, 17 and 3C. RGB value is (111,23,60). Sum of RGB (Red+Green+Blue) = 111+23+60=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F173C is #90E8C3. Grayscale: #353535. Windows color (decimal): -9496772 or 3938159. OLE color: 3938159.
HSL color Cylindrical-coordinate representation of color #6F173C: hue angle of 334.77º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F173C is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 60 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.56 |
| HSL | 334.77º | 0.66% | 0.26% | - |
| HSV(B) | 334.77º | 0.79% | 0.44% | - |
| XYZ | 7.68 | 4.32 | 4.7 | - |
| YUV | 53.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 60 | 0 | 0.79 | 0.46 | 0.56 | 334.77 | 0.66 | 0.26 |
| Hex | 6F | 17 | 3C | 0 | 4F | 2E | 38 | 14F | 42 | 1A |
| Octal | 157 | 27 | 74 | 0 | 117 | 56 | 70 | 517 | 102 | 32 |
| Binary | 1101111 | 10111 | 111100 | 0 | 1001111 | 101110 | 111000 | 101001111 | 1000010 | 11010 |
Color Harmonies of #6F173C
Complementary color
Monochromatic Colors of #6F173C
Black with #6F173C
Text Example
Text Example
White with #6F173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F173C; }
p { color: rgb(111,23,60); }
H1.HeaderClassName
{
color: #6F173C;
}
.AnyTagClassName
{
color: #6F173C;
}
</style>
background-color css
<style>
a { background-color: #6F173C; }
a { background-color: rgb(111,23,60); }
div.DivClassName
{
background-color: #6F173C;
}
.BgClassName
{
background-color: #6F173C;
}
</style>
border-color css
<style>
span { border-color: #6F173C; }
span { border-color: rgb(111,23,60); }
td.TdClassName
{
border-color: #6F173C;
}
.TagClassName
{
border-color: #6F173C;
}
</style>