Color Hex Logo

#60939d Color Hex

#60939D
(96,147,157)
0 Favorites   0 Comments

Color spaces of #60939d

RGB 96147157
HSL0.530.240.50
HSV190°39°62°
CMYK 0.390.060.00   0.38
XYZ21.343425.788635.7511
Yxy25.78860.25750.3111
Hunter Lab50.7825-13.8475-6.1927
CIE-Lab57.8358-14.3479-10.6737

#60939d color RGB value is (96,147,157).

#60939d hex color red value is 96, green value is 147 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #60939d hue: 0.53 , saturation: 0.24 and the lightness value of 60939d is 0.50.

The process color (four color CMYK) of #60939d color hex is 0.39, 0.06, 0.00, 0.38. Web safe color of #60939d is #669999. Color #60939d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010011 10011101
Octal 140 223 235
Decimal 96 147 157
Hex 60 93 9D

RGB Percentages of Color #60939d

%24.00
%36.75
%39.25

CMYK Percentages of Color #60939d

%39
%6
%0
%38

Triadic Colors of #60939d

#60939d #9d6093 #939d60

Analogous Colors of #60939d

#60939d #60759d #609d89

Monochromatic Colors of #60939d

#60939d

Complementary Color

#60939d #9d6a60

#60939d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60939d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60939d Color CSS Codes

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

#60939d Text Font Color

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

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


#60939d Background Color

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

This div background color is #60939d


#60939d Border Color

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

This div border color is #60939d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60939d


Comments

No comments written yet.

Please login to write comment.