Color Hex Logo

#6077cc Color Hex

#6077CC
(96,119,204)
0 Favorites   0 Comments

Color spaces of #6077cc

RGB 96119204
HSL0.630.510.59
HSV227°53°80°
CMYK 0.530.420.00   0.20
XYZ22.319820.040159.8185
Yxy20.04010.21840.1961
Hunter Lab44.766210.6569-47.8896
CIE-Lab51.882515.8784-46.7642

#6077cc color RGB value is (96,119,204).

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

The process color (four color CMYK) of #6077cc color hex is 0.53, 0.42, 0.00, 0.20. Web safe color of #6077cc is #6666cc. Color #6077cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110111 11001100
Octal 140 167 314
Decimal 96 119 204
Hex 60 77 CC

RGB Percentages of Color #6077cc

%22.91
%28.40
%48.69

CMYK Percentages of Color #6077cc

%53
%42
%0
%20

Triadic Colors of #6077cc

#6077cc #cc6077 #77cc60

Analogous Colors of #6077cc

#6077cc #7f60cc #60adcc

Monochromatic Colors of #6077cc

#6077cc

Complementary Color

#6077cc #ccb560

#6077cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6077cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6077cc Color CSS Codes

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

#6077cc Text Font Color

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

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


#6077cc Background Color

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

This div background color is #6077cc


#6077cc Border Color

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

This div border color is #6077cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6077cc


Comments

No comments written yet.

Please login to write comment.