Shades of Pompadour #6A1D43
Tints of Pompadour #6A1D43
RGB
CMYK
RGB Variations
Color information
#6A1D43 (or 0x6A1D43) is known color: Pompadour. HEX triplet: 6A, 1D and 43. RGB value is (106,29,67). Sum of RGB (Red+Green+Blue) = 106+29+67=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1D43 is #95E2BC. Grayscale: #383838. Windows color (decimal): -9822909 or 4398442. OLE color: 4398442.
HSL color Cylindrical-coordinate representation of color #6A1D43: hue angle of 330.39º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A1D43 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 29 | 67 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.58 |
| HSL | 330.39º | 0.57% | 0.26% | - |
| HSV(B) | 330.39º | 0.73% | 0.42% | - |
| XYZ | 7.4 | 4.35 | 5.76 | - |
| YUV | 56.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 29 | 67 | 0 | 0.73 | 0.37 | 0.58 | 330.39 | 0.57 | 0.26 |
| Hex | 6A | 1D | 43 | 0 | 49 | 25 | 3A | 14A | 39 | 1A |
| Octal | 152 | 35 | 103 | 0 | 111 | 45 | 72 | 512 | 71 | 32 |
| Binary | 1101010 | 11101 | 1000011 | 0 | 1001001 | 100101 | 111010 | 101001010 | 111001 | 11010 |
Color Harmonies of #6A1D43
Complementary color
Monochromatic Colors of #6A1D43
Black with #6A1D43
Text Example
Text Example
White with #6A1D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1D43; }
p { color: rgb(106,29,67); }
H1.HeaderClassName
{
color: #6A1D43;
}
.AnyTagClassName
{
color: #6A1D43;
}
</style>
background-color css
<style>
a { background-color: #6A1D43; }
a { background-color: rgb(106,29,67); }
div.DivClassName
{
background-color: #6A1D43;
}
.BgClassName
{
background-color: #6A1D43;
}
</style>
border-color css
<style>
span { border-color: #6A1D43; }
span { border-color: rgb(106,29,67); }
td.TdClassName
{
border-color: #6A1D43;
}
.TagClassName
{
border-color: #6A1D43;
}
</style>