Color Hex Logo

#60637f Color Hex

#60637F
(96,99,127)
0 Favorites   0 Comments

Color spaces of #60637f

RGB 9699127
HSL0.650.140.44
HSV234°24°50°
CMYK 0.240.220.00   0.50
XYZ13.116512.942821.8856
Yxy12.94280.27360.2700
Hunter Lab35.97612.1210-10.8850
CIE-Lab42.67695.4647-15.9884

#60637f color RGB value is (96,99,127).

#60637f hex color red value is 96, green value is 99 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #60637f hue: 0.65 , saturation: 0.14 and the lightness value of 60637f is 0.44.

The process color (four color CMYK) of #60637f color hex is 0.24, 0.22, 0.00, 0.50. Web safe color of #60637f is #666666. Color #60637f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 01111111
Octal 140 143 177
Decimal 96 99 127
Hex 60 63 7F

RGB Percentages of Color #60637f

%29.81
%30.75
%39.44

CMYK Percentages of Color #60637f

%24
%22
%0
%50

Triadic Colors of #60637f

#60637f #7f6063 #637f60

Analogous Colors of #60637f

#60637f #6d607f #60737f

Monochromatic Colors of #60637f

#60637f

Complementary Color

#60637f #7f7c60

#60637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60637f Color CSS Codes

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

#60637f Text Font Color

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

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


#60637f Background Color

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

This div background color is #60637f


#60637f Border Color

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

This div border color is #60637f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,99,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60637f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60637f;
  -webkit-box-shadow: 1px 1px 3px 2px #60637f;
  box-shadow:         1px 1px 3px 2px #60637f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60637f


Comments

No comments written yet.

Please login to write comment.