COLOR #676B95

HEX: #676B95 RGB: (103,107,149)

Color info

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

RGB color model

#676B95 color RGB value is (103,107,149).

RGB: (103,107,149) (40%, 42%, 58%)

RGB channels and saturation

R 103 of 255 = 40%
G 107 of 255 = 42%
B 149 of 255 = 58%

103
107
149

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

Portions of RGB colors in percentages

R + G + B = 103 + 107 + 149 = 359 (100%)
R 103 of 359 ~ 28.69%
G 107 of 359 ~ 29.81%
B 149 of 359 ~ 41.5'%

%28.69
%29.81
%41.5

CMYK color model

#676B95 color CMYK value is (31,28,0,42).

  • cyan value is 30.87%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (31,28,0,42)
C31M28Y0K42 (31%, 28%, 0%, 42%)
(0.31 / 0.28 / 0.00 / 0.42)

CMYK percentages

%30.87
%28.19
%0
%41.57

Codes

Color #676B95 in popluar color models

67 6B 95
RGB 103 107 149
HSL 235° 18.25% 49.41%
HSB/HSV 235° 30.87% 58.43%
CMYK 30.87% 28.19% 0.00%
41.57%

Color #676B95 in popluar number systems.

HEX 67 6B 95
Decimal 103 107 149
Binary 1100111 1101011 10010101
Octal 147 153 225

Shades and tints

Shades of #676B95

#676B95
(103,107,149)
#5E6288
(94,98,136)
#55597B
(85,89,123)
#4C506E
(76,80,110)
#434761
(67,71,97)
#3A3E54
(58,62,84)
#313547
(49,53,71)
#282C3A
(40,44,58)
#1F232D
(31,35,45)
#161A20
(22,26,32)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #676B95

#676B95
(103,107,149)
#74789E
(116,120,158)
#8185A7
(129,133,167)
#8E92B0
(142,146,176)
#9B9FB9
(155,159,185)
#A8ACC2
(168,172,194)
#B5B9CB
(181,185,203)
#C2C6D4
(194,198,212)
#CFD3DD
(207,211,221)
#DCE0E6
(220,224,230)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676B95; }

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

This text font color is #676B95.

Background Color

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

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

This div background color is #676B95.

Border color

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

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

This div border color is #676B95.

Opacity

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

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

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

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

This text has shadow with #676B95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676B95.

Preview

Color preview on black background

This text has color #676B95 on black background.


Color preview on white background

This text has color #676B95 on white background.


Black color preview on #676B95 background

This text has black color on #676B95 background.


White color preview on #676B95 background

This text has white color on #676B95 background.


Related colors

Complementary color

Complementary color for #hex is #98946A.


I love getcolorcode.com

Triadic colors

1 #95676B and #6B9567 with #676B95 are triadic colors.

2 #956B67 and #6B6795 with #676B95 are triadic colors.