COLOR #676F97

HEX: #676F97
RGB: (103,111,151)

Color info

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

RGB color model

#676F97 color RGB value is (103,111,151).

  • red value is 103;
  • green value is 111;
  • blue value is 151.
RGB:
(103,111,151)
(40%,44%,59%)

RGB channels and saturation

R 103 of 255 = 40%
G 111 of 255 = 44%
B 151 of 255 = 59%

103
111
151

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

Portions of RGB colors in percentages

R + G + B =
103 + 111 + 151 = 365 (100%)
R 103 of 365 ~ 28.22%
G 111 of 365 ~ 30.41%
B 151 of 365 ~ 41.37%

%28.22
%30.41
%41.37

CMYK color model

#676F97 color CMYK value is (32,26,0,41).

  • cyan value is 31.79%
  • magenta value is 26.49%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(32,26,0,41)
C32M26Y0K41 
(32%,26%,0%,41%)
(0.32/0.26/0.00/0.41)	

CMYK percentages

%31.79
%26.49
%0
%40.78

Codes

Color #676F97 in popluar color models

676F97
RGB103111151
HSL230°18.90%49.80%
HSB/HSV230°31.79%59.22%
CMYK31.79%26.49%0.00%
40.78%

Color #676F97 in popluar number systems.

HEX676F97
Decimal103111151
Binary1100111110111110010111
Octal147157227

Shades and tints

Shades of #676F97

#676F97
(103,111,151)
#5E658A
(94,101,138)
#555B7D
(85,91,125)
#4C5170
(76,81,112)
#434763
(67,71,99)
#3A3D56
(58,61,86)
#313349
(49,51,73)
#28293C
(40,41,60)
#1F1F2F
(31,31,47)
#161522
(22,21,34)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #676F97

#676F97
(103,111,151)
#747CA0
(116,124,160)
#8189A9
(129,137,169)
#8E96B2
(142,150,178)
#9BA3BB
(155,163,187)
#A8B0C4
(168,176,196)
#B5BDCD
(181,189,205)
#C2CAD6
(194,202,214)
#CFD7DF
(207,215,223)
#DCE4E8
(220,228,232)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676F97 color. Also use rgb(103,111,151) instead hex code.

Text Font Color

.myTextColor { color: #676F97; }

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

This text font color is #676F97.


Background Color

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

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

This div background color is #676F97.


Border color

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

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

This div border color is #676F97.


Opacity

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

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

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

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

This text has shadow with #676F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676F97 on black background.


Color preview on white background

This text has color #676F97 on white background.



Black color preview on #676F97 background

This text has black color on #676F97 background.


White color preview on #676F97 background

This text has white color on #676F97 background.