Color Hex Logo

#6c77eb Color Hex

#6C77EB
(108,119,235)
0 Favorites   0 Comments

Color spaces of #6c77eb

RGB 108119235
HSL0.650.760.67
HSV235°54°92°
CMYK 0.540.490.00   0.08
XYZ27.776622.380081.4530
Yxy22.38000.21110.1700
Hunter Lab47.307522.0181-68.9689
CIE-Lab54.427928.2370-60.1293

#6c77eb color RGB value is (108,119,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01110111 11101011
Octal 154 167 353
Decimal 108 119 235
Hex 6C 77 EB

RGB Percentages of Color #6c77eb

%23.38
%25.76
%50.87

CMYK Percentages of Color #6c77eb

%54
%49
%0
%8

Triadic Colors of #6c77eb

#6c77eb #eb6c77 #77eb6c

Analogous Colors of #6c77eb

#6c77eb #a16ceb #6cb7eb

Monochromatic Colors of #6c77eb

#6c77eb

Complementary Color

#6c77eb #ebe06c

#6c77eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c77eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c77eb Color CSS Codes

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

#6c77eb Text Font Color

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

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


#6c77eb Background Color

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

This div background color is #6c77eb


#6c77eb Border Color

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

This div border color is #6c77eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c77eb


Comments

No comments written yet.

Please login to write comment.