Color Hex Logo

#60567d Color Hex

#60567D
(96,86,125)
0 Favorites   0 Comments

Color spaces of #60567d

RGB 9686125
HSL0.710.180.41
HSV255°31°49°
CMYK 0.230.310.00   0.51
XYZ11.853310.623020.8278
Yxy10.62300.27370.2453
Hunter Lab32.59297.8787-15.0729
CIE-Lab38.938113.0042-20.5159

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

#60567d hex color red value is 96, green value is 86 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #60567d hue: 0.71 , saturation: 0.18 and the lightness value of 60567d is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010110 01111101
Octal 140 126 175
Decimal 96 86 125
Hex 60 56 7D

RGB Percentages of Color #60567d

%31.27
%28.01
%40.72

CMYK Percentages of Color #60567d

%23
%31
%0
%51

Triadic Colors of #60567d

#60567d #7d6056 #567d60

Analogous Colors of #60567d

#60567d #74567d #56607d

Monochromatic Colors of #60567d

#60567d

Complementary Color

#60567d #737d56

#60567d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60567d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60567d Color CSS Codes

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

#60567d Text Font Color

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

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


#60567d Background Color

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

This div background color is #60567d


#60567d Border Color

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

This div border color is #60567d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60567d


Comments

No comments written yet.

Please login to write comment.