Color Hex Logo

#06514f Color Hex

#06514F
(6,81,79)
0 Favorites   0 Comments

Color spaces of #06514f

RGB 68179
HSL0.500.860.17
HSV178°93°32°
CMYK 0.930.000.02   0.68
XYZ4.42886.48818.4160
Yxy6.48810.22910.3356
Hunter Lab25.4717-13.5396-1.7595
CIE-Lab30.6119-20.9909-4.8292

#06514f color RGB value is (6,81,79).

#06514f hex color red value is 6, green value is 81 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #06514f hue: 0.50 , saturation: 0.86 and the lightness value of 06514f is 0.17.

The process color (four color CMYK) of #06514f color hex is 0.93, 0.00, 0.02, 0.68. Web safe color of #06514f is #006666. Color #06514f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010001 01001111
Octal 6 121 117
Decimal 6 81 79
Hex 6 51 4F

RGB Percentages of Color #06514f

%3.61
%48.80
%47.59

CMYK Percentages of Color #06514f

%93
%0
%2
%68

Triadic Colors of #06514f

#06514f #4f0651 #514f06

Analogous Colors of #06514f

#06514f #062e51 #06512a

Monochromatic Colors of #06514f

#06514f

Complementary Color

#06514f #510608

#06514f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06514f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06514f Color CSS Codes

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

#06514f Text Font Color

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

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


#06514f Background Color

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

This div background color is #06514f


#06514f Border Color

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

This div border color is #06514f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,81,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06514f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06514f;
  -webkit-box-shadow: 1px 1px 3px 2px #06514f;
  box-shadow:         1px 1px 3px 2px #06514f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06514f


Comments

No comments written yet.

Please login to write comment.