COLOR #676EA9

HEX: #676EA9
RGB: (103,110,169)

Color info

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

RGB color model

#676EA9 color RGB value is (103,110,169).

  • red value is 103;
  • green value is 110;
  • blue value is 169.
RGB:
(103,110,169)
(40%,43%,66%)

RGB channels and saturation

R 103 of 255 = 40%
G 110 of 255 = 43%
B 169 of 255 = 66%

103
110
169

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

Portions of RGB colors in percentages

R + G + B =
103 + 110 + 169 = 382 (100%)
R 103 of 382 ~ 26.96%
G 110 of 382 ~ 28.8%
B 169 of 382 ~ 44.24%

%26.96
%28.8
%44.24

CMYK color model

#676EA9 color CMYK value is (39,35,0,34).

  • cyan value is 39.05%
  • magenta value is 34.91%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(39,35,0,34)
C39M35Y0K34 
(39%,35%,0%,34%)
(0.39/0.35/0.00/0.34)	

CMYK percentages

%39.05
%34.91
%0
%33.73

Codes

Color #676EA9 in popluar color models

676EA9
RGB103110169
HSL234°27.73%53.33%
HSB/HSV234°39.05%66.27%
CMYK39.05%34.91%0.00%
33.73%

Color #676EA9 in popluar number systems.

HEX676EA9
Decimal103110169
Binary1100111110111010101001
Octal147156251

Shades and tints

Shades of #676EA9

#676EA9
(103,110,169)
#5E649A
(94,100,154)
#555A8B
(85,90,139)
#4C507C
(76,80,124)
#43466D
(67,70,109)
#3A3C5E
(58,60,94)
#31324F
(49,50,79)
#282840
(40,40,64)
#1F1E31
(31,30,49)
#161422
(22,20,34)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #676EA9

#676EA9
(103,110,169)
#747BB0
(116,123,176)
#8188B7
(129,136,183)
#8E95BE
(142,149,190)
#9BA2C5
(155,162,197)
#A8AFCC
(168,175,204)
#B5BCD3
(181,188,211)
#C2C9DA
(194,201,218)
#CFD6E1
(207,214,225)
#DCE3E8
(220,227,232)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676EA9; }

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

This text font color is #676EA9.


Background Color

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

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

This div background color is #676EA9.


Border color

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

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

This div border color is #676EA9.


Opacity

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

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

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

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

This text has shadow with #676EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676EA9 on black background.


Color preview on white background

This text has color #676EA9 on white background.



Black color preview on #676EA9 background

This text has black color on #676EA9 background.


White color preview on #676EA9 background

This text has white color on #676EA9 background.