Color Hex Logo

#60567f Color Hex

#60567F
(96,86,127)
0 Favorites   0 Comments

Color spaces of #60567f

RGB 9686127
HSL0.710.190.42
HSV255°32°50°
CMYK 0.240.320.00   0.50
XYZ11.982410.674721.5075
Yxy10.67470.27130.2417
Hunter Lab32.67228.2880-16.1590
CIE-Lab39.027113.5244-21.6026

#60567f color RGB value is (96,86,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010110 01111111
Octal 140 126 177
Decimal 96 86 127
Hex 60 56 7F

RGB Percentages of Color #60567f

%31.07
%27.83
%41.10

CMYK Percentages of Color #60567f

%24
%32
%0
%50

Triadic Colors of #60567f

#60567f #7f6056 #567f60

Analogous Colors of #60567f

#60567f #75567f #56607f

Monochromatic Colors of #60567f

#60567f

Complementary Color

#60567f #757f56

#60567f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60567f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60567f Color CSS Codes

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

#60567f Text Font Color

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

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


#60567f Background Color

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

This div background color is #60567f


#60567f Border Color

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

This div border color is #60567f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60567f


Comments

No comments written yet.

Please login to write comment.