Color Hex Logo

#6077ad Color Hex

#6077AD
(96,119,173)
0 Favorites   0 Comments

Color spaces of #6077ad

RGB 96119173
HSL0.620.320.53
HSV222°45°68°
CMYK 0.450.310.00   0.32
XYZ18.963518.697642.1447
Yxy18.69760.23760.2343
Hunter Lab43.24072.6111-27.5187
CIE-Lab50.33156.2545-31.3906

#6077ad color RGB value is (96,119,173).

#6077ad hex color red value is 96, green value is 119 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6077ad hue: 0.62 , saturation: 0.32 and the lightness value of 6077ad is 0.53.

The process color (four color CMYK) of #6077ad color hex is 0.45, 0.31, 0.00, 0.32. Web safe color of #6077ad is #666699. Color #6077ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110111 10101101
Octal 140 167 255
Decimal 96 119 173
Hex 60 77 AD

RGB Percentages of Color #6077ad

%24.74
%30.67
%44.59

CMYK Percentages of Color #6077ad

%45
%31
%0
%32

Triadic Colors of #6077ad

#6077ad #ad6077 #77ad60

Analogous Colors of #6077ad

#6077ad #7060ad #609ead

Monochromatic Colors of #6077ad

#6077ad

Complementary Color

#6077ad #ad9660

#6077ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6077ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6077ad Color CSS Codes

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

#6077ad Text Font Color

<p style="color:#6077ad">Text here</p>

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


#6077ad Background Color

<div style="background-color:#6077ad">
Div content here</div>

This div background color is #6077ad


#6077ad Border Color

<div style="border:3px solid #6077ad">
Div here</div>

This div border color is #6077ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,119,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6077ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6077ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6077ad;
  box-shadow:         1px 1px 3px 2px #6077ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6077ad


Comments

No comments written yet.

Please login to write comment.