#062001

Color #062001 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #062001

Tints of Myrtle #062001

Color information

#062001 (or 0x062001) is unknown color: approx Myrtle. HEX triplet: 06, 20 and 01. RGB value is (6,32,1). Sum of RGB (Red+Green+Blue) = 6+32+1=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 32 (12.89% from 255 or 82.05% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 32 - color contains mainly: green. Hex color #062001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062001 is #F9DFFE. Grayscale: #141414. Windows color (decimal): -16375807 or 73734. OLE color: 73734.

HSL color Cylindrical-coordinate representation of color #062001: hue angle of 110.32º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062001 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB6321-
CMYK0.8100.970.87
HSL110.32º93.94%6.47%-
HSV(B)110.32º96.88%12.55%-
XYZ0.61.070.2-
YUV20.69116.89117.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 15.38%
GREEN value IS 32 (12.89% from 255) = 82.05%
BLUE value IS 1 (0.78% from 255) = 2.56%
R=15.38%
G=82.05%
B=2.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal63210.8100.970.87110.3293.946.47
Hex620151061576e5e6
Octal640112101411271561366
Binary1101000001101000101100001101011111011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062001; }

 p { color: rgb(6,32,1); }

 H1.HeaderClassName
 {
   color: #062001;
 }
 .AnyTagClassName
 {
   color: #062001;
 }
</style>
background-color css

<style>
 a { background-color: #062001; }

 a { background-color: rgb(6,32,1); }

 div.DivClassName
 {
   background-color: #062001;
 }
 .BgClassName
 {
   background-color: #062001;
 }
</style>
border-color css

<style>
 span { border-color: #062001; }

 span { border-color: rgb(6,32,1); }

 td.TdClassName
 {
   border-color: #062001;
 }
 .TagClassName
 {
   border-color: #062001;
 }
</style>