Color Hex Logo

#60677c Color Hex

#60677C
(96,103,124)
0 Favorites   0 Comments

Color spaces of #60677c

RGB 96103124
HSL0.630.130.43
HSV225°23°49°
CMYK 0.230.170.00   0.51
XYZ13.312213.642521.0004
Yxy13.64250.27760.2845
Hunter Lab36.9358-0.3035-7.8552
CIE-Lab43.71582.2655-12.5959

#60677c color RGB value is (96,103,124).

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

The process color (four color CMYK) of #60677c color hex is 0.23, 0.17, 0.00, 0.51. Web safe color of #60677c is #666666. Color #60677c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100111 01111100
Octal 140 147 174
Decimal 96 103 124
Hex 60 67 7C

RGB Percentages of Color #60677c

%29.72
%31.89
%38.39

CMYK Percentages of Color #60677c

%23
%17
%0
%51

Triadic Colors of #60677c

#60677c #7c6067 #677c60

Analogous Colors of #60677c

#60677c #67607c #60757c

Monochromatic Colors of #60677c

#60677c

Complementary Color

#60677c #7c7560

#60677c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60677c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60677c Color CSS Codes

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

#60677c Text Font Color

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

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


#60677c Background Color

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

This div background color is #60677c


#60677c Border Color

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

This div border color is #60677c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60677c


Comments

No comments written yet.

Please login to write comment.