Color Hex Logo

#6077be Color Hex

#6077BE
(96,119,190)
0 Favorites   0 Comments

Color spaces of #6077be

RGB 96119190
HSL0.630.420.56
HSV225°49°75°
CMYK 0.490.370.00   0.25
XYZ20.715019.398251.3676
Yxy19.39820.22640.2120
Hunter Lab44.04346.8783-38.3193
CIE-Lab51.149911.4586-39.9188

#6077be color RGB value is (96,119,190).

#6077be hex color red value is 96, green value is 119 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6077be hue: 0.63 , saturation: 0.42 and the lightness value of 6077be is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110111 10111110
Octal 140 167 276
Decimal 96 119 190
Hex 60 77 BE

RGB Percentages of Color #6077be

%23.70
%29.38
%46.91

CMYK Percentages of Color #6077be

%49
%37
%0
%25

Triadic Colors of #6077be

#6077be #be6077 #77be60

Analogous Colors of #6077be

#6077be #7860be #60a6be

Monochromatic Colors of #6077be

#6077be

Complementary Color

#6077be #bea760

#6077be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6077be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6077be Color CSS Codes

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

#6077be Text Font Color

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

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


#6077be Background Color

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

This div background color is #6077be


#6077be Border Color

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

This div border color is #6077be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6077be


Comments

No comments written yet.

Please login to write comment.