Color Hex Logo

#60868d Color Hex

#60868D
(96,134,141)
0 Favorites   0 Comments

Color spaces of #60868d

RGB 96134141
HSL0.530.190.46
HSV189°32°55°
CMYK 0.320.050.00   0.45
XYZ18.156721.460128.3846
Yxy21.46010.26700.3156
Hunter Lab46.3250-11.1073-3.9010
CIE-Lab53.4494-11.3883-8.0224

#60868d color RGB value is (96,134,141).

#60868d hex color red value is 96, green value is 134 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #60868d hue: 0.53 , saturation: 0.19 and the lightness value of 60868d is 0.46.

The process color (four color CMYK) of #60868d color hex is 0.32, 0.05, 0.00, 0.45. Web safe color of #60868d is #669999. Color #60868d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000110 10001101
Octal 140 206 215
Decimal 96 134 141
Hex 60 86 8D

RGB Percentages of Color #60868d

%25.88
%36.12
%38.01

CMYK Percentages of Color #60868d

%32
%5
%0
%45

Triadic Colors of #60868d

#60868d #8d6086 #868d60

Analogous Colors of #60868d

#60868d #60708d #608d7e

Monochromatic Colors of #60868d

#60868d

Complementary Color

#60868d #8d6760

#60868d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60868d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60868d Color CSS Codes

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

#60868d Text Font Color

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

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


#60868d Background Color

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

This div background color is #60868d


#60868d Border Color

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

This div border color is #60868d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60868d


Comments

No comments written yet.

Please login to write comment.