COLOR #676D9C

HEX: #676D9C
RGB: (103,109,156)

Color info

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

RGB color model

#676D9C color RGB value is (103,109,156).

  • red value is 103;
  • green value is 109;
  • blue value is 156.
RGB:
(103,109,156)
(40%,43%,61%)

RGB channels and saturation

R 103 of 255 = 40%
G 109 of 255 = 43%
B 156 of 255 = 61%

103
109
156

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

Portions of RGB colors in percentages

R + G + B =
103 + 109 + 156 = 368 (100%)
R 103 of 368 ~ 27.99%
G 109 of 368 ~ 29.62%
B 156 of 368 ~ 42.39%

%27.99
%29.62
%42.39

CMYK color model

#676D9C color CMYK value is (34,30,0,39).

  • cyan value is 33.97%
  • magenta value is 30.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(34,30,0,39)
C34M30Y0K39 
(34%,30%,0%,39%)
(0.34/0.30/0.00/0.39)	

CMYK percentages

%33.97
%30.13
%0
%38.82

Codes

Color #676D9C in popluar color models

676D9C
RGB103109156
HSL233°21.12%50.78%
HSB/HSV233°33.97%61.18%
CMYK33.97%30.13%0.00%
38.82%

Color #676D9C in popluar number systems.

HEX676D9C
Decimal103109156
Binary1100111110110110011100
Octal147155234

Shades and tints

Shades of #676D9C

#676D9C
(103,109,156)
#5E648E
(94,100,142)
#555B80
(85,91,128)
#4C5272
(76,82,114)
#434964
(67,73,100)
#3A4056
(58,64,86)
#313748
(49,55,72)
#282E3A
(40,46,58)
#1F252C
(31,37,44)
#161C1E
(22,28,30)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #676D9C

#676D9C
(103,109,156)
#747AA5
(116,122,165)
#8187AE
(129,135,174)
#8E94B7
(142,148,183)
#9BA1C0
(155,161,192)
#A8AEC9
(168,174,201)
#B5BBD2
(181,187,210)
#C2C8DB
(194,200,219)
#CFD5E4
(207,213,228)
#DCE2ED
(220,226,237)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676D9C color. Also use rgb(103,109,156) instead hex code.

Text Font Color

.myTextColor { color: #676D9C; }

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

This text font color is #676D9C.


Background Color

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

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

This div background color is #676D9C.


Border color

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

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

This div border color is #676D9C.


Opacity

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

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

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

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

This text has shadow with #676D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D9C on black background.


Color preview on white background

This text has color #676D9C on white background.



Black color preview on #676D9C background

This text has black color on #676D9C background.


White color preview on #676D9C background

This text has white color on #676D9C background.