Color Hex Logo

#677e9e Color Hex

#677E9E
(103,126,158)
0 Favorites   0 Comments

Color spaces of #677e9e

RGB 103126158
HSL0.600.220.51
HSV215°35°62°
CMYK 0.350.200.00   0.38
XYZ19.225920.273935.2477
Yxy20.27390.25720.2712
Hunter Lab45.0265-2.5787-14.8948
CIE-Lab52.1455-0.2229-19.8340

#677e9e color RGB value is (103,126,158).

#677e9e hex color red value is 103, green value is 126 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #677e9e hue: 0.60 , saturation: 0.22 and the lightness value of 677e9e is 0.51.

The process color (four color CMYK) of #677e9e color hex is 0.35, 0.20, 0.00, 0.38. Web safe color of #677e9e is #666699. Color #677e9e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111110 10011110
Octal 147 176 236
Decimal 103 126 158
Hex 67 7E 9E

RGB Percentages of Color #677e9e

%26.61
%32.56
%40.83

CMYK Percentages of Color #677e9e

%35
%20
%0
%38

Triadic Colors of #677e9e

#677e9e #9e677e #7e9e67

Analogous Colors of #677e9e

#677e9e #6c679e #679a9e

Monochromatic Colors of #677e9e

#677e9e

Complementary Color

#677e9e #9e8767

#677e9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677e9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#677e9e Color CSS Codes

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

#677e9e Text Font Color

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

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


#677e9e Background Color

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

This div background color is #677e9e


#677e9e Border Color

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

This div border color is #677e9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677e9e


Comments

No comments written yet.

Please login to write comment.