Color Hex Logo

#677e8a Color Hex

#677E8A
(103,126,138)
0 Favorites   0 Comments

Color spaces of #677e8a

RGB 103126138
HSL0.560.150.47
HSV201°25°54°
CMYK 0.250.090.00   0.46
XYZ17.641819.640326.9059
Yxy19.64030.27480.3060
Hunter Lab44.3174-6.4984-4.9739
CIE-Lab51.4281-5.4238-9.2492

#677e8a color RGB value is (103,126,138).

#677e8a hex color red value is 103, green value is 126 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #677e8a hue: 0.56 , saturation: 0.15 and the lightness value of 677e8a is 0.47.

The process color (four color CMYK) of #677e8a color hex is 0.25, 0.09, 0.00, 0.46. Web safe color of #677e8a is #666699. Color #677e8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111110 10001010
Octal 147 176 212
Decimal 103 126 138
Hex 67 7E 8A

RGB Percentages of Color #677e8a

%28.07
%34.33
%37.60

CMYK Percentages of Color #677e8a

%25
%9
%0
%46

Triadic Colors of #677e8a

#677e8a #8a677e #7e8a67

Analogous Colors of #677e8a

#677e8a #676d8a #678a85

Monochromatic Colors of #677e8a

#677e8a

Complementary Color

#677e8a #8a7367

#677e8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677e8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#677e8a Color CSS Codes

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

#677e8a Text Font Color

<p style="color:#677e8a">Text here</p>

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


#677e8a Background Color

<div style="background-color:#677e8a">
Div content here</div>

This div background color is #677e8a


#677e8a Border Color

<div style="border:3px solid #677e8a">
Div here</div>

This div border color is #677e8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,126,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #677e8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #677e8a;
  -webkit-box-shadow: 1px 1px 3px 2px #677e8a;
  box-shadow:         1px 1px 3px 2px #677e8a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,126,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677e8a


Comments

No comments written yet.

Please login to write comment.