COLOR #676CA4

HEX: #676CA4
RGB: (103,108,164)

Color info

#676CA4 contains mainly green and blue colors. Web safe color of #676CA4 is #666699 (or #669).

RGB color model

#676CA4 color RGB value is (103,108,164).

  • red value is 103;
  • green value is 108;
  • blue value is 164.
RGB:
(103,108,164)
(40%,42%,64%)

RGB channels and saturation

R 103 of 255 = 40%
G 108 of 255 = 42%
B 164 of 255 = 64%

103
108
164

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

Portions of RGB colors in percentages

R + G + B =
103 + 108 + 164 = 375 (100%)
R 103 of 375 ~ 27.47%
G 108 of 375 ~ 28.8%
B 164 of 375 ~ 43.73%

%27.47
%28.8
%43.73

CMYK color model

#676CA4 color CMYK value is (37,34,0,36).

  • cyan value is 37.20%
  • magenta value is 34.15%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(37,34,0,36)
C37M34Y0K36 
(37%,34%,0%,36%)
(0.37/0.34/0.00/0.36)	

CMYK percentages

%37.2
%34.15
%0
%35.69

Codes

Color #676CA4 in popluar color models

676CA4
RGB103108164
HSL235°25.10%52.35%
HSB/HSV235°37.20%64.31%
CMYK37.20%34.15%0.00%
35.69%

Color #676CA4 in popluar number systems.

HEX676CA4
Decimal103108164
Binary1100111110110010100100
Octal147154244

Shades and tints

Shades of #676CA4

#676CA4
(103,108,164)
#5E6396
(94,99,150)
#555A88
(85,90,136)
#4C517A
(76,81,122)
#43486C
(67,72,108)
#3A3F5E
(58,63,94)
#313650
(49,54,80)
#282D42
(40,45,66)
#1F2434
(31,36,52)
#161B26
(22,27,38)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #676CA4

#676CA4
(103,108,164)
#7479AC
(116,121,172)
#8186B4
(129,134,180)
#8E93BC
(142,147,188)
#9BA0C4
(155,160,196)
#A8ADCC
(168,173,204)
#B5BAD4
(181,186,212)
#C2C7DC
(194,199,220)
#CFD4E4
(207,212,228)
#DCE1EC
(220,225,236)
#E9EEF4
(233,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676CA4 color. Also use rgb(103,108,164) instead hex code.

Text Font Color

.myTextColor { color: #676CA4; }

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

This text font color is #676CA4.


Background Color

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

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

This div background color is #676CA4.


Border color

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

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

This div border color is #676CA4.


Opacity

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

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

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

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

This text has shadow with #676CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676CA4 on black background.


Color preview on white background

This text has color #676CA4 on white background.



Black color preview on #676CA4 background

This text has black color on #676CA4 background.


White color preview on #676CA4 background

This text has white color on #676CA4 background.