COLOR #676992

HEX: #676992
RGB: (103,105,146)

Color info

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

RGB color model

#676992 color RGB value is (103,105,146).

  • red value is 103;
  • green value is 105;
  • blue value is 146.
RGB:
(103,105,146)
(40%,41%,57%)

RGB channels and saturation

R 103 of 255 = 40%
G 105 of 255 = 41%
B 146 of 255 = 57%

103
105
146

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

Portions of RGB colors in percentages

R + G + B =
103 + 105 + 146 = 354 (100%)
R 103 of 354 ~ 29.1%
G 105 of 354 ~ 29.66%
B 146 of 354 ~ 41.24%

%29.1
%29.66
%41.24

CMYK color model

#676992 color CMYK value is (29,28,0,43).

  • cyan value is 29.45%
  • magenta value is 28.08%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(29,28,0,43)
C29M28Y0K43 
(29%,28%,0%,43%)
(0.29/0.28/0.00/0.43)	

CMYK percentages

%29.45
%28.08
%0
%42.75

Codes

Color #676992 in popluar color models

676992
RGB103105146
HSL237°17.27%48.82%
HSB/HSV237°29.45%57.25%
CMYK29.45%28.08%0.00%
42.75%

Color #676992 in popluar number systems.

HEX676992
Decimal103105146
Binary1100111110100110010010
Octal147151222

Shades and tints

Shades of #676992

#676992
(103,105,146)
#5E6085
(94,96,133)
#555778
(85,87,120)
#4C4E6B
(76,78,107)
#43455E
(67,69,94)
#3A3C51
(58,60,81)
#313344
(49,51,68)
#282A37
(40,42,55)
#1F212A
(31,33,42)
#16181D
(22,24,29)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #676992

#676992
(103,105,146)
#74769B
(116,118,155)
#8183A4
(129,131,164)
#8E90AD
(142,144,173)
#9B9DB6
(155,157,182)
#A8AABF
(168,170,191)
#B5B7C8
(181,183,200)
#C2C4D1
(194,196,209)
#CFD1DA
(207,209,218)
#DCDEE3
(220,222,227)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676992 color. Also use rgb(103,105,146) instead hex code.

Text Font Color

.myTextColor { color: #676992; }

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

This text font color is #676992.


Background Color

.myBgColor { background-color: #676992; }

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

This div background color is #676992.


Border color

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

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

This div border color is #676992.


Opacity

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

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

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

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

This text has shadow with #676992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676992 on black background.


Color preview on white background

This text has color #676992 on white background.



Black color preview on #676992 background

This text has black color on #676992 background.


White color preview on #676992 background

This text has white color on #676992 background.