Color Hex Logo

#60968b Color Hex

#60968B
(96,150,139)
0 Favorites   0 Comments

Color spaces of #60968b

RGB 96150139
HSL0.470.220.48
HSV168°36°59°
CMYK 0.360.000.07   0.41
XYZ20.390426.163628.4015
Yxy26.16360.27200.3491
Hunter Lab51.1504-18.35652.8842
CIE-Lab58.1920-20.47540.1292

#60968b color RGB value is (96,150,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010110 10001011
Octal 140 226 213
Decimal 96 150 139
Hex 60 96 8B

RGB Percentages of Color #60968b

%24.94
%38.96
%36.10

CMYK Percentages of Color #60968b

%36
%0
%7
%41

Triadic Colors of #60968b

#60968b #8b6096 #968b60

Analogous Colors of #60968b

#60968b #608696 #609670

Monochromatic Colors of #60968b

#60968b

Complementary Color

#60968b #96606b

#60968b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60968b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60968b Color CSS Codes

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

#60968b Text Font Color

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

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


#60968b Background Color

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

This div background color is #60968b


#60968b Border Color

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

This div border color is #60968b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,150,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 #60968b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60968b


Comments

No comments written yet.

Please login to write comment.