Shades of Monarch #6B2630
Tints of Monarch #6B2630
RGB
CMYK
RGB Variations
Color information
#6B2630 (or 0x6B2630) is known color: Monarch. HEX triplet: 6B, 26 and 30. RGB value is (107,38,48). Sum of RGB (Red+Green+Blue) = 107+38+48=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2630 is #94D9CF. Grayscale: #3B3B3B. Windows color (decimal): -9755088 or 3155563. OLE color: 3155563.
HSL color Cylindrical-coordinate representation of color #6B2630: hue angle of 351.3º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B2630 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 38 | 48 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.58 |
| HSL | 351.3º | 0.48% | 0.28% | - |
| HSV(B) | 351.3º | 0.64% | 0.42% | - |
| XYZ | 7.29 | 4.73 | 3.32 | - |
| YUV | 59.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 38 | 48 | 0 | 0.64 | 0.55 | 0.58 | 351.3 | 0.48 | 0.28 |
| Hex | 6B | 26 | 30 | 0 | 40 | 37 | 3A | 15F | 30 | 1C |
| Octal | 153 | 46 | 60 | 0 | 100 | 67 | 72 | 537 | 60 | 34 |
| Binary | 1101011 | 100110 | 110000 | 0 | 1000000 | 110111 | 111010 | 101011111 | 110000 | 11100 |
Color Harmonies of #6B2630
Complementary color
Monochromatic Colors of #6B2630
Black with #6B2630
Text Example
Text Example
White with #6B2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2630; }
p { color: rgb(107,38,48); }
H1.HeaderClassName
{
color: #6B2630;
}
.AnyTagClassName
{
color: #6B2630;
}
</style>
background-color css
<style>
a { background-color: #6B2630; }
a { background-color: rgb(107,38,48); }
div.DivClassName
{
background-color: #6B2630;
}
.BgClassName
{
background-color: #6B2630;
}
</style>
border-color css
<style>
span { border-color: #6B2630; }
span { border-color: rgb(107,38,48); }
td.TdClassName
{
border-color: #6B2630;
}
.TagClassName
{
border-color: #6B2630;
}
</style>