Color Hex Logo

#6077bb Color Hex

#6077BB
(96,119,187)
0 Favorites   0 Comments

Color spaces of #6077bb

RGB 96119187
HSL0.620.400.55
HSV225°49°73°
CMYK 0.490.360.00   0.27
XYZ20.390319.268349.6582
Yxy19.26830.22830.2157
Hunter Lab43.89576.0989-36.3465
CIE-Lab50.999610.5257-38.4312

#6077bb color RGB value is (96,119,187).

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

The process color (four color CMYK) of #6077bb color hex is 0.49, 0.36, 0.00, 0.27. Web safe color of #6077bb is #6666cc. Color #6077bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110111 10111011
Octal 140 167 273
Decimal 96 119 187
Hex 60 77 BB

RGB Percentages of Color #6077bb

%23.88
%29.60
%46.52

CMYK Percentages of Color #6077bb

%49
%36
%0
%27

Triadic Colors of #6077bb

#6077bb #bb6077 #77bb60

Analogous Colors of #6077bb

#6077bb #7760bb #60a5bb

Monochromatic Colors of #6077bb

#6077bb

Complementary Color

#6077bb #bba460

#6077bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6077bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6077bb Color CSS Codes

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

#6077bb Text Font Color

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

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


#6077bb Background Color

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

This div background color is #6077bb


#6077bb Border Color

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

This div border color is #6077bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6077bb


Comments

No comments written yet.

Please login to write comment.