COLOR #677B91

HEX: #677B91 RGB: (103,123,145)

Color info

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

RGB color model

#677B91 color RGB value is (103,123,145).

RGB: (103,123,145) (40%, 48%, 57%)

RGB channels and saturation

R 103 of 255 = 40%
G 123 of 255 = 48%
B 145 of 255 = 57%

103
123
145

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

Portions of RGB colors in percentages

R + G + B = 103 + 123 + 145 = 371 (100%)
R 103 of 371 ~ 27.76%
G 123 of 371 ~ 33.15%
B 145 of 371 ~ 39.08'%

%27.76
%33.15
%39.08

CMYK color model

#677B91 color CMYK value is (29,15,0,43).

  • cyan value is 28.97%
  • magenta value is 15.17%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (29,15,0,43)
C29M15Y0K43 (29%, 15%, 0%, 43%)
(0.29 / 0.15 / 0.00 / 0.43)

CMYK percentages

%28.97
%15.17
%0
%43.14

Codes

Color #677B91 in popluar color models

67 7B 91
RGB 103 123 145
HSL 211° 16.94% 48.63%
HSB/HSV 211° 28.97% 56.86%
CMYK 28.97% 15.17% 0.00%
43.14%

Color #677B91 in popluar number systems.

HEX 67 7B 91
Decimal 103 123 145
Binary 1100111 1111011 10010001
Octal 147 173 221

Shades and tints

Shades of #677B91

#677B91
(103,123,145)
#5E7084
(94,112,132)
#556577
(85,101,119)
#4C5A6A
(76,90,106)
#434F5D
(67,79,93)
#3A4450
(58,68,80)
#313943
(49,57,67)
#282E36
(40,46,54)
#1F2329
(31,35,41)
#16181C
(22,24,28)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #677B91

#677B91
(103,123,145)
#74879B
(116,135,155)
#8193A5
(129,147,165)
#8E9FAF
(142,159,175)
#9BABB9
(155,171,185)
#A8B7C3
(168,183,195)
#B5C3CD
(181,195,205)
#C2CFD7
(194,207,215)
#CFDBE1
(207,219,225)
#DCE7EB
(220,231,235)
#E9F3F5
(233,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677B91 color. Also use rgb(103,123,145) instead hex code.

Text Font Color

.myTextColor { color: #677B91; }

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

This text font color is #677B91.

Background Color

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

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

This div background color is #677B91.

Border color

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

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

This div border color is #677B91.

Opacity

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

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

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

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

This text has shadow with #677B91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677B91.

Preview

Color preview on black background

This text has color #677B91 on black background.


Color preview on white background

This text has color #677B91 on white background.


Black color preview on #677B91 background

This text has black color on #677B91 background.


White color preview on #677B91 background

This text has white color on #677B91 background.


Related colors

Complementary color

Complementary color for #hex is #98846E.


I love getcolorcode.com

Triadic colors

1 #91677B and #7B9167 with #677B91 are triadic colors.

2 #917B67 and #7B6791 with #677B91 are triadic colors.