Shades of Pompadour #6C203F
Tints of Pompadour #6C203F
RGB
CMYK
RGB Variations
Color information
#6C203F (or 0x6C203F) is known color: Pompadour. HEX triplet: 6C, 20 and 3F. RGB value is (108,32,63). Sum of RGB (Red+Green+Blue) = 108+32+63=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C203F is #93DFC0. Grayscale: #3A3A3A. Windows color (decimal): -9691073 or 4137068. OLE color: 4137068.
HSL color Cylindrical-coordinate representation of color #6C203F: hue angle of 335.53º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C203F is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 32 | 63 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.58 |
| HSL | 335.53º | 0.54% | 0.27% | - |
| HSV(B) | 335.53º | 0.7% | 0.42% | - |
| XYZ | 7.6 | 4.58 | 5.19 | - |
| YUV | 58.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 63 | 0 | 0.70 | 0.42 | 0.58 | 335.53 | 0.54 | 0.27 |
| Hex | 6C | 20 | 3F | 0 | 46 | 2A | 3A | 150 | 36 | 1B |
| Octal | 154 | 40 | 77 | 0 | 106 | 52 | 72 | 520 | 66 | 33 |
| Binary | 1101100 | 100000 | 111111 | 0 | 1000110 | 101010 | 111010 | 101010000 | 110110 | 11011 |
Color Harmonies of #6C203F
Complementary color
Monochromatic Colors of #6C203F
Black with #6C203F
Text Example
Text Example
White with #6C203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C203F; }
p { color: rgb(108,32,63); }
H1.HeaderClassName
{
color: #6C203F;
}
.AnyTagClassName
{
color: #6C203F;
}
</style>
background-color css
<style>
a { background-color: #6C203F; }
a { background-color: rgb(108,32,63); }
div.DivClassName
{
background-color: #6C203F;
}
.BgClassName
{
background-color: #6C203F;
}
</style>
border-color css
<style>
span { border-color: #6C203F; }
span { border-color: rgb(108,32,63); }
td.TdClassName
{
border-color: #6C203F;
}
.TagClassName
{
border-color: #6C203F;
}
</style>