COLOR #677A90

HEX: #677A90
RGB: (103,122,144)

Color info

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

RGB color model

#677A90 color RGB value is (103,122,144).

  • red value is 103;
  • green value is 122;
  • blue value is 144.
RGB:
(103,122,144)
(40%,48%,56%)

RGB channels and saturation

R 103 of 255 = 40%
G 122 of 255 = 48%
B 144 of 255 = 56%

103
122
144

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

Portions of RGB colors in percentages

R + G + B =
103 + 122 + 144 = 369 (100%)
R 103 of 369 ~ 27.91%
G 122 of 369 ~ 33.06%
B 144 of 369 ~ 39.02%

%27.91
%33.06
%39.02

CMYK color model

#677A90 color CMYK value is (28,15,0,44).

  • cyan value is 28.47%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(28,15,0,44)
C28M15Y0K44 
(28%,15%,0%,44%)
(0.28/0.15/0.00/0.44)	

CMYK percentages

%28.47
%15.28
%0
%43.53

Codes

Color #677A90 in popluar color models

677A90
RGB103122144
HSL212°16.60%48.43%
HSB/HSV212°28.47%56.47%
CMYK28.47%15.28%0.00%
43.53%

Color #677A90 in popluar number systems.

HEX677A90
Decimal103122144
Binary1100111111101010010000
Octal147172220

Shades and tints

Shades of #677A90

#677A90
(103,122,144)
#5E6F83
(94,111,131)
#556476
(85,100,118)
#4C5969
(76,89,105)
#434E5C
(67,78,92)
#3A434F
(58,67,79)
#313842
(49,56,66)
#282D35
(40,45,53)
#1F2228
(31,34,40)
#16171B
(22,23,27)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #677A90

#677A90
(103,122,144)
#74869A
(116,134,154)
#8192A4
(129,146,164)
#8E9EAE
(142,158,174)
#9BAAB8
(155,170,184)
#A8B6C2
(168,182,194)
#B5C2CC
(181,194,204)
#C2CED6
(194,206,214)
#CFDAE0
(207,218,224)
#DCE6EA
(220,230,234)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677A90; }

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

This text font color is #677A90.


Background Color

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

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

This div background color is #677A90.


Border color

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

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

This div border color is #677A90.


Opacity

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

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

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

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

This text has shadow with #677A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677A90 on black background.


Color preview on white background

This text has color #677A90 on white background.



Black color preview on #677A90 background

This text has black color on #677A90 background.


White color preview on #677A90 background

This text has white color on #677A90 background.