Shades of Pompadour #6C1350
Tints of Pompadour #6C1350
RGB
CMYK
RGB Variations
Color information
#6C1350 (or 0x6C1350) is known color: Pompadour. HEX triplet: 6C, 13 and 50. RGB value is (108,19,80). Sum of RGB (Red+Green+Blue) = 108+19+80=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1350 is #93ECAF. Grayscale: #343434. Windows color (decimal): -9694384 or 5247852. OLE color: 5247852.
HSL color Cylindrical-coordinate representation of color #6C1350: hue angle of 318.88º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C1350 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 19 | 80 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.58 |
| HSL | 318.88º | 0.7% | 0.25% | - |
| HSV(B) | 318.88º | 0.82% | 0.42% | - |
| XYZ | 7.87 | 4.23 | 7.99 | - |
| YUV | 52.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 80 | 0 | 0.82 | 0.26 | 0.58 | 318.88 | 0.7 | 0.25 |
| Hex | 6C | 13 | 50 | 0 | 52 | 1A | 3A | 13F | 46 | 19 |
| Octal | 154 | 23 | 120 | 0 | 122 | 32 | 72 | 477 | 106 | 31 |
| Binary | 1101100 | 10011 | 1010000 | 0 | 1010010 | 11010 | 111010 | 100111111 | 1000110 | 11001 |
Color Harmonies of #6C1350
Complementary color
Monochromatic Colors of #6C1350
Black with #6C1350
Text Example
Text Example
White with #6C1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1350; }
p { color: rgb(108,19,80); }
H1.HeaderClassName
{
color: #6C1350;
}
.AnyTagClassName
{
color: #6C1350;
}
</style>
background-color css
<style>
a { background-color: #6C1350; }
a { background-color: rgb(108,19,80); }
div.DivClassName
{
background-color: #6C1350;
}
.BgClassName
{
background-color: #6C1350;
}
</style>
border-color css
<style>
span { border-color: #6C1350; }
span { border-color: rgb(108,19,80); }
td.TdClassName
{
border-color: #6C1350;
}
.TagClassName
{
border-color: #6C1350;
}
</style>