Color Hex Logo

#60636e Color Hex

#60636E
(96,99,110)
0 Favorites   0 Comments

Color spaces of #60636e

RGB 9699110
HSL0.630.070.40
HSV227°13°43°
CMYK 0.130.100.00   0.57
XYZ12.100212.536316.5338
Yxy12.53630.29390.3045
Hunter Lab35.4066-0.9593-2.9019
CIE-Lab42.05611.2872-6.6041

#60636e color RGB value is (96,99,110).

#60636e hex color red value is 96, green value is 99 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #60636e hue: 0.63 , saturation: 0.07 and the lightness value of 60636e is 0.40.

The process color (four color CMYK) of #60636e color hex is 0.13, 0.10, 0.00, 0.57. Web safe color of #60636e is #666666. Color #60636e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 01101110
Octal 140 143 156
Decimal 96 99 110
Hex 60 63 6E

RGB Percentages of Color #60636e

%31.48
%32.46
%36.07

CMYK Percentages of Color #60636e

%13
%10
%0
%57

Triadic Colors of #60636e

#60636e #6e6063 #636e60

Analogous Colors of #60636e

#60636e #64606e #606a6e

Monochromatic Colors of #60636e

#60636e

Complementary Color

#60636e #6e6b60

#60636e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60636e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60636e Color CSS Codes

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

#60636e Text Font Color

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

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


#60636e Background Color

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

This div background color is #60636e


#60636e Border Color

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

This div border color is #60636e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60636e


Comments

No comments written yet.

Please login to write comment.