Color Hex Logo

#60938b Color Hex

#60938B
(96,147,139)
0 Favorites   0 Comments

Color spaces of #60938b

RGB 96147139
HSL0.470.210.48
HSV171°35°58°
CMYK 0.350.000.05   0.42
XYZ19.917825.218328.2439
Yxy25.21830.27140.3437
Hunter Lab50.2178-17.08311.8061
CIE-Lab57.2875-18.9073-1.1935

#60938b color RGB value is (96,147,139).

#60938b hex color red value is 96, green value is 147 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #60938b hue: 0.47 , saturation: 0.21 and the lightness value of 60938b is 0.48.

The process color (four color CMYK) of #60938b color hex is 0.35, 0.00, 0.05, 0.42. Web safe color of #60938b is #669999. Color #60938b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010011 10001011
Octal 140 223 213
Decimal 96 147 139
Hex 60 93 8B

RGB Percentages of Color #60938b

%25.13
%38.48
%36.39

CMYK Percentages of Color #60938b

%35
%0
%5
%42

Triadic Colors of #60938b

#60938b #8b6093 #938b60

Analogous Colors of #60938b

#60938b #608293 #609372

Monochromatic Colors of #60938b

#60938b

Complementary Color

#60938b #936068

#60938b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60938b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60938b Color CSS Codes

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

#60938b Text Font Color

<p style="color:#60938b">Text here</p>

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


#60938b Background Color

<div style="background-color:#60938b">
Div content here</div>

This div background color is #60938b


#60938b Border Color

<div style="border:3px solid #60938b">
Div here</div>

This div border color is #60938b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60938b


Comments

No comments written yet.

Please login to write comment.