COLOR #676E94

HEX: #676E94 RGB: (103,110,148)

Color info

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

RGB color model

#676E94 color RGB value is (103,110,148).

RGB: (103,110,148) (40%, 43%, 58%)

RGB channels and saturation

R 103 of 255 = 40%
G 110 of 255 = 43%
B 148 of 255 = 58%

103
110
148

R + G + B ~ 47%. #676E94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 110 + 148 = 361 (100%)
R 103 of 361 ~ 28.53%
G 110 of 361 ~ 30.47%
B 148 of 361 ~ 41'%

%28.53
%30.47
%41

CMYK color model

#676E94 color CMYK value is (30,26,0,42).

  • cyan value is 30.41%
  • magenta value is 25.68%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (30,26,0,42)
C30M26Y0K42 (30%, 26%, 0%, 42%)
(0.30 / 0.26 / 0.00 / 0.42)

CMYK percentages

%30.41
%25.68
%0
%41.96

Codes

Color #676E94 in popluar color models

67 6E 94
RGB 103 110 148
HSL 231° 17.93% 49.22%
HSB/HSV 231° 30.41% 58.04%
CMYK 30.41% 25.68% 0.00%
41.96%

Color #676E94 in popluar number systems.

HEX 67 6E 94
Decimal 103 110 148
Binary 1100111 1101110 10010100
Octal 147 156 224

Shades and tints

Shades of #676E94

#676E94
(103,110,148)
#5E6487
(94,100,135)
#555A7A
(85,90,122)
#4C506D
(76,80,109)
#434660
(67,70,96)
#3A3C53
(58,60,83)
#313246
(49,50,70)
#282839
(40,40,57)
#1F1E2C
(31,30,44)
#16141F
(22,20,31)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #676E94

#676E94
(103,110,148)
#747B9D
(116,123,157)
#8188A6
(129,136,166)
#8E95AF
(142,149,175)
#9BA2B8
(155,162,184)
#A8AFC1
(168,175,193)
#B5BCCA
(181,188,202)
#C2C9D3
(194,201,211)
#CFD6DC
(207,214,220)
#DCE3E5
(220,227,229)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676E94; }

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

This text font color is #676E94.

Background Color

.myBgColor { background-color: #676E94; }

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

This div background color is #676E94.

Border color

.myBorderColor { border: 1px solid #676E94; }

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

This div border color is #676E94.

Opacity

.myOpacity80 { color: #676E94; opacity: 0.8; }

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

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

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

This text has shadow with #676E94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676E94.

Preview

Color preview on black background

This text has color #676E94 on black background.


Color preview on white background

This text has color #676E94 on white background.


Black color preview on #676E94 background

This text has black color on #676E94 background.


White color preview on #676E94 background

This text has white color on #676E94 background.


Related colors

Complementary color

Complementary color for #hex is #98916B.


I love getcolorcode.com

Triadic colors

1 #94676E and #6E9467 with #676E94 are triadic colors.

2 #946E67 and #6E6794 with #676E94 are triadic colors.