Shades of Pompadour #6C103E
Tints of Pompadour #6C103E
RGB
CMYK
RGB Variations
Color information
#6C103E (or 0x6C103E) is known color: Pompadour. HEX triplet: 6C, 10 and 3E. RGB value is (108,16,62). Sum of RGB (Red+Green+Blue) = 108+16+62=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C103E is #93EFC1. Grayscale: #303030. Windows color (decimal): -9695170 or 4067436. OLE color: 4067436.
HSL color Cylindrical-coordinate representation of color #6C103E: hue angle of 330º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C103E is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 16 | 62 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.58 |
| HSL | 330º | 0.74% | 0.24% | - |
| HSV(B) | 330º | 0.85% | 0.42% | - |
| XYZ | 7.24 | 3.91 | 4.93 | - |
| YUV | 48.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 62 | 0 | 0.85 | 0.43 | 0.58 | 330 | 0.74 | 0.24 |
| Hex | 6C | 10 | 3E | 0 | 55 | 2B | 3A | 14A | 4A | 18 |
| Octal | 154 | 20 | 76 | 0 | 125 | 53 | 72 | 512 | 112 | 30 |
| Binary | 1101100 | 10000 | 111110 | 0 | 1010101 | 101011 | 111010 | 101001010 | 1001010 | 11000 |
Color Harmonies of #6C103E
Complementary color
Monochromatic Colors of #6C103E
Black with #6C103E
Text Example
Text Example
White with #6C103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C103E; }
p { color: rgb(108,16,62); }
H1.HeaderClassName
{
color: #6C103E;
}
.AnyTagClassName
{
color: #6C103E;
}
</style>
background-color css
<style>
a { background-color: #6C103E; }
a { background-color: rgb(108,16,62); }
div.DivClassName
{
background-color: #6C103E;
}
.BgClassName
{
background-color: #6C103E;
}
</style>
border-color css
<style>
span { border-color: #6C103E; }
span { border-color: rgb(108,16,62); }
td.TdClassName
{
border-color: #6C103E;
}
.TagClassName
{
border-color: #6C103E;
}
</style>