Shades of Pompadour #6C213F
Tints of Pompadour #6C213F
RGB
CMYK
RGB Variations
Color information
#6C213F (or 0x6C213F) is known color: Pompadour. HEX triplet: 6C, 21 and 3F. RGB value is (108,33,63). Sum of RGB (Red+Green+Blue) = 108+33+63=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C213F is #93DEC0. Grayscale: #3A3A3A. Windows color (decimal): -9690817 or 4137324. OLE color: 4137324.
HSL color Cylindrical-coordinate representation of color #6C213F: hue angle of 336º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C213F is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 33 | 63 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.58 |
| HSL | 336º | 0.53% | 0.28% | - |
| HSV(B) | 336º | 0.69% | 0.42% | - |
| XYZ | 7.63 | 4.63 | 5.2 | - |
| YUV | 58.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 63 | 0 | 0.69 | 0.42 | 0.58 | 336 | 0.53 | 0.28 |
| Hex | 6C | 21 | 3F | 0 | 45 | 2A | 3A | 150 | 35 | 1C |
| Octal | 154 | 41 | 77 | 0 | 105 | 52 | 72 | 520 | 65 | 34 |
| Binary | 1101100 | 100001 | 111111 | 0 | 1000101 | 101010 | 111010 | 101010000 | 110101 | 11100 |
Color Harmonies of #6C213F
Complementary color
Monochromatic Colors of #6C213F
Black with #6C213F
Text Example
Text Example
White with #6C213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C213F; }
p { color: rgb(108,33,63); }
H1.HeaderClassName
{
color: #6C213F;
}
.AnyTagClassName
{
color: #6C213F;
}
</style>
background-color css
<style>
a { background-color: #6C213F; }
a { background-color: rgb(108,33,63); }
div.DivClassName
{
background-color: #6C213F;
}
.BgClassName
{
background-color: #6C213F;
}
</style>
border-color css
<style>
span { border-color: #6C213F; }
span { border-color: rgb(108,33,63); }
td.TdClassName
{
border-color: #6C213F;
}
.TagClassName
{
border-color: #6C213F;
}
</style>