Color Hex Logo

#606761 Color Hex

#606761
(96,103,97)
0 Favorites   0 Comments

Color spaces of #606761

RGB 9610397
HSL0.360.040.39
HSV129°40°
CMYK 0.070.000.06   0.60
XYZ11.831813.050413.2046
Yxy13.05040.31070.3426
Hunter Lab36.1253-4.75693.6159
CIE-Lab42.8391-3.96142.4505

#606761 color RGB value is (96,103,97).

#606761 hex color red value is 96, green value is 103 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #606761 hue: 0.36 , saturation: 0.04 and the lightness value of 606761 is 0.39.

The process color (four color CMYK) of #606761 color hex is 0.07, 0.00, 0.06, 0.60. Web safe color of #606761 is #666666. Color #606761 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100111 01100001
Octal 140 147 141
Decimal 96 103 97
Hex 60 67 61

RGB Percentages of Color #606761

%32.43
%34.80
%32.77

CMYK Percentages of Color #606761

%7
%0
%6
%60

Triadic Colors of #606761

#606761 #616067 #676160

Analogous Colors of #606761

#606761 #606765 #636760

Monochromatic Colors of #606761

#606761

Complementary Color

#606761 #676066

#606761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606761 Color CSS Codes

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

#606761 Text Font Color

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

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


#606761 Background Color

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

This div background color is #606761


#606761 Border Color

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

This div border color is #606761


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,103,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #606761; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #606761;
  -webkit-box-shadow: 1px 1px 3px 2px #606761;
  box-shadow:         1px 1px 3px 2px #606761; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606761


Comments

No comments written yet.

Please login to write comment.