Color Hex Logo

#60677b Color Hex

#60677B
(96,103,123)
0 Favorites   0 Comments

Color spaces of #60677b

RGB 96103123
HSL0.620.120.43
HSV224°22°48°
CMYK 0.220.160.00   0.52
XYZ13.249313.617420.6690
Yxy13.61740.27870.2865
Hunter Lab36.9018-0.4890-7.3776
CIE-Lab43.67922.0139-12.0480

#60677b color RGB value is (96,103,123).

#60677b hex color red value is 96, green value is 103 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #60677b hue: 0.62 , saturation: 0.12 and the lightness value of 60677b is 0.43.

The process color (four color CMYK) of #60677b color hex is 0.22, 0.16, 0.00, 0.52. Web safe color of #60677b is #666666. Color #60677b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100111 01111011
Octal 140 147 173
Decimal 96 103 123
Hex 60 67 7B

RGB Percentages of Color #60677b

%29.81
%31.99
%38.20

CMYK Percentages of Color #60677b

%22
%16
%0
%52

Triadic Colors of #60677b

#60677b #7b6067 #677b60

Analogous Colors of #60677b

#60677b #67607b #60757b

Monochromatic Colors of #60677b

#60677b

Complementary Color

#60677b #7b7460

#60677b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60677b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60677b Color CSS Codes

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

#60677b Text Font Color

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

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


#60677b Background Color

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

This div background color is #60677b


#60677b Border Color

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

This div border color is #60677b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60677b


Comments

No comments written yet.

Please login to write comment.