COLOR #676F95

HEX: #676F95
RGB: (103,111,149)

Color info

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

RGB color model

#676F95 color RGB value is (103,111,149).

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

RGB channels and saturation

R 103 of 255 = 40%
G 111 of 255 = 44%
B 149 of 255 = 58%

103
111
149

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

Portions of RGB colors in percentages

R + G + B =
103 + 111 + 149 = 363 (100%)
R 103 of 363 ~ 28.37%
G 111 of 363 ~ 30.58%
B 149 of 363 ~ 41.05%

%28.37
%30.58
%41.05

CMYK color model

#676F95 color CMYK value is (31,26,0,42).

  • cyan value is 30.87%
  • magenta value is 25.50%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(31,26,0,42)
C31M26Y0K42 
(31%,26%,0%,42%)
(0.31/0.26/0.00/0.42)	

CMYK percentages

%30.87
%25.5
%0
%41.57

Codes

Color #676F95 in popluar color models

676F95
RGB103111149
HSL230°18.25%49.41%
HSB/HSV230°30.87%58.43%
CMYK30.87%25.50%0.00%
41.57%

Color #676F95 in popluar number systems.

HEX676F95
Decimal103111149
Binary1100111110111110010101
Octal147157225

Shades and tints

Shades of #676F95

#676F95
(103,111,149)
#5E6588
(94,101,136)
#555B7B
(85,91,123)
#4C516E
(76,81,110)
#434761
(67,71,97)
#3A3D54
(58,61,84)
#313347
(49,51,71)
#28293A
(40,41,58)
#1F1F2D
(31,31,45)
#161520
(22,21,32)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #676F95

#676F95
(103,111,149)
#747C9E
(116,124,158)
#8189A7
(129,137,167)
#8E96B0
(142,150,176)
#9BA3B9
(155,163,185)
#A8B0C2
(168,176,194)
#B5BDCB
(181,189,203)
#C2CAD4
(194,202,212)
#CFD7DD
(207,215,221)
#DCE4E6
(220,228,230)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676F95; }

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

This text font color is #676F95.


Background Color

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

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

This div background color is #676F95.


Border color

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

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

This div border color is #676F95.


Opacity

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

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

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

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

This text has shadow with #676F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676F95 on black background.


Color preview on white background

This text has color #676F95 on white background.



Black color preview on #676F95 background

This text has black color on #676F95 background.


White color preview on #676F95 background

This text has white color on #676F95 background.