Shades of Pompadour #6F2650
Tints of Pompadour #6F2650
RGB
CMYK
RGB Variations
Color information
#6F2650 (or 0x6F2650) is known color: Pompadour. HEX triplet: 6F, 26 and 50. RGB value is (111,38,80). Sum of RGB (Red+Green+Blue) = 111+38+80=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2650 is #90D9AF. Grayscale: #404040. Windows color (decimal): -9492912 or 5252719. OLE color: 5252719.
HSL color Cylindrical-coordinate representation of color #6F2650: hue angle of 325.48º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F2650 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 38 | 80 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.56 |
| HSL | 325.48º | 0.49% | 0.29% | - |
| HSV(B) | 325.48º | 0.66% | 0.44% | - |
| XYZ | 8.7 | 5.34 | 8.16 | - |
| YUV | 64.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 80 | 0 | 0.66 | 0.28 | 0.56 | 325.48 | 0.49 | 0.29 |
| Hex | 6F | 26 | 50 | 0 | 42 | 1C | 38 | 145 | 31 | 1D |
| Octal | 157 | 46 | 120 | 0 | 102 | 34 | 70 | 505 | 61 | 35 |
| Binary | 1101111 | 100110 | 1010000 | 0 | 1000010 | 11100 | 111000 | 101000101 | 110001 | 11101 |
Color Harmonies of #6F2650
Complementary color
Monochromatic Colors of #6F2650
Black with #6F2650
Text Example
Text Example
White with #6F2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2650; }
p { color: rgb(111,38,80); }
H1.HeaderClassName
{
color: #6F2650;
}
.AnyTagClassName
{
color: #6F2650;
}
</style>
background-color css
<style>
a { background-color: #6F2650; }
a { background-color: rgb(111,38,80); }
div.DivClassName
{
background-color: #6F2650;
}
.BgClassName
{
background-color: #6F2650;
}
</style>
border-color css
<style>
span { border-color: #6F2650; }
span { border-color: rgb(111,38,80); }
td.TdClassName
{
border-color: #6F2650;
}
.TagClassName
{
border-color: #6F2650;
}
</style>