Color Hex Logo

#06775d Color Hex

#06775D
(6,119,93)
0 Favorites   0 Comments

Color spaces of #06775d

RGB 611993
HSL0.460.900.25
HSV166°95°47°
CMYK 0.950.000.22   0.53
XYZ8.647714.022712.6068
Yxy14.02270.24510.3975
Hunter Lab37.4469-24.31066.2524
CIE-Lab44.2655-34.88156.4269

#06775d color RGB value is (6,119,93).

#06775d hex color red value is 6, green value is 119 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #06775d hue: 0.46 , saturation: 0.90 and the lightness value of 06775d is 0.25.

The process color (four color CMYK) of #06775d color hex is 0.95, 0.00, 0.22, 0.53. Web safe color of #06775d is #006666. Color #06775d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110111 01011101
Octal 6 167 135
Decimal 6 119 93
Hex 6 77 5D

RGB Percentages of Color #06775d

%2.75
%54.59
%42.66

CMYK Percentages of Color #06775d

%95
%0
%22
%53

Triadic Colors of #06775d

#06775d #5d0677 #775d06

Analogous Colors of #06775d

#06775d #065877 #067725

Monochromatic Colors of #06775d

#06775d

Complementary Color

#06775d #770620

#06775d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06775d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06775d Color CSS Codes

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

#06775d Text Font Color

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

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


#06775d Background Color

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

This div background color is #06775d


#06775d Border Color

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

This div border color is #06775d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06775d


Comments

No comments written yet.

Please login to write comment.