COLOR #676FC4

HEX: #676FC4
RGB: (103,111,196)

Color info

#676FC4 contains mainly blue color. Web safe color of #676FC4 is #6666CC (or #66C).

RGB color model

#676FC4 color RGB value is (103,111,196).

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

RGB channels and saturation

R 103 of 255 = 40%
G 111 of 255 = 44%
B 196 of 255 = 77%

103
111
196

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

Portions of RGB colors in percentages

R + G + B =
103 + 111 + 196 = 410 (100%)
R 103 of 410 ~ 25.12%
G 111 of 410 ~ 27.07%
B 196 of 410 ~ 47.8%

%25.12
%27.07
%47.8

CMYK color model

#676FC4 color CMYK value is (47,43,0,23).

  • cyan value is 47.45%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(47,43,0,23)
C47M43Y0K23 
(47%,43%,0%,23%)
(0.47/0.43/0.00/0.23)	

CMYK percentages

%47.45
%43.37
%0
%23.14

Codes

Color #676FC4 in popluar color models

676FC4
RGB103111196
HSL235°44.08%58.63%
HSB/HSV235°47.45%76.86%
CMYK47.45%43.37%0.00%
23.14%

Color #676FC4 in popluar number systems.

HEX676FC4
Decimal103111196
Binary1100111110111111000100
Octal147157304

Shades and tints

Shades of #676FC4

#676FC4
(103,111,196)
#5E65B3
(94,101,179)
#555BA2
(85,91,162)
#4C5191
(76,81,145)
#434780
(67,71,128)
#3A3D6F
(58,61,111)
#31335E
(49,51,94)
#28294D
(40,41,77)
#1F1F3C
(31,31,60)
#16152B
(22,21,43)
#0D0B1A
(13,11,26)
#000000
(0,0,0)

Tints of #676FC4

#676FC4
(103,111,196)
#747CC9
(116,124,201)
#8189CE
(129,137,206)
#8E96D3
(142,150,211)
#9BA3D8
(155,163,216)
#A8B0DD
(168,176,221)
#B5BDE2
(181,189,226)
#C2CAE7
(194,202,231)
#CFD7EC
(207,215,236)
#DCE4F1
(220,228,241)
#E9F1F6
(233,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676FC4; }

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

This text font color is #676FC4.


Background Color

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

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

This div background color is #676FC4.


Border color

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

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

This div border color is #676FC4.


Opacity

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

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

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

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

This text has shadow with #676FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676FC4 on black background.


Color preview on white background

This text has color #676FC4 on white background.



Black color preview on #676FC4 background

This text has black color on #676FC4 background.


White color preview on #676FC4 background

This text has white color on #676FC4 background.