Color Hex Logo

#60607d Color Hex

#60607D
(96,96,125)
0 Favorites   0 Comments

Color spaces of #60607d

RGB 9696125
HSL0.670.130.43
HSV240°23°49°
CMYK 0.230.230.00   0.51
XYZ12.708412.333221.1128
Yxy12.33320.27530.2672
Hunter Lab35.11873.1362-11.0612
CIE-Lab41.74096.7915-16.2068

#60607d color RGB value is (96,96,125).

#60607d hex color red value is 96, green value is 96 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #60607d hue: 0.67 , saturation: 0.13 and the lightness value of 60607d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100000 01111101
Octal 140 140 175
Decimal 96 96 125
Hex 60 60 7D

RGB Percentages of Color #60607d

%30.28
%30.28
%39.43

CMYK Percentages of Color #60607d

%23
%23
%0
%51

Triadic Colors of #60607d

#60607d #7d6060 #607d60

Analogous Colors of #60607d

#60607d #6f607d #606f7d

Monochromatic Colors of #60607d

#60607d

Complementary Color

#60607d #7d7d60

#60607d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60607d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60607d Color CSS Codes

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

#60607d Text Font Color

<p style="color:#60607d">Text here</p>

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


#60607d Background Color

<div style="background-color:#60607d">
Div content here</div>

This div background color is #60607d


#60607d Border Color

<div style="border:3px solid #60607d">
Div here</div>

This div border color is #60607d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,96,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60607d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60607d;
  -webkit-box-shadow: 1px 1px 3px 2px #60607d;
  box-shadow:         1px 1px 3px 2px #60607d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60607d


Comments

No comments written yet.

Please login to write comment.