Shades of Monarch #6D2630
Tints of Monarch #6D2630
RGB
CMYK
RGB Variations
Color information
#6D2630 (or 0x6D2630) is known color: Monarch. HEX triplet: 6D, 26 and 30. RGB value is (109,38,48). Sum of RGB (Red+Green+Blue) = 109+38+48=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2630 is #92D9CF. Grayscale: #3C3C3C. Windows color (decimal): -9624016 or 3155565. OLE color: 3155565.
HSL color Cylindrical-coordinate representation of color #6D2630: hue angle of 351.55º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D2630 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 38 | 48 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.57 |
| HSL | 351.55º | 0.48% | 0.29% | - |
| HSV(B) | 351.55º | 0.65% | 0.43% | - |
| XYZ | 7.53 | 4.85 | 3.34 | - |
| YUV | 60.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 48 | 0 | 0.65 | 0.56 | 0.57 | 351.55 | 0.48 | 0.29 |
| Hex | 6D | 26 | 30 | 0 | 41 | 38 | 39 | 160 | 30 | 1D |
| Octal | 155 | 46 | 60 | 0 | 101 | 70 | 71 | 540 | 60 | 35 |
| Binary | 1101101 | 100110 | 110000 | 0 | 1000001 | 111000 | 111001 | 101100000 | 110000 | 11101 |
Color Harmonies of #6D2630
Complementary color
Monochromatic Colors of #6D2630
Black with #6D2630
Text Example
Text Example
White with #6D2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2630; }
p { color: rgb(109,38,48); }
H1.HeaderClassName
{
color: #6D2630;
}
.AnyTagClassName
{
color: #6D2630;
}
</style>
background-color css
<style>
a { background-color: #6D2630; }
a { background-color: rgb(109,38,48); }
div.DivClassName
{
background-color: #6D2630;
}
.BgClassName
{
background-color: #6D2630;
}
</style>
border-color css
<style>
span { border-color: #6D2630; }
span { border-color: rgb(109,38,48); }
td.TdClassName
{
border-color: #6D2630;
}
.TagClassName
{
border-color: #6D2630;
}
</style>