Color Hex Logo

#6577cc Color Hex

#6577CC
(101,119,204)
0 Favorites   0 Comments

Color spaces of #6577cc

RGB 101119204
HSL0.640.500.60
HSV230°50°80°
CMYK 0.500.420.00   0.20
XYZ22.862720.320059.8439
Yxy20.32000.22190.1972
Hunter Lab45.077711.6464-47.1573
CIE-Lab52.197117.0035-46.2450

#6577cc color RGB value is (101,119,204).

#6577cc hex color red value is 101, green value is 119 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6577cc hue: 0.64 , saturation: 0.50 and the lightness value of 6577cc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01110111 11001100
Octal 145 167 314
Decimal 101 119 204
Hex 65 77 CC

RGB Percentages of Color #6577cc

%23.82
%28.07
%48.11

CMYK Percentages of Color #6577cc

%50
%42
%0
%20

Triadic Colors of #6577cc

#6577cc #cc6577 #77cc65

Analogous Colors of #6577cc

#6577cc #8765cc #65abcc

Monochromatic Colors of #6577cc

#6577cc

Complementary Color

#6577cc #ccba65

#6577cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6577cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6577cc Color CSS Codes

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

#6577cc Text Font Color

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

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


#6577cc Background Color

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

This div background color is #6577cc


#6577cc Border Color

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

This div border color is #6577cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,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 #6577cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6577cc


Comments

No comments written yet.

Please login to write comment.