Color Hex Logo

#068064 Color Hex

#068064
(6,128,100)
0 Favorites   0 Comments

Color spaces of #068064

RGB 6128100
HSL0.460.910.26
HSV166°95°50°
CMYK 0.950.000.22   0.50
XYZ10.094516.397214.6895
Yxy16.39720.24510.3982
Hunter Lab40.4935-26.36586.8372
CIE-Lab47.4913-36.88576.8919

#068064 color RGB value is (6,128,100).

#068064 hex color red value is 6, green value is 128 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #068064 hue: 0.46 , saturation: 0.91 and the lightness value of 068064 is 0.26.

The process color (four color CMYK) of #068064 color hex is 0.95, 0.00, 0.22, 0.50. Web safe color of #068064 is #009966. Color #068064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000000 01100100
Octal 6 200 144
Decimal 6 128 100
Hex 6 80 64

RGB Percentages of Color #068064

%2.56
%54.70
%42.74

CMYK Percentages of Color #068064

%95
%0
%22
%50

Triadic Colors of #068064

#068064 #640680 #806406

Analogous Colors of #068064

#068064 #065f80 #068027

Monochromatic Colors of #068064

#068064

Complementary Color

#068064 #800622

#068064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068064 Color CSS Codes

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

#068064 Text Font Color

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

This sample text font color is #068064
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.


#068064 Background Color

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

This div background color is #068064


#068064 Border Color

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

This div border color is #068064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068064


Comments

No comments written yet.

Please login to write comment.