Color Hex Logo

#06654d Color Hex

#06654D
(6,101,77)
0 Favorites   0 Comments

Color spaces of #06654d

RGB 610177
HSL0.460.890.21
HSV165°94°40°
CMYK 0.940.000.24   0.60
XYZ6.06839.88198.6087
Yxy9.88190.24710.4024
Hunter Lab31.4355-20.55455.7681
CIE-Lab37.6296-31.32356.6250

#06654d color RGB value is (6,101,77).

#06654d hex color red value is 6, green value is 101 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #06654d hue: 0.46 , saturation: 0.89 and the lightness value of 06654d is 0.21.

The process color (four color CMYK) of #06654d color hex is 0.94, 0.00, 0.24, 0.60. Web safe color of #06654d is #006666. Color #06654d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100101 01001101
Octal 6 145 115
Decimal 6 101 77
Hex 6 65 4D

RGB Percentages of Color #06654d

%3.26
%54.89
%41.85

CMYK Percentages of Color #06654d

%94
%0
%24
%60

Triadic Colors of #06654d

#06654d #4d0665 #654d06

Analogous Colors of #06654d

#06654d #064e65 #06651e

Monochromatic Colors of #06654d

#06654d

Complementary Color

#06654d #65061e

#06654d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06654d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06654d Color CSS Codes

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

#06654d Text Font Color

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

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


#06654d Background Color

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

This div background color is #06654d


#06654d Border Color

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

This div border color is #06654d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06654d


Comments

No comments written yet.

Please login to write comment.