Shades of Pompadour #6A203D
Tints of Pompadour #6A203D
RGB
CMYK
RGB Variations
Color information
#6A203D (or 0x6A203D) is known color: Pompadour. HEX triplet: 6A, 20 and 3D. RGB value is (106,32,61). Sum of RGB (Red+Green+Blue) = 106+32+61=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A203D is #95DFC2. Grayscale: #393939. Windows color (decimal): -9822147 or 4005994. OLE color: 4005994.
HSL color Cylindrical-coordinate representation of color #6A203D: hue angle of 336.49º 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 #6A203D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 61 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.58 |
| HSL | 336.49º | 0.54% | 0.27% | - |
| HSV(B) | 336.49º | 0.7% | 0.42% | - |
| XYZ | 7.3 | 4.43 | 4.89 | - |
| YUV | 57.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 61 | 0 | 0.70 | 0.42 | 0.58 | 336.49 | 0.54 | 0.27 |
| Hex | 6A | 20 | 3D | 0 | 46 | 2A | 3A | 150 | 36 | 1B |
| Octal | 152 | 40 | 75 | 0 | 106 | 52 | 72 | 520 | 66 | 33 |
| Binary | 1101010 | 100000 | 111101 | 0 | 1000110 | 101010 | 111010 | 101010000 | 110110 | 11011 |
Color Harmonies of #6A203D
Complementary color
Monochromatic Colors of #6A203D
Black with #6A203D
Text Example
Text Example
White with #6A203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A203D; }
p { color: rgb(106,32,61); }
H1.HeaderClassName
{
color: #6A203D;
}
.AnyTagClassName
{
color: #6A203D;
}
</style>
background-color css
<style>
a { background-color: #6A203D; }
a { background-color: rgb(106,32,61); }
div.DivClassName
{
background-color: #6A203D;
}
.BgClassName
{
background-color: #6A203D;
}
</style>
border-color css
<style>
span { border-color: #6A203D; }
span { border-color: rgb(106,32,61); }
td.TdClassName
{
border-color: #6A203D;
}
.TagClassName
{
border-color: #6A203D;
}
</style>