COLOR #677A9D

HEX: #677A9D RGB: (103,122,157)

Color info

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

RGB color model

#677A9D color RGB value is (103,122,157).

RGB: (103,122,157) (40%, 48%, 62%)

RGB channels and saturation

R 103 of 255 = 40%
G 122 of 255 = 48%
B 157 of 255 = 62%

103
122
157

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

Portions of RGB colors in percentages

R + G + B = 103 + 122 + 157 = 382 (100%)
R 103 of 382 ~ 26.96%
G 122 of 382 ~ 31.94%
B 157 of 382 ~ 41.1'%

%26.96
%31.94
%41.1

CMYK color model

#677A9D color CMYK value is (34,22,0,38).

  • cyan value is 34.39%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (34,22,0,38)
C34M22Y0K38 (34%, 22%, 0%, 38%)
(0.34 / 0.22 / 0.00 / 0.38)

CMYK percentages

%34.39
%22.29
%0
%38.43

Codes

Color #677A9D in popluar color models

67 7A 9D
RGB 103 122 157
HSL 219° 21.60% 50.98%
HSB/HSV 219° 34.39% 61.57%
CMYK 34.39% 22.29% 0.00%
38.43%

Color #677A9D in popluar number systems.

HEX 67 7A 9D
Decimal 103 122 157
Binary 1100111 1111010 10011101
Octal 147 172 235

Shades and tints

Shades of #677A9D

#677A9D
(103,122,157)
#5E6F8F
(94,111,143)
#556481
(85,100,129)
#4C5973
(76,89,115)
#434E65
(67,78,101)
#3A4357
(58,67,87)
#313849
(49,56,73)
#282D3B
(40,45,59)
#1F222D
(31,34,45)
#16171F
(22,23,31)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #677A9D

#677A9D
(103,122,157)
#7486A5
(116,134,165)
#8192AD
(129,146,173)
#8E9EB5
(142,158,181)
#9BAABD
(155,170,189)
#A8B6C5
(168,182,197)
#B5C2CD
(181,194,205)
#C2CED5
(194,206,213)
#CFDADD
(207,218,221)
#DCE6E5
(220,230,229)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677A9D color. Also use rgb(103,122,157) instead hex code.

Text Font Color

.myTextColor { color: #677A9D; }

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

This text font color is #677A9D.

Background Color

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

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

This div background color is #677A9D.

Border color

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

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

This div border color is #677A9D.

Opacity

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

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

Text with #677A9D 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 #677A9D;}

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

This text has shadow with #677A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677A9D.

Preview

Color preview on black background

This text has color #677A9D on black background.


Color preview on white background

This text has color #677A9D on white background.


Black color preview on #677A9D background

This text has black color on #677A9D background.


White color preview on #677A9D background

This text has white color on #677A9D background.


Related colors

Complementary color

Complementary color for #hex is #988562.


I love getcolorcode.com

Triadic colors

1 #9D677A and #7A9D67 with #677A9D are triadic colors.

2 #9D7A67 and #7A679D with #677A9D are triadic colors.