Shades of Pompadour #6B203E
Tints of Pompadour #6B203E
RGB
CMYK
RGB Variations
Color information
#6B203E (or 0x6B203E) is known color: Pompadour. HEX triplet: 6B, 20 and 3E. RGB value is (107,32,62). Sum of RGB (Red+Green+Blue) = 107+32+62=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B203E is #94DFC1. Grayscale: #393939. Windows color (decimal): -9756610 or 4071531. OLE color: 4071531.
HSL color Cylindrical-coordinate representation of color #6B203E: hue angle of 336º 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 #6B203E is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 32 | 62 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.58 |
| HSL | 336º | 0.54% | 0.27% | - |
| HSV(B) | 336º | 0.7% | 0.42% | - |
| XYZ | 7.45 | 4.51 | 5.03 | - |
| YUV | 57.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 62 | 0 | 0.70 | 0.42 | 0.58 | 336 | 0.54 | 0.27 |
| Hex | 6B | 20 | 3E | 0 | 46 | 2A | 3A | 150 | 36 | 1B |
| Octal | 153 | 40 | 76 | 0 | 106 | 52 | 72 | 520 | 66 | 33 |
| Binary | 1101011 | 100000 | 111110 | 0 | 1000110 | 101010 | 111010 | 101010000 | 110110 | 11011 |
Color Harmonies of #6B203E
Complementary color
Monochromatic Colors of #6B203E
Black with #6B203E
Text Example
Text Example
White with #6B203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B203E; }
p { color: rgb(107,32,62); }
H1.HeaderClassName
{
color: #6B203E;
}
.AnyTagClassName
{
color: #6B203E;
}
</style>
background-color css
<style>
a { background-color: #6B203E; }
a { background-color: rgb(107,32,62); }
div.DivClassName
{
background-color: #6B203E;
}
.BgClassName
{
background-color: #6B203E;
}
</style>
border-color css
<style>
span { border-color: #6B203E; }
span { border-color: rgb(107,32,62); }
td.TdClassName
{
border-color: #6B203E;
}
.TagClassName
{
border-color: #6B203E;
}
</style>