Shades of Myrtle #062501
Tints of Myrtle #062501
RGB
CMYK
RGB Variations
Color information
#062501 (or 0x062501) is known color: Myrtle. HEX triplet: 06, 25 and 01. RGB value is (6,37,1). Sum of RGB (Red+Green+Blue) = 6+37+1=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 37 (14.84% from 255 or 84.09% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 37 - color contains mainly: green. Hex color #062501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062501 is #F9DAFE. Grayscale: #171717. Windows color (decimal): -16374527 or 75014. OLE color: 75014.
HSL color Cylindrical-coordinate representation of color #062501: hue angle of 111.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062501 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 37 | 1 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.85 |
| HSL | 111.67º | 0.95% | 0.07% | - |
| HSV(B) | 111.67º | 0.97% | 0.15% | - |
| XYZ | 0.74 | 1.36 | 0.25 | - |
| YUV | 23.63 | 115.23 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 1 | 0.84 | 0 | 0.97 | 0.85 | 111.67 | 0.95 | 0.07 |
| Hex | 6 | 25 | 1 | 54 | 0 | 61 | 55 | 70 | 5F | 7 |
| Octal | 6 | 45 | 1 | 124 | 0 | 141 | 125 | 160 | 137 | 7 |
| Binary | 110 | 100101 | 1 | 1010100 | 0 | 1100001 | 1010101 | 1110000 | 1011111 | 111 |
Color Harmonies of #062501
Complementary color
Monochromatic Colors of #062501
Black with #062501
Text Example
Text Example
White with #062501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062501; }
p { color: rgb(6,37,1); }
H1.HeaderClassName
{
color: #062501;
}
.AnyTagClassName
{
color: #062501;
}
</style>
background-color css
<style>
a { background-color: #062501; }
a { background-color: rgb(6,37,1); }
div.DivClassName
{
background-color: #062501;
}
.BgClassName
{
background-color: #062501;
}
</style>
border-color css
<style>
span { border-color: #062501; }
span { border-color: rgb(6,37,1); }
td.TdClassName
{
border-color: #062501;
}
.TagClassName
{
border-color: #062501;
}
</style>