Color Hex Logo

#06615e Color Hex

#06615E
(6,97,94)
0 Favorites   0 Comments

Color spaces of #06615e

RGB 69794
HSL0.490.880.20
HSV178°94°38°
CMYK 0.940.000.03   0.62
XYZ6.37029.396312.0676
Yxy9.39630.22890.3376
Hunter Lab30.6534-16.5486-1.8839
CIE-Lab36.7364-24.2128-5.1443

#06615e color RGB value is (6,97,94).

#06615e hex color red value is 6, green value is 97 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #06615e hue: 0.49 , saturation: 0.88 and the lightness value of 06615e is 0.20.

The process color (four color CMYK) of #06615e color hex is 0.94, 0.00, 0.03, 0.62. Web safe color of #06615e is #006666. Color #06615e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100001 01011110
Octal 6 141 136
Decimal 6 97 94
Hex 6 61 5E

RGB Percentages of Color #06615e

%3.05
%49.24
%47.72

CMYK Percentages of Color #06615e

%94
%0
%3
%62

Triadic Colors of #06615e

#06615e #5e0661 #615e06

Analogous Colors of #06615e

#06615e #063761 #066131

Monochromatic Colors of #06615e

#06615e

Complementary Color

#06615e #610609

#06615e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06615e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06615e Color CSS Codes

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

#06615e Text Font Color

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

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


#06615e Background Color

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

This div background color is #06615e


#06615e Border Color

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

This div border color is #06615e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,97,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06615e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06615e;
  -webkit-box-shadow: 1px 1px 3px 2px #06615e;
  box-shadow:         1px 1px 3px 2px #06615e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06615e


Comments

No comments written yet.

Please login to write comment.