Color Hex Logo

#064009 Color Hex

#064009
(6,64,9)
0 Favorites   0 Comments

Color spaces of #064009

RGB 6649
HSL0.340.830.14
HSV123°91°25°
CMYK 0.910.000.86   0.75
XYZ1.95783.72520.8743
Yxy3.72520.29860.5681
Hunter Lab19.3008-15.670010.8248
CIE-Lab22.7413-29.927726.7037

#064009 color RGB value is (6,64,9).

#064009 hex color red value is 6, green value is 64 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #064009 hue: 0.34 , saturation: 0.83 and the lightness value of 064009 is 0.14.

The process color (four color CMYK) of #064009 color hex is 0.91, 0.00, 0.86, 0.75. Web safe color of #064009 is #003300. Color #064009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000000 00001001
Octal 6 100 11
Decimal 6 64 9
Hex 6 40 9

RGB Percentages of Color #064009

%7.59
%81.01
%11.39

CMYK Percentages of Color #064009

%91
%0
%86
%75

Triadic Colors of #064009

#064009 #090640 #400906

Analogous Colors of #064009

#064009 #064026 #204006

Monochromatic Colors of #064009

#064009

Complementary Color

#064009 #40063d

#064009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064009 Color CSS Codes

.mybgcolor {background-color:#064009; } 
.myforecolor {color:#064009; }
.mybordercolor {border:3px solid #064009; }

#064009 Text Font Color

<p style="color:#064009">Text here</p>

This sample text font color is #064009
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#064009 Background Color

<div style="background-color:#064009">
Div content here</div>

This div background color is #064009


#064009 Border Color

<div style="border:3px solid #064009">
Div here</div>

This div border color is #064009


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,64,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #064009; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #064009;
  -webkit-box-shadow: 1px 1px 3px 2px #064009;
  box-shadow:         1px 1px 3px 2px #064009; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,64,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #064009">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #064009;
  -webkit-box-shadow: 1px 1px 3px 2px #064009;
  box-shadow:         1px 1px 3px 2px #064009;">
Div content here</div>

This div box has shadow with color #064009


Comments

No comments written yet.

Please login to write comment.