Color Hex Logo

#6777eb Color Hex

#6777EB
(103,119,235)
0 Favorites   0 Comments

Color spaces of #6777eb

RGB 103119235
HSL0.650.770.66
HSV233°56°92°
CMYK 0.560.490.00   0.08
XYZ27.185722.075481.4254
Yxy22.07540.20800.1689
Hunter Lab46.984521.0591-69.8621
CIE-Lab54.106927.2508-60.6622

#6777eb color RGB value is (103,119,235).

#6777eb hex color red value is 103, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6777eb hue: 0.65 , saturation: 0.77 and the lightness value of 6777eb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110111 11101011
Octal 147 167 353
Decimal 103 119 235
Hex 67 77 EB

RGB Percentages of Color #6777eb

%22.54
%26.04
%51.42

CMYK Percentages of Color #6777eb

%56
%49
%0
%8

Triadic Colors of #6777eb

#6777eb #eb6777 #77eb67

Analogous Colors of #6777eb

#6777eb #9967eb #67b9eb

Monochromatic Colors of #6777eb

#6777eb

Complementary Color

#6777eb #ebdb67

#6777eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6777eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6777eb Color CSS Codes

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

#6777eb Text Font Color

<p style="color:#6777eb">Text here</p>

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


#6777eb Background Color

<div style="background-color:#6777eb">
Div content here</div>

This div background color is #6777eb


#6777eb Border Color

<div style="border:3px solid #6777eb">
Div here</div>

This div border color is #6777eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6777eb


Comments

No comments written yet.

Please login to write comment.