Shades of Pompadour #6C1A53
Tints of Pompadour #6C1A53
RGB
CMYK
RGB Variations
Color information
#6C1A53 (or 0x6C1A53) is known color: Pompadour. HEX triplet: 6C, 1A and 53. RGB value is (108,26,83). Sum of RGB (Red+Green+Blue) = 108+26+83=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1A53 is #93E5AC. Grayscale: #383838. Windows color (decimal): -9692589 or 5446252. OLE color: 5446252.
HSL color Cylindrical-coordinate representation of color #6C1A53: hue angle of 318.29º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C1A53 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 26 | 83 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.58 |
| HSL | 318.29º | 0.61% | 0.26% | - |
| HSV(B) | 318.29º | 0.76% | 0.42% | - |
| XYZ | 8.12 | 4.55 | 8.63 | - |
| YUV | 57.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 26 | 83 | 0 | 0.76 | 0.23 | 0.58 | 318.29 | 0.61 | 0.26 |
| Hex | 6C | 1A | 53 | 0 | 4C | 17 | 3A | 13E | 3D | 1A |
| Octal | 154 | 32 | 123 | 0 | 114 | 27 | 72 | 476 | 75 | 32 |
| Binary | 1101100 | 11010 | 1010011 | 0 | 1001100 | 10111 | 111010 | 100111110 | 111101 | 11010 |
Color Harmonies of #6C1A53
Complementary color
Monochromatic Colors of #6C1A53
Black with #6C1A53
Text Example
Text Example
White with #6C1A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1A53; }
p { color: rgb(108,26,83); }
H1.HeaderClassName
{
color: #6C1A53;
}
.AnyTagClassName
{
color: #6C1A53;
}
</style>
background-color css
<style>
a { background-color: #6C1A53; }
a { background-color: rgb(108,26,83); }
div.DivClassName
{
background-color: #6C1A53;
}
.BgClassName
{
background-color: #6C1A53;
}
</style>
border-color css
<style>
span { border-color: #6C1A53; }
span { border-color: rgb(108,26,83); }
td.TdClassName
{
border-color: #6C1A53;
}
.TagClassName
{
border-color: #6C1A53;
}
</style>