Color Hex Logo

#6c77ec Color Hex

#6C77EC
(108,119,236)
0 Favorites   0 Comments

Color spaces of #6c77ec

RGB 108119236
HSL0.650.770.67
HSV235°54°93°
CMYK 0.540.500.00   0.07
XYZ27.921522.437982.2162
Yxy22.43790.21060.1692
Hunter Lab47.368722.3218-69.7496
CIE-Lab54.488628.5514-60.5900

#6c77ec color RGB value is (108,119,236).

#6c77ec hex color red value is 108, green value is 119 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6c77ec hue: 0.65 , saturation: 0.77 and the lightness value of 6c77ec is 0.67.

The process color (four color CMYK) of #6c77ec color hex is 0.54, 0.50, 0.00, 0.07. Web safe color of #6c77ec is #6666ff. Color #6c77ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01110111 11101100
Octal 154 167 354
Decimal 108 119 236
Hex 6C 77 EC

RGB Percentages of Color #6c77ec

%23.33
%25.70
%50.97

CMYK Percentages of Color #6c77ec

%54
%50
%0
%7

Triadic Colors of #6c77ec

#6c77ec #ec6c77 #77ec6c

Analogous Colors of #6c77ec

#6c77ec #a16cec #6cb7ec

Monochromatic Colors of #6c77ec

#6c77ec

Complementary Color

#6c77ec #ece16c

#6c77ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c77ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c77ec Color CSS Codes

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

#6c77ec Text Font Color

<p style="color:#6c77ec">Text here</p>

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


#6c77ec Background Color

<div style="background-color:#6c77ec">
Div content here</div>

This div background color is #6c77ec


#6c77ec Border Color

<div style="border:3px solid #6c77ec">
Div here</div>

This div border color is #6c77ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,119,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c77ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c77ec;
  -webkit-box-shadow: 1px 1px 3px 2px #6c77ec;
  box-shadow:         1px 1px 3px 2px #6c77ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c77ec


Comments

No comments written yet.

Please login to write comment.