Color Hex Logo

#60586f Color Hex

#60586F
(96,88,111)
0 Favorites   0 Comments

Color spaces of #60586f

RGB 9688111
HSL0.720.120.39
HSV261°21°44°
CMYK 0.140.210.00   0.56
XYZ11.182810.613916.4982
Yxy10.61390.29200.2772
Hunter Lab32.57904.2573-7.2195
CIE-Lab38.92248.2699-11.9303

#60586f color RGB value is (96,88,111).

#60586f hex color red value is 96, green value is 88 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #60586f hue: 0.72 , saturation: 0.12 and the lightness value of 60586f is 0.39.

The process color (four color CMYK) of #60586f color hex is 0.14, 0.21, 0.00, 0.56. Web safe color of #60586f is #666666. Color #60586f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011000 01101111
Octal 140 130 157
Decimal 96 88 111
Hex 60 58 6F

RGB Percentages of Color #60586f

%32.54
%29.83
%37.63

CMYK Percentages of Color #60586f

%14
%21
%0
%56

Triadic Colors of #60586f

#60586f #6f6058 #586f60

Analogous Colors of #60586f

#60586f #6c586f #585c6f

Monochromatic Colors of #60586f

#60586f

Complementary Color

#60586f #676f58

#60586f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60586f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60586f Color CSS Codes

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

#60586f Text Font Color

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

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


#60586f Background Color

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

This div background color is #60586f


#60586f Border Color

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

This div border color is #60586f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60586f


Comments

No comments written yet.

Please login to write comment.