Color Hex Logo

#60968d Color Hex

#60968D
(96,150,141)
0 Favorites   0 Comments

Color spaces of #60968d

RGB 96150141
HSL0.470.220.48
HSV170°36°59°
CMYK 0.360.000.06   0.41
XYZ20.537926.222629.1783
Yxy26.22260.27050.3453
Hunter Lab51.2080-18.02342.0622
CIE-Lab58.2477-19.9956-0.9293

#60968d color RGB value is (96,150,141).

#60968d hex color red value is 96, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #60968d hue: 0.47 , saturation: 0.22 and the lightness value of 60968d is 0.48.

The process color (four color CMYK) of #60968d color hex is 0.36, 0.00, 0.06, 0.41. Web safe color of #60968d is #669999. Color #60968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010110 10001101
Octal 140 226 215
Decimal 96 150 141
Hex 60 96 8D

RGB Percentages of Color #60968d

%24.81
%38.76
%36.43

CMYK Percentages of Color #60968d

%36
%0
%6
%41

Triadic Colors of #60968d

#60968d #8d6096 #968d60

Analogous Colors of #60968d

#60968d #608496 #609672

Monochromatic Colors of #60968d

#60968d

Complementary Color

#60968d #966069

#60968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60968d Color CSS Codes

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

#60968d Text Font Color

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

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


#60968d Background Color

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

This div background color is #60968d


#60968d Border Color

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

This div border color is #60968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60968d


Comments

No comments written yet.

Please login to write comment.