Shades of Pompadour #6F254B
Tints of Pompadour #6F254B
RGB
CMYK
RGB Variations
Color information
#6F254B (or 0x6F254B) is known color: Pompadour. HEX triplet: 6F, 25 and 4B. RGB value is (111,37,75). Sum of RGB (Red+Green+Blue) = 111+37+75=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F254B is #90DAB4. Grayscale: #3F3F3F. Windows color (decimal): -9493173 or 4924783. OLE color: 4924783.
HSL color Cylindrical-coordinate representation of color #6F254B: hue angle of 329.19º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F254B is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 75 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.56 |
| HSL | 329.19º | 0.5% | 0.29% | - |
| HSV(B) | 329.19º | 0.67% | 0.44% | - |
| XYZ | 8.49 | 5.21 | 7.22 | - |
| YUV | 63.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 75 | 0 | 0.67 | 0.32 | 0.56 | 329.19 | 0.5 | 0.29 |
| Hex | 6F | 25 | 4B | 0 | 43 | 20 | 38 | 149 | 32 | 1D |
| Octal | 157 | 45 | 113 | 0 | 103 | 40 | 70 | 511 | 62 | 35 |
| Binary | 1101111 | 100101 | 1001011 | 0 | 1000011 | 100000 | 111000 | 101001001 | 110010 | 11101 |
Color Harmonies of #6F254B
Complementary color
Monochromatic Colors of #6F254B
Black with #6F254B
Text Example
Text Example
White with #6F254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F254B; }
p { color: rgb(111,37,75); }
H1.HeaderClassName
{
color: #6F254B;
}
.AnyTagClassName
{
color: #6F254B;
}
</style>
background-color css
<style>
a { background-color: #6F254B; }
a { background-color: rgb(111,37,75); }
div.DivClassName
{
background-color: #6F254B;
}
.BgClassName
{
background-color: #6F254B;
}
</style>
border-color css
<style>
span { border-color: #6F254B; }
span { border-color: rgb(111,37,75); }
td.TdClassName
{
border-color: #6F254B;
}
.TagClassName
{
border-color: #6F254B;
}
</style>