#062101

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

Shades of Myrtle #062101

Tints of Myrtle #062101

Color information

#062101 (or 0x062101) is unknown color: approx Myrtle. HEX triplet: 06, 21 and 01. RGB value is (6,33,1). Sum of RGB (Red+Green+Blue) = 6+33+1=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 33 (13.28% from 255 or 82.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 33 - color contains mainly: green. Hex color #062101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062101 is #F9DEFE. Grayscale: #151515. Windows color (decimal): -16375551 or 73990. OLE color: 73990.

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

Color convert

RGB6331-
CMYK0.8200.970.87
HSL110.62º94.12%6.67%-
HSV(B)110.62º96.97%12.94%-
XYZ0.621.130.21-
YUV21.28116.55117.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15%
GREEN value IS 33 (13.28% from 255) = 82.5%
BLUE value IS 1 (0.78% from 255) = 2.5%
R=15%
G=82.5%
B=2.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal63310.8200.970.87110.6294.126.67
Hex621152061576f5e7
Octal641112201411271571367
Binary1101000011101001001100001101011111011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062101; }

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

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

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

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

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

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

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

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