COLOR #676CA8

HEX: #676CA8
RGB: (103,108,168)

Color info

#676CA8 contains mainly blue color. Web safe color of #676CA8 is #666699 (or #669).

RGB color model

#676CA8 color RGB value is (103,108,168).

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

RGB channels and saturation

R 103 of 255 = 40%
G 108 of 255 = 42%
B 168 of 255 = 66%

103
108
168

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

Portions of RGB colors in percentages

R + G + B =
103 + 108 + 168 = 379 (100%)
R 103 of 379 ~ 27.18%
G 108 of 379 ~ 28.5%
B 168 of 379 ~ 44.33%

%27.18
%28.5
%44.33

CMYK color model

#676CA8 color CMYK value is (39,36,0,34).

  • cyan value is 38.69%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(39,36,0,34)
C39M36Y0K34 
(39%,36%,0%,34%)
(0.39/0.36/0.00/0.34)	

CMYK percentages

%38.69
%35.71
%0
%34.12

Codes

Color #676CA8 in popluar color models

676CA8
RGB103108168
HSL235°27.20%53.14%
HSB/HSV235°38.69%65.88%
CMYK38.69%35.71%0.00%
34.12%

Color #676CA8 in popluar number systems.

HEX676CA8
Decimal103108168
Binary1100111110110010101000
Octal147154250

Shades and tints

Shades of #676CA8

#676CA8
(103,108,168)
#5E6399
(94,99,153)
#555A8A
(85,90,138)
#4C517B
(76,81,123)
#43486C
(67,72,108)
#3A3F5D
(58,63,93)
#31364E
(49,54,78)
#282D3F
(40,45,63)
#1F2430
(31,36,48)
#161B21
(22,27,33)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #676CA8

#676CA8
(103,108,168)
#7479AF
(116,121,175)
#8186B6
(129,134,182)
#8E93BD
(142,147,189)
#9BA0C4
(155,160,196)
#A8ADCB
(168,173,203)
#B5BAD2
(181,186,210)
#C2C7D9
(194,199,217)
#CFD4E0
(207,212,224)
#DCE1E7
(220,225,231)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676CA8; }

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

This text font color is #676CA8.


Background Color

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

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

This div background color is #676CA8.


Border color

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

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

This div border color is #676CA8.


Opacity

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

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

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

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

This text has shadow with #676CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676CA8 on black background.


Color preview on white background

This text has color #676CA8 on white background.



Black color preview on #676CA8 background

This text has black color on #676CA8 background.


White color preview on #676CA8 background

This text has white color on #676CA8 background.