Color Hex Logo

#60637b Color Hex

#60637B
(96,99,123)
0 Favorites   0 Comments

Color spaces of #60637b

RGB 9699123
HSL0.650.120.43
HSV233°22°48°
CMYK 0.220.200.00   0.52
XYZ12.860912.840520.5395
Yxy12.84050.27810.2777
Hunter Lab35.83361.3558-8.9009
CIE-Lab42.52194.4435-13.8027

#60637b color RGB value is (96,99,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 01111011
Octal 140 143 173
Decimal 96 99 123
Hex 60 63 7B

RGB Percentages of Color #60637b

%30.19
%31.13
%38.68

CMYK Percentages of Color #60637b

%22
%20
%0
%52

Triadic Colors of #60637b

#60637b #7b6063 #637b60

Analogous Colors of #60637b

#60637b #6b607b #60717b

Monochromatic Colors of #60637b

#60637b

Complementary Color

#60637b #7b7860

#60637b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60637b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60637b Color CSS Codes

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

#60637b Text Font Color

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

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


#60637b Background Color

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

This div background color is #60637b


#60637b Border Color

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

This div border color is #60637b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,99,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 #60637b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60637b


Comments

No comments written yet.

Please login to write comment.