Shades of Pompadour #6F2455
Tints of Pompadour #6F2455
RGB
CMYK
RGB Variations
Color information
#6F2455 (or 0x6F2455) is known color: Pompadour. HEX triplet: 6F, 24 and 55. RGB value is (111,36,85). Sum of RGB (Red+Green+Blue) = 111+36+85=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2455 is #90DBAA. Grayscale: #3F3F3F. Windows color (decimal): -9493419 or 5579887. OLE color: 5579887.
HSL color Cylindrical-coordinate representation of color #6F2455: hue angle of 320.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2455 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 85 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.56 |
| HSL | 320.8º | 0.51% | 0.29% | - |
| HSV(B) | 320.8º | 0.68% | 0.44% | - |
| XYZ | 8.83 | 5.3 | 9.15 | - |
| YUV | 64.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 85 | 0 | 0.68 | 0.23 | 0.56 | 320.8 | 0.51 | 0.29 |
| Hex | 6F | 24 | 55 | 0 | 44 | 17 | 38 | 141 | 33 | 1D |
| Octal | 157 | 44 | 125 | 0 | 104 | 27 | 70 | 501 | 63 | 35 |
| Binary | 1101111 | 100100 | 1010101 | 0 | 1000100 | 10111 | 111000 | 101000001 | 110011 | 11101 |
Color Harmonies of #6F2455
Complementary color
Monochromatic Colors of #6F2455
Black with #6F2455
Text Example
Text Example
White with #6F2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2455; }
p { color: rgb(111,36,85); }
H1.HeaderClassName
{
color: #6F2455;
}
.AnyTagClassName
{
color: #6F2455;
}
</style>
background-color css
<style>
a { background-color: #6F2455; }
a { background-color: rgb(111,36,85); }
div.DivClassName
{
background-color: #6F2455;
}
.BgClassName
{
background-color: #6F2455;
}
</style>
border-color css
<style>
span { border-color: #6F2455; }
span { border-color: rgb(111,36,85); }
td.TdClassName
{
border-color: #6F2455;
}
.TagClassName
{
border-color: #6F2455;
}
</style>