Shades of Myrtle #062102
Tints of Myrtle #062102
RGB
CMYK
RGB Variations
Color information
#062102 (or 0x062102) is known color: Myrtle. HEX triplet: 06, 21 and 02. RGB value is (6,33,2). Sum of RGB (Red+Green+Blue) = 6+33+2=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 33 (13.28% from 255 or 80.49% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 33 - color contains mainly: green. Hex color #062102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062102 is #F9DEFD. Grayscale: #151515. Windows color (decimal): -16375550 or 139526. OLE color: 139526.
HSL color Cylindrical-coordinate representation of color #062102: hue angle of 112.26º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062102 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 33 | 2 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.87 |
| HSL | 112.26º | 0.89% | 0.07% | - |
| HSV(B) | 112.26º | 0.94% | 0.13% | - |
| XYZ | 0.63 | 1.13 | 0.24 | - |
| YUV | 21.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 2 | 0.82 | 0 | 0.94 | 0.87 | 112.26 | 0.89 | 0.07 |
| Hex | 6 | 21 | 2 | 52 | 0 | 5E | 57 | 70 | 59 | 7 |
| Octal | 6 | 41 | 2 | 122 | 0 | 136 | 127 | 160 | 131 | 7 |
| Binary | 110 | 100001 | 10 | 1010010 | 0 | 1011110 | 1010111 | 1110000 | 1011001 | 111 |
Color Harmonies of #062102
Complementary color
Monochromatic Colors of #062102
Black with #062102
Text Example
Text Example
White with #062102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062102; }
p { color: rgb(6,33,2); }
H1.HeaderClassName
{
color: #062102;
}
.AnyTagClassName
{
color: #062102;
}
</style>
background-color css
<style>
a { background-color: #062102; }
a { background-color: rgb(6,33,2); }
div.DivClassName
{
background-color: #062102;
}
.BgClassName
{
background-color: #062102;
}
</style>
border-color css
<style>
span { border-color: #062102; }
span { border-color: rgb(6,33,2); }
td.TdClassName
{
border-color: #062102;
}
.TagClassName
{
border-color: #062102;
}
</style>