Color Hex Logo

#60799d Color Hex

#60799D
(96,121,157)
0 Favorites   0 Comments

Color spaces of #60799d

RGB 96121157
HSL0.600.240.50
HSV215°39°62°
CMYK 0.390.230.00   0.38
XYZ17.747018.595934.5523
Yxy18.59590.25030.2623
Hunter Lab43.1230-2.0046-17.3201
CIE-Lab50.21100.3878-22.2602

#60799d color RGB value is (96,121,157).

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

The process color (four color CMYK) of #60799d color hex is 0.39, 0.23, 0.00, 0.38. Web safe color of #60799d is #666699. Color #60799d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111001 10011101
Octal 140 171 235
Decimal 96 121 157
Hex 60 79 9D

RGB Percentages of Color #60799d

%25.67
%32.35
%41.98

CMYK Percentages of Color #60799d

%39
%23
%0
%38

Triadic Colors of #60799d

#60799d #9d6079 #799d60

Analogous Colors of #60799d

#60799d #66609d #60989d

Monochromatic Colors of #60799d

#60799d

Complementary Color

#60799d #9d8460

#60799d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60799d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60799d Color CSS Codes

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

#60799d Text Font Color

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

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


#60799d Background Color

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

This div background color is #60799d


#60799d Border Color

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

This div border color is #60799d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60799d


Comments

No comments written yet.

Please login to write comment.