Color Hex Logo

#6977eb Color Hex

#6977EB
(105,119,235)
0 Favorites   0 Comments

Color spaces of #6977eb

RGB 105119235
HSL0.650.760.67
HSV234°55°92°
CMYK 0.550.490.00   0.08
XYZ27.417922.195181.4363
Yxy22.19510.20920.1694
Hunter Lab47.111721.4374-69.5093
CIE-Lab54.233427.6408-60.4522

#6977eb color RGB value is (105,119,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110111 11101011
Octal 151 167 353
Decimal 105 119 235
Hex 69 77 EB

RGB Percentages of Color #6977eb

%22.88
%25.93
%51.20

CMYK Percentages of Color #6977eb

%55
%49
%0
%8

Triadic Colors of #6977eb

#6977eb #eb6977 #77eb69

Analogous Colors of #6977eb

#6977eb #9c69eb #69b8eb

Monochromatic Colors of #6977eb

#6977eb

Complementary Color

#6977eb #ebdd69

#6977eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6977eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6977eb Color CSS Codes

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

#6977eb Text Font Color

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

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


#6977eb Background Color

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

This div background color is #6977eb


#6977eb Border Color

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

This div border color is #6977eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6977eb


Comments

No comments written yet.

Please login to write comment.