Shades of Myrtle #063401
Tints of Myrtle #063401
RGB
CMYK
RGB Variations
Color information
#063401 (or 0x063401) is known color: Myrtle. HEX triplet: 06, 34 and 01. RGB value is (6,52,1). Sum of RGB (Red+Green+Blue) = 6+52+1=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 52 (20.70% from 255 or 88.14% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 52 - color contains mainly: green. Hex color #063401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063401 is #F9CBFE. Grayscale: #202020. Windows color (decimal): -16370687 or 78854. OLE color: 78854.
HSL color Cylindrical-coordinate representation of color #063401: hue angle of 114.12º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063401 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 52 | 1 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.80 |
| HSL | 114.12º | 0.96% | 0.1% | - |
| HSV(B) | 114.12º | 0.98% | 0.2% | - |
| XYZ | 1.31 | 2.5 | 0.44 | - |
| YUV | 32.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 1 | 0.88 | 0 | 0.98 | 0.80 | 114.12 | 0.96 | 0.1 |
| Hex | 6 | 34 | 1 | 58 | 0 | 62 | 50 | 72 | 60 | A |
| Octal | 6 | 64 | 1 | 130 | 0 | 142 | 120 | 162 | 140 | 12 |
| Binary | 110 | 110100 | 1 | 1011000 | 0 | 1100010 | 1010000 | 1110010 | 1100000 | 1010 |
Color Harmonies of #063401
Complementary color
Monochromatic Colors of #063401
Black with #063401
Text Example
Text Example
White with #063401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063401; }
p { color: rgb(6,52,1); }
H1.HeaderClassName
{
color: #063401;
}
.AnyTagClassName
{
color: #063401;
}
</style>
background-color css
<style>
a { background-color: #063401; }
a { background-color: rgb(6,52,1); }
div.DivClassName
{
background-color: #063401;
}
.BgClassName
{
background-color: #063401;
}
</style>
border-color css
<style>
span { border-color: #063401; }
span { border-color: rgb(6,52,1); }
td.TdClassName
{
border-color: #063401;
}
.TagClassName
{
border-color: #063401;
}
</style>