Color Hex Logo

#6776eb Color Hex

#6776EB
(103,118,235)
0 Favorites   0 Comments

Color spaces of #6776eb

RGB 103118235
HSL0.650.770.66
HSV233°56°92°
CMYK 0.560.500.00   0.08
XYZ27.067321.838681.3859
Yxy21.83860.20770.1676
Hunter Lab46.731821.6075-70.5444
CIE-Lab53.855327.8562-61.0666

#6776eb color RGB value is (103,118,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110110 11101011
Octal 147 166 353
Decimal 103 118 235
Hex 67 76 EB

RGB Percentages of Color #6776eb

%22.59
%25.88
%51.54

CMYK Percentages of Color #6776eb

%56
%50
%0
%8

Triadic Colors of #6776eb

#6776eb #eb6776 #76eb67

Analogous Colors of #6776eb

#6776eb #9a67eb #67b8eb

Monochromatic Colors of #6776eb

#6776eb

Complementary Color

#6776eb #ebdc67

#6776eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6776eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6776eb Color CSS Codes

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

#6776eb Text Font Color

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

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


#6776eb Background Color

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

This div background color is #6776eb


#6776eb Border Color

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

This div border color is #6776eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6776eb


Comments

No comments written yet.

Please login to write comment.