COLOR #676AA4

HEX: #676AA4 RGB: (103,106,164)

Color info

#676AA4 contains mainly green and blue colors. Web safe color of #676AA4 is #666699 (or #669).

RGB color model

#676AA4 color RGB value is (103,106,164).

RGB: (103,106,164) (40%, 42%, 64%)

RGB channels and saturation

R 103 of 255 = 40%
G 106 of 255 = 42%
B 164 of 255 = 64%

103
106
164

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

Portions of RGB colors in percentages

R + G + B = 103 + 106 + 164 = 373 (100%)
R 103 of 373 ~ 27.61%
G 106 of 373 ~ 28.42%
B 164 of 373 ~ 43.97'%

%27.61
%28.42
%43.97

CMYK color model

#676AA4 color CMYK value is (37,35,0,36).

  • cyan value is 37.20%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (37,35,0,36)
C37M35Y0K36 (37%, 35%, 0%, 36%)
(0.37 / 0.35 / 0.00 / 0.36)

CMYK percentages

%37.2
%35.37
%0
%35.69

Codes

Color #676AA4 in popluar color models

67 6A A4
RGB 103 106 164
HSL 237° 25.10% 52.35%
HSB/HSV 237° 37.20% 64.31%
CMYK 37.20% 35.37% 0.00%
35.69%

Color #676AA4 in popluar number systems.

HEX 67 6A A4
Decimal 103 106 164
Binary 1100111 1101010 10100100
Octal 147 152 244

Shades and tints

Shades of #676AA4

#676AA4
(103,106,164)
#5E6196
(94,97,150)
#555888
(85,88,136)
#4C4F7A
(76,79,122)
#43466C
(67,70,108)
#3A3D5E
(58,61,94)
#313450
(49,52,80)
#282B42
(40,43,66)
#1F2234
(31,34,52)
#161926
(22,25,38)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #676AA4

#676AA4
(103,106,164)
#7477AC
(116,119,172)
#8184B4
(129,132,180)
#8E91BC
(142,145,188)
#9B9EC4
(155,158,196)
#A8ABCC
(168,171,204)
#B5B8D4
(181,184,212)
#C2C5DC
(194,197,220)
#CFD2E4
(207,210,228)
#DCDFEC
(220,223,236)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676AA4 color. Also use rgb(103,106,164) instead hex code.

Text Font Color

.myTextColor { color: #676AA4; }

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

This text font color is #676AA4.

Background Color

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

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

This div background color is #676AA4.

Border color

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

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

This div border color is #676AA4.

Opacity

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

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

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

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

This text has shadow with #676AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676AA4.

Preview

Color preview on black background

This text has color #676AA4 on black background.


Color preview on white background

This text has color #676AA4 on white background.


Black color preview on #676AA4 background

This text has black color on #676AA4 background.


White color preview on #676AA4 background

This text has white color on #676AA4 background.


Related colors

Complementary color

Complementary color for #hex is #98955B.


I love getcolorcode.com

Triadic colors

1 #A4676A and #6AA467 with #676AA4 are triadic colors.

2 #A46A67 and #6A67A4 with #676AA4 are triadic colors.