color codes Logo

#06654c color codes

#06654C
(6,101,76)
0 Favorites   0 Comments

Color spaces of #06654c

RGB 610176
HSL0.460.890.21
HSV164°94°40°
CMYK 0.940.000.25   0.60
XYZ6.03339.86798.4242
Yxy9.86790.24800.4057
Hunter Lab31.4132-20.69006.0892
CIE-Lab37.6043-31.59937.1990

#06654c color RGB value is (6,101,76).

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

The process color (four color CMYK) of #06654c color code is 0.94, 0.00, 0.25, 0.60. Web safe color of #06654c is #006633. Color #06654c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100101 01001100
Octal 6 145 114
Decimal 6 101 76
Hex 6 65 4C

RGB Percentages of Color #06654c

%3.28
%55.19
%41.53

CMYK Percentages of Color #06654c

%94
%0
%25
%60

Triadic Colors of #06654c

#06654c #4c0665 #654c06

Analogous Colors of #06654c

#06654c #064f65 #06651d

Monochromatic Colors of #06654c

#06654c

Complementary Color

#06654c #65061f

#06654c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06654c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06654c Color CSS Codes

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

#06654c Text Font Color

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

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


#06654c Background Color

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

This div background color is #06654c


#06654c Border Color

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

This div border color is #06654c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06654c


Comments

No comments written yet.

Please login to write comment.