Color Hex Logo

#606177 Color Hex

#606177
(96,97,119)
0 Favorites   0 Comments

Color spaces of #606177

RGB 9697119
HSL0.660.110.42
HSV237°19°47°
CMYK 0.190.180.00   0.53
XYZ12.428312.368119.1850
Yxy12.36810.28260.2812
Hunter Lab35.16831.5364-7.7260
CIE-Lab41.79534.6646-12.4766

#606177 color RGB value is (96,97,119).

#606177 hex color red value is 96, green value is 97 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #606177 hue: 0.66 , saturation: 0.11 and the lightness value of 606177 is 0.42.

The process color (four color CMYK) of #606177 color hex is 0.19, 0.18, 0.00, 0.53. Web safe color of #606177 is #666666. Color #606177 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100001 01110111
Octal 140 141 167
Decimal 96 97 119
Hex 60 61 77

RGB Percentages of Color #606177

%30.77
%31.09
%38.14

CMYK Percentages of Color #606177

%19
%18
%0
%53

Triadic Colors of #606177

#606177 #776061 #617760

Analogous Colors of #606177

#606177 #6b6077 #606d77

Monochromatic Colors of #606177

#606177

Complementary Color

#606177 #777660

#606177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606177 Color CSS Codes

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

#606177 Text Font Color

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

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


#606177 Background Color

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

This div background color is #606177


#606177 Border Color

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

This div border color is #606177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606177


Comments

No comments written yet.

Please login to write comment.