Shades of Pompadour #6B1150
Tints of Pompadour #6B1150
RGB
CMYK
RGB Variations
Color information
#6B1150 (or 0x6B1150) is known color: Pompadour. HEX triplet: 6B, 11 and 50. RGB value is (107,17,80). Sum of RGB (Red+Green+Blue) = 107+17+80=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1150 is #94EEAF. Grayscale: #323232. Windows color (decimal): -9760432 or 5247339. OLE color: 5247339.
HSL color Cylindrical-coordinate representation of color #6B1150: hue angle of 318º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1150 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 17 | 80 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.58 |
| HSL | 318º | 0.73% | 0.24% | - |
| HSV(B) | 318º | 0.84% | 0.42% | - |
| XYZ | 7.71 | 4.11 | 7.98 | - |
| YUV | 51.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 80 | 0 | 0.84 | 0.25 | 0.58 | 318 | 0.73 | 0.24 |
| Hex | 6B | 11 | 50 | 0 | 54 | 19 | 3A | 13E | 49 | 18 |
| Octal | 153 | 21 | 120 | 0 | 124 | 31 | 72 | 476 | 111 | 30 |
| Binary | 1101011 | 10001 | 1010000 | 0 | 1010100 | 11001 | 111010 | 100111110 | 1001001 | 11000 |
Color Harmonies of #6B1150
Complementary color
Monochromatic Colors of #6B1150
Black with #6B1150
Text Example
Text Example
White with #6B1150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1150; }
p { color: rgb(107,17,80); }
H1.HeaderClassName
{
color: #6B1150;
}
.AnyTagClassName
{
color: #6B1150;
}
</style>
background-color css
<style>
a { background-color: #6B1150; }
a { background-color: rgb(107,17,80); }
div.DivClassName
{
background-color: #6B1150;
}
.BgClassName
{
background-color: #6B1150;
}
</style>
border-color css
<style>
span { border-color: #6B1150; }
span { border-color: rgb(107,17,80); }
td.TdClassName
{
border-color: #6B1150;
}
.TagClassName
{
border-color: #6B1150;
}
</style>