Shades of Pompadour #6F104F
Tints of Pompadour #6F104F
RGB
CMYK
RGB Variations
Color information
#6F104F (or 0x6F104F) is known color: Pompadour. HEX triplet: 6F, 10 and 4F. RGB value is (111,16,79). Sum of RGB (Red+Green+Blue) = 111+16+79=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F104F is #90EFB0. Grayscale: #333333. Windows color (decimal): -9498545 or 5181551. OLE color: 5181551.
HSL color Cylindrical-coordinate representation of color #6F104F: hue angle of 320.21º 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 #6F104F is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 79 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.56 |
| HSL | 320.21º | 0.75% | 0.25% | - |
| HSV(B) | 320.21º | 0.86% | 0.44% | - |
| XYZ | 8.15 | 4.31 | 7.8 | - |
| YUV | 51.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 79 | 0 | 0.86 | 0.29 | 0.56 | 320.21 | 0.75 | 0.25 |
| Hex | 6F | 10 | 4F | 0 | 56 | 1D | 38 | 140 | 4B | 19 |
| Octal | 157 | 20 | 117 | 0 | 126 | 35 | 70 | 500 | 113 | 31 |
| Binary | 1101111 | 10000 | 1001111 | 0 | 1010110 | 11101 | 111000 | 101000000 | 1001011 | 11001 |
Color Harmonies of #6F104F
Complementary color
Monochromatic Colors of #6F104F
Black with #6F104F
Text Example
Text Example
White with #6F104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F104F; }
p { color: rgb(111,16,79); }
H1.HeaderClassName
{
color: #6F104F;
}
.AnyTagClassName
{
color: #6F104F;
}
</style>
background-color css
<style>
a { background-color: #6F104F; }
a { background-color: rgb(111,16,79); }
div.DivClassName
{
background-color: #6F104F;
}
.BgClassName
{
background-color: #6F104F;
}
</style>
border-color css
<style>
span { border-color: #6F104F; }
span { border-color: rgb(111,16,79); }
td.TdClassName
{
border-color: #6F104F;
}
.TagClassName
{
border-color: #6F104F;
}
</style>