Color Hex Logo

#068577 Color Hex

#068577
(6,133,119)
0 Favorites   0 Comments

Color spaces of #068577

RGB 6133119
HSL0.480.910.27
HSV173°95°52°
CMYK 0.950.000.11   0.48
XYZ11.792418.145720.3337
Yxy18.14570.23460.3610
Hunter Lab42.5978-25.13171.5168
CIE-Lab49.6724-33.6926-1.0900

#068577 color RGB value is (6,133,119).

#068577 hex color red value is 6, green value is 133 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #068577 hue: 0.48 , saturation: 0.91 and the lightness value of 068577 is 0.27.

The process color (four color CMYK) of #068577 color hex is 0.95, 0.00, 0.11, 0.48. Web safe color of #068577 is #009966. Color #068577 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000101 01110111
Octal 6 205 167
Decimal 6 133 119
Hex 6 85 77

RGB Percentages of Color #068577

%2.33
%51.55
%46.12

CMYK Percentages of Color #068577

%95
%0
%11
%48

Triadic Colors of #068577

#068577 #770685 #857706

Analogous Colors of #068577

#068577 #065485 #068538

Monochromatic Colors of #068577

#068577

Complementary Color

#068577 #850614

#068577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068577 Color CSS Codes

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

#068577 Text Font Color

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

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


#068577 Background Color

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

This div background color is #068577


#068577 Border Color

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

This div border color is #068577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068577


Comments

No comments written yet.

Please login to write comment.