COLOR #677494

HEX: #677494
RGB: (103,116,148)

Color info

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

RGB color model

#677494 color RGB value is (103,116,148).

  • red value is 103;
  • green value is 116;
  • blue value is 148.
RGB:
(103,116,148)
(40%,45%,58%)

RGB channels and saturation

R 103 of 255 = 40%
G 116 of 255 = 45%
B 148 of 255 = 58%

103
116
148

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

Portions of RGB colors in percentages

R + G + B =
103 + 116 + 148 = 367 (100%)
R 103 of 367 ~ 28.07%
G 116 of 367 ~ 31.61%
B 148 of 367 ~ 40.33%

%28.07
%31.61
%40.33

CMYK color model

#677494 color CMYK value is (30,22,0,42).

  • cyan value is 30.41%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(30,22,0,42)
C30M22Y0K42 
(30%,22%,0%,42%)
(0.30/0.22/0.00/0.42)	

CMYK percentages

%30.41
%21.62
%0
%41.96

Codes

Color #677494 in popluar color models

677494
RGB103116148
HSL223°17.93%49.22%
HSB/HSV223°30.41%58.04%
CMYK30.41%21.62%0.00%
41.96%

Color #677494 in popluar number systems.

HEX677494
Decimal103116148
Binary1100111111010010010100
Octal147164224

Shades and tints

Shades of #677494

#677494
(103,116,148)
#5E6A87
(94,106,135)
#55607A
(85,96,122)
#4C566D
(76,86,109)
#434C60
(67,76,96)
#3A4253
(58,66,83)
#313846
(49,56,70)
#282E39
(40,46,57)
#1F242C
(31,36,44)
#161A1F
(22,26,31)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #677494

#677494
(103,116,148)
#74809D
(116,128,157)
#818CA6
(129,140,166)
#8E98AF
(142,152,175)
#9BA4B8
(155,164,184)
#A8B0C1
(168,176,193)
#B5BCCA
(181,188,202)
#C2C8D3
(194,200,211)
#CFD4DC
(207,212,220)
#DCE0E5
(220,224,229)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677494 color. Also use rgb(103,116,148) instead hex code.

Text Font Color

.myTextColor { color: #677494; }

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

This text font color is #677494.


Background Color

.myBgColor { background-color: #677494; }

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

This div background color is #677494.


Border color

.myBorderColor { border: 1px solid #677494; }

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

This div border color is #677494.


Opacity

.myOpacity80 { color: #677494; opacity: 0.8; }

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

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

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

This text has shadow with #677494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677494 on black background.


Color preview on white background

This text has color #677494 on white background.



Black color preview on #677494 background

This text has black color on #677494 background.


White color preview on #677494 background

This text has white color on #677494 background.