Color Hex Logo

#60899f Color Hex

#60899F
(96,137,159)
1 Favorites   0 Comments

Color spaces of #60899f

RGB 96137159
HSL0.560.250.50
HSV201°40°62°
CMYK 0.400.140.00   0.38
XYZ20.027522.881336.1619
Yxy22.88130.25330.2894
Hunter Lab47.8344-8.9751-11.3380
CIE-Lab54.9499-8.2870-16.1760

#60899f color RGB value is (96,137,159).

#60899f hex color red value is 96, green value is 137 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #60899f hue: 0.56 , saturation: 0.25 and the lightness value of 60899f is 0.50.

The process color (four color CMYK) of #60899f color hex is 0.40, 0.14, 0.00, 0.38. Web safe color of #60899f is #669999. Color #60899f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001001 10011111
Octal 140 211 237
Decimal 96 137 159
Hex 60 89 9F

RGB Percentages of Color #60899f

%24.49
%34.95
%40.56

CMYK Percentages of Color #60899f

%40
%14
%0
%38

Triadic Colors of #60899f

#60899f #9f6089 #899f60

Analogous Colors of #60899f

#60899f #606a9f #609f96

Monochromatic Colors of #60899f

#60899f

Complementary Color

#60899f #9f7660

#60899f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60899f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60899f Color CSS Codes

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

#60899f Text Font Color

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

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


#60899f Background Color

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

This div background color is #60899f


#60899f Border Color

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

This div border color is #60899f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60899f


Comments

No comments written yet.

Please login to write comment.