Color Hex Logo

#60819c Color Hex

#60819C
(96,129,156)
0 Favorites   0 Comments

Color spaces of #60819c

RGB 96129156
HSL0.580.240.49
HSV207°38°61°
CMYK 0.380.170.00   0.39
XYZ18.674920.587634.4420
Yxy20.58760.25340.2793
Hunter Lab45.3736-5.9365-13.2441
CIE-Lab52.4952-4.5612-18.1767

#60819c color RGB value is (96,129,156).

#60819c hex color red value is 96, green value is 129 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #60819c hue: 0.58 , saturation: 0.24 and the lightness value of 60819c is 0.49.

The process color (four color CMYK) of #60819c color hex is 0.38, 0.17, 0.00, 0.39. Web safe color of #60819c is #669999. Color #60819c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000001 10011100
Octal 140 201 234
Decimal 96 129 156
Hex 60 81 9C

RGB Percentages of Color #60819c

%25.20
%33.86
%40.94

CMYK Percentages of Color #60819c

%38
%17
%0
%39

Triadic Colors of #60819c

#60819c #9c6081 #819c60

Analogous Colors of #60819c

#60819c #60639c #609c99

Monochromatic Colors of #60819c

#60819c

Complementary Color

#60819c #9c7b60

#60819c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60819c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60819c Color CSS Codes

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

#60819c Text Font Color

<p style="color:#60819c">Text here</p>

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


#60819c Background Color

<div style="background-color:#60819c">
Div content here</div>

This div background color is #60819c


#60819c Border Color

<div style="border:3px solid #60819c">
Div here</div>

This div border color is #60819c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60819c


Comments

No comments written yet.

Please login to write comment.