COLOR #677C9E

HEX: #677C9E RGB: (103,124,158)

Color info

#677C9E contains red, green and blue colors in about the same proportion. Web safe color of #677C9E is #666699 (or #669).

RGB color model

#677C9E color RGB value is (103,124,158).

RGB: (103,124,158) (40%, 49%, 62%)

RGB channels and saturation

R 103 of 255 = 40%
G 124 of 255 = 49%
B 158 of 255 = 62%

103
124
158

R + G + B ~ 50%. #677C9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 124 + 158 = 385 (100%)
R 103 of 385 ~ 26.75%
G 124 of 385 ~ 32.21%
B 158 of 385 ~ 41.04'%

%26.75
%32.21
%41.04

CMYK color model

#677C9E color CMYK value is (35,22,0,38).

  • cyan value is 34.81%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (35,22,0,38)
C35M22Y0K38 (35%, 22%, 0%, 38%)
(0.35 / 0.22 / 0.00 / 0.38)

CMYK percentages

%34.81
%21.52
%0
%38.04

Codes

Color #677C9E in popluar color models

67 7C 9E
RGB 103 124 158
HSL 217° 22.09% 51.18%
HSB/HSV 217° 34.81% 61.96%
CMYK 34.81% 21.52% 0.00%
38.04%

Color #677C9E in popluar number systems.

HEX 67 7C 9E
Decimal 103 124 158
Binary 1100111 1111100 10011110
Octal 147 174 236

Shades and tints

Shades of #677C9E

#677C9E
(103,124,158)
#5E7190
(94,113,144)
#556682
(85,102,130)
#4C5B74
(76,91,116)
#435066
(67,80,102)
#3A4558
(58,69,88)
#313A4A
(49,58,74)
#282F3C
(40,47,60)
#1F242E
(31,36,46)
#161920
(22,25,32)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #677C9E

#677C9E
(103,124,158)
#7487A6
(116,135,166)
#8192AE
(129,146,174)
#8E9DB6
(142,157,182)
#9BA8BE
(155,168,190)
#A8B3C6
(168,179,198)
#B5BECE
(181,190,206)
#C2C9D6
(194,201,214)
#CFD4DE
(207,212,222)
#DCDFE6
(220,223,230)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677C9E color. Also use rgb(103,124,158) instead hex code.

Text Font Color

.myTextColor { color: #677C9E; }

<p style="color:#677C9E">This sample text font color is #677C9E.</p>

This text font color is #677C9E.

Background Color

.myBgColor { background-color: #677C9E; }

<div style="background-color:#677C9E">Inner text</div>

This div background color is #677C9E.

Border color

.myBorderColor { border: 1px solid #677C9E; }

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

This div border color is #677C9E.

Opacity

.myOpacity80 { color: #677C9E; opacity: 0.8; }

<p style="color:#677C9E;opacity:0.8;">80%</p>

Text with #677C9E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #677C9E;}

<p style="text-shadow: 3px 3px 1px #677C9E">Text here.</p>

This text has shadow with #677C9E color.


.textShadow {text-shadow: 3px 3px 1px #677C9E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #677C9E, 5px 5px 20px red">Text here.</p>

This text has shadow with #677C9E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#677C9E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#677C9E, Direction=45, Strength=4)">Text</p>

This text has shadow with #677C9E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #677C9E;
-webkit-box-shadow: 1px 1px 3px 2px #677C9E;
box-shadow: 1px 1px 3px 2px #677C9E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #677C9E; -webkit-box-shadow: 1px 1px 3px 2px #677C9E; box-shadow:1px 1px 3px 2px #677C9E;">
Div content here
</div>

This div box has shadow with color #677C9E.

Preview

Color preview on black background

This text has color #677C9E on black background.


Color preview on white background

This text has color #677C9E on white background.


Black color preview on #677C9E background

This text has black color on #677C9E background.


White color preview on #677C9E background

This text has white color on #677C9E background.


Related colors

Complementary color

Complementary color for #hex is #988361.


I love getcolorcode.com

Triadic colors

1 #9E677C and #7C9E67 with #677C9E are triadic colors.

2 #9E7C67 and #7C679E with #677C9E are triadic colors.