COLOR #676091

HEX: #676091
RGB: (103,96,145)

Color info

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

RGB color model

#676091 color RGB value is (103,96,145).

  • red value is 103;
  • green value is 96;
  • blue value is 145.
RGB:
(103,96,145)
(40%,38%,57%)

RGB channels and saturation

R 103 of 255 = 40%
G 96 of 255 = 38%
B 145 of 255 = 57%

103
96
145

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

Portions of RGB colors in percentages

R + G + B =
103 + 96 + 145 = 344 (100%)
R 103 of 344 ~ 29.94%
G 96 of 344 ~ 27.91%
B 145 of 344 ~ 42.15%

%29.94
%27.91
%42.15

CMYK color model

#676091 color CMYK value is (29,34,0,43).

  • cyan value is 28.97%
  • magenta value is 33.79%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(29,34,0,43)
C29M34Y0K43 
(29%,34%,0%,43%)
(0.29/0.34/0.00/0.43)	

CMYK percentages

%28.97
%33.79
%0
%43.14

Codes

Color #676091 in popluar color models

676091
RGB10396145
HSL249°20.33%47.25%
HSB/HSV249°33.79%56.86%
CMYK28.97%33.79%0.00%
43.14%

Color #676091 in popluar number systems.

HEX676091
Decimal10396145
Binary1100111110000010010001
Octal147140221

Shades and tints

Shades of #676091

#676091
(103,96,145)
#5E5884
(94,88,132)
#555077
(85,80,119)
#4C486A
(76,72,106)
#43405D
(67,64,93)
#3A3850
(58,56,80)
#313043
(49,48,67)
#282836
(40,40,54)
#1F2029
(31,32,41)
#16181C
(22,24,28)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #676091

#676091
(103,96,145)
#746E9B
(116,110,155)
#817CA5
(129,124,165)
#8E8AAF
(142,138,175)
#9B98B9
(155,152,185)
#A8A6C3
(168,166,195)
#B5B4CD
(181,180,205)
#C2C2D7
(194,194,215)
#CFD0E1
(207,208,225)
#DCDEEB
(220,222,235)
#E9ECF5
(233,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676091 color. Also use rgb(103,96,145) instead hex code.

Text Font Color

.myTextColor { color: #676091; }

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

This text font color is #676091.


Background Color

.myBgColor { background-color: #676091; }

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

This div background color is #676091.


Border color

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

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

This div border color is #676091.


Opacity

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

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

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

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

This text has shadow with #676091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676091 on black background.


Color preview on white background

This text has color #676091 on white background.



Black color preview on #676091 background

This text has black color on #676091 background.


White color preview on #676091 background

This text has white color on #676091 background.