Shades of Monarch #6A2029
Tints of Monarch #6A2029
RGB
CMYK
RGB Variations
Color information
#6A2029 (or 0x6A2029) is known color: Monarch. HEX triplet: 6A, 20 and 29. RGB value is (106,32,41). Sum of RGB (Red+Green+Blue) = 106+32+41=179 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.22% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2029 is #95DFD6. Grayscale: #373737. Windows color (decimal): -9822167 or 2695274. OLE color: 2695274.
HSL color Cylindrical-coordinate representation of color #6A2029: hue angle of 352.7º 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 #6A2029 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 41 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.58 |
| HSL | 352.7º | 0.54% | 0.27% | - |
| HSV(B) | 352.7º | 0.7% | 0.42% | - |
| XYZ | 6.86 | 4.26 | 2.56 | - |
| YUV | 55.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 41 | 0 | 0.70 | 0.61 | 0.58 | 352.7 | 0.54 | 0.27 |
| Hex | 6A | 20 | 29 | 0 | 46 | 3D | 3A | 161 | 36 | 1B |
| Octal | 152 | 40 | 51 | 0 | 106 | 75 | 72 | 541 | 66 | 33 |
| Binary | 1101010 | 100000 | 101001 | 0 | 1000110 | 111101 | 111010 | 101100001 | 110110 | 11011 |
Color Harmonies of #6A2029
Complementary color
Monochromatic Colors of #6A2029
Black with #6A2029
Text Example
Text Example
White with #6A2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2029; }
p { color: rgb(106,32,41); }
H1.HeaderClassName
{
color: #6A2029;
}
.AnyTagClassName
{
color: #6A2029;
}
</style>
background-color css
<style>
a { background-color: #6A2029; }
a { background-color: rgb(106,32,41); }
div.DivClassName
{
background-color: #6A2029;
}
.BgClassName
{
background-color: #6A2029;
}
</style>
border-color css
<style>
span { border-color: #6A2029; }
span { border-color: rgb(106,32,41); }
td.TdClassName
{
border-color: #6A2029;
}
.TagClassName
{
border-color: #6A2029;
}
</style>