COLOR #676AB2

HEX: #676AB2
RGB: (103,106,178)

Color info

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

RGB color model

#676AB2 color RGB value is (103,106,178).

  • red value is 103;
  • green value is 106;
  • blue value is 178.
RGB:
(103,106,178)
(40%,42%,70%)

RGB channels and saturation

R 103 of 255 = 40%
G 106 of 255 = 42%
B 178 of 255 = 70%

103
106
178

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

Portions of RGB colors in percentages

R + G + B =
103 + 106 + 178 = 387 (100%)
R 103 of 387 ~ 26.61%
G 106 of 387 ~ 27.39%
B 178 of 387 ~ 45.99%

%26.61
%27.39
%45.99

CMYK color model

#676AB2 color CMYK value is (42,40,0,30).

  • cyan value is 42.13%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(42,40,0,30)
C42M40Y0K30 
(42%,40%,0%,30%)
(0.42/0.40/0.00/0.30)	

CMYK percentages

%42.13
%40.45
%0
%30.2

Codes

Color #676AB2 in popluar color models

676AB2
RGB103106178
HSL238°32.75%55.10%
HSB/HSV238°42.13%69.80%
CMYK42.13%40.45%0.00%
30.20%

Color #676AB2 in popluar number systems.

HEX676AB2
Decimal103106178
Binary1100111110101010110010
Octal147152262

Shades and tints

Shades of #676AB2

#676AB2
(103,106,178)
#5E61A2
(94,97,162)
#555892
(85,88,146)
#4C4F82
(76,79,130)
#434672
(67,70,114)
#3A3D62
(58,61,98)
#313452
(49,52,82)
#282B42
(40,43,66)
#1F2232
(31,34,50)
#161922
(22,25,34)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #676AB2

#676AB2
(103,106,178)
#7477B9
(116,119,185)
#8184C0
(129,132,192)
#8E91C7
(142,145,199)
#9B9ECE
(155,158,206)
#A8ABD5
(168,171,213)
#B5B8DC
(181,184,220)
#C2C5E3
(194,197,227)
#CFD2EA
(207,210,234)
#DCDFF1
(220,223,241)
#E9ECF8
(233,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676AB2 color. Also use rgb(103,106,178) instead hex code.

Text Font Color

.myTextColor { color: #676AB2; }

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

This text font color is #676AB2.


Background Color

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

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

This div background color is #676AB2.


Border color

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

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

This div border color is #676AB2.


Opacity

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

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

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

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

This text has shadow with #676AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676AB2 on black background.


Color preview on white background

This text has color #676AB2 on white background.



Black color preview on #676AB2 background

This text has black color on #676AB2 background.


White color preview on #676AB2 background

This text has white color on #676AB2 background.