Color Hex Logo

#60817d Color Hex

#60817D
(96,129,125)
0 Favorites   0 Comments

Color spaces of #60817d

RGB 96129125
HSL0.480.150.44
HSV173°26°51°
CMYK 0.260.000.03   0.49
XYZ16.375819.668022.3352
Yxy19.66800.28050.3369
Hunter Lab44.3486-11.69871.1839
CIE-Lab51.4597-12.5528-1.6424

#60817d color RGB value is (96,129,125).

#60817d hex color red value is 96, green value is 129 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #60817d hue: 0.48 , saturation: 0.15 and the lightness value of 60817d is 0.44.

The process color (four color CMYK) of #60817d color hex is 0.26, 0.00, 0.03, 0.49. Web safe color of #60817d is #669966. Color #60817d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000001 01111101
Octal 140 201 175
Decimal 96 129 125
Hex 60 81 7D

RGB Percentages of Color #60817d

%27.43
%36.86
%35.71

CMYK Percentages of Color #60817d

%26
%0
%3
%49

Triadic Colors of #60817d

#60817d #7d6081 #817d60

Analogous Colors of #60817d

#60817d #607581 #60816d

Monochromatic Colors of #60817d

#60817d

Complementary Color

#60817d #816064

#60817d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60817d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60817d Color CSS Codes

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

#60817d Text Font Color

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

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


#60817d Background Color

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

This div background color is #60817d


#60817d Border Color

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

This div border color is #60817d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60817d


Comments

No comments written yet.

Please login to write comment.