Shades of Pompadour #6A2D4D
Tints of Pompadour #6A2D4D
RGB
CMYK
RGB Variations
Color information
#6A2D4D (or 0x6A2D4D) is known color: Pompadour. HEX triplet: 6A, 2D and 4D. RGB value is (106,45,77). Sum of RGB (Red+Green+Blue) = 106+45+77=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2D4D is #95D2B2. Grayscale: #424242. Windows color (decimal): -9818803 or 5057898. OLE color: 5057898.
HSL color Cylindrical-coordinate representation of color #6A2D4D: hue angle of 328.52º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A2D4D is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 45 | 77 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.58 |
| HSL | 328.52º | 0.4% | 0.3% | - |
| HSV(B) | 328.52º | 0.58% | 0.42% | - |
| XYZ | 8.22 | 5.48 | 7.64 | - |
| YUV | 66.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 45 | 77 | 0 | 0.58 | 0.27 | 0.58 | 328.52 | 0.4 | 0.3 |
| Hex | 6A | 2D | 4D | 0 | 3A | 1B | 3A | 149 | 28 | 1E |
| Octal | 152 | 55 | 115 | 0 | 72 | 33 | 72 | 511 | 50 | 36 |
| Binary | 1101010 | 101101 | 1001101 | 0 | 111010 | 11011 | 111010 | 101001001 | 101000 | 11110 |
Color Harmonies of #6A2D4D
Complementary color
Monochromatic Colors of #6A2D4D
Black with #6A2D4D
Text Example
Text Example
White with #6A2D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2D4D; }
p { color: rgb(106,45,77); }
H1.HeaderClassName
{
color: #6A2D4D;
}
.AnyTagClassName
{
color: #6A2D4D;
}
</style>
background-color css
<style>
a { background-color: #6A2D4D; }
a { background-color: rgb(106,45,77); }
div.DivClassName
{
background-color: #6A2D4D;
}
.BgClassName
{
background-color: #6A2D4D;
}
</style>
border-color css
<style>
span { border-color: #6A2D4D; }
span { border-color: rgb(106,45,77); }
td.TdClassName
{
border-color: #6A2D4D;
}
.TagClassName
{
border-color: #6A2D4D;
}
</style>