Color Hex Logo

#60898a Color Hex

#60898A
(96,137,138)
0 Favorites   0 Comments

Color spaces of #60898a

RGB 96137138
HSL0.500.180.46
HSV181°30°54°
CMYK 0.300.010.00   0.46
XYZ18.357022.213127.3648
Yxy22.21310.27020.3270
Hunter Lab47.1308-12.9548-1.4331
CIE-Lab54.2524-13.7943-5.0892

#60898a color RGB value is (96,137,138).

#60898a hex color red value is 96, green value is 137 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #60898a hue: 0.50 , saturation: 0.18 and the lightness value of 60898a is 0.46.

The process color (four color CMYK) of #60898a color hex is 0.30, 0.01, 0.00, 0.46. Web safe color of #60898a is #669999. Color #60898a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001001 10001010
Octal 140 211 212
Decimal 96 137 138
Hex 60 89 8A

RGB Percentages of Color #60898a

%25.88
%36.93
%37.20

CMYK Percentages of Color #60898a

%30
%1
%0
%46

Triadic Colors of #60898a

#60898a #8a6089 #898a60

Analogous Colors of #60898a

#60898a #60748a #608a76

Monochromatic Colors of #60898a

#60898a

Complementary Color

#60898a #8a6160

#60898a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60898a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60898a Color CSS Codes

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

#60898a Text Font Color

<p style="color:#60898a">Text here</p>

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


#60898a Background Color

<div style="background-color:#60898a">
Div content here</div>

This div background color is #60898a


#60898a Border Color

<div style="border:3px solid #60898a">
Div here</div>

This div border color is #60898a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60898a


Comments

No comments written yet.

Please login to write comment.