Color Hex Logo

#60799f Color Hex

#60799F
(96,121,159)
0 Favorites   0 Comments

Color spaces of #60799f

RGB 96121159
HSL0.600.250.50
HSV216°40°62°
CMYK 0.400.240.00   0.38
XYZ17.919318.664735.4591
Yxy18.66470.24870.2591
Hunter Lab43.2027-1.5677-18.4211
CIE-Lab50.29260.9582-23.3027

#60799f color RGB value is (96,121,159).

#60799f hex color red value is 96, green value is 121 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #60799f hue: 0.60 , saturation: 0.25 and the lightness value of 60799f is 0.50.

The process color (four color CMYK) of #60799f color hex is 0.40, 0.24, 0.00, 0.38. Web safe color of #60799f is #666699. Color #60799f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111001 10011111
Octal 140 171 237
Decimal 96 121 159
Hex 60 79 9F

RGB Percentages of Color #60799f

%25.53
%32.18
%42.29

CMYK Percentages of Color #60799f

%40
%24
%0
%38

Triadic Colors of #60799f

#60799f #9f6079 #799f60

Analogous Colors of #60799f

#60799f #67609f #60999f

Monochromatic Colors of #60799f

#60799f

Complementary Color

#60799f #9f8660

#60799f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60799f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60799f Color CSS Codes

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

#60799f Text Font Color

<p style="color:#60799f">Text here</p>

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


#60799f Background Color

<div style="background-color:#60799f">
Div content here</div>

This div background color is #60799f


#60799f Border Color

<div style="border:3px solid #60799f">
Div here</div>

This div border color is #60799f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,121,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60799f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60799f;
  -webkit-box-shadow: 1px 1px 3px 2px #60799f;
  box-shadow:         1px 1px 3px 2px #60799f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60799f


Comments

No comments written yet.

Please login to write comment.