COLOR #674AC4

HEX: #674AC4
RGB: (103,74,196)

Color info

#674AC4 contains mainly blue color. Web safe color of #674AC4 is #6633CC (or #63C).

RGB color model

#674AC4 color RGB value is (103,74,196).

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

RGB channels and saturation

R 103 of 255 = 40%
G 74 of 255 = 29%
B 196 of 255 = 77%

103
74
196

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

Portions of RGB colors in percentages

R + G + B =
103 + 74 + 196 = 373 (100%)
R 103 of 373 ~ 27.61%
G 74 of 373 ~ 19.84%
B 196 of 373 ~ 52.55%

%27.61
%19.84
%52.55

CMYK color model

#674AC4 color CMYK value is (47,62,0,23).

  • cyan value is 47.45%
  • magenta value is 62.24%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(47,62,0,23)
C47M62Y0K23 
(47%,62%,0%,23%)
(0.47/0.62/0.00/0.23)	

CMYK percentages

%47.45
%62.24
%0
%23.14

Codes

Color #674AC4 in popluar color models

674AC4
RGB10374196
HSL254°50.83%52.94%
HSB/HSV254°62.24%76.86%
CMYK47.45%62.24%0.00%
23.14%

Color #674AC4 in popluar number systems.

HEX674AC4
Decimal10374196
Binary1100111100101011000100
Octal147112304

Shades and tints

Shades of #674AC4

#674AC4
(103,74,196)
#5E44B3
(94,68,179)
#553EA2
(85,62,162)
#4C3891
(76,56,145)
#433280
(67,50,128)
#3A2C6F
(58,44,111)
#31265E
(49,38,94)
#28204D
(40,32,77)
#1F1A3C
(31,26,60)
#16142B
(22,20,43)
#0D0E1A
(13,14,26)
#000000
(0,0,0)

Tints of #674AC4

#674AC4
(103,74,196)
#745AC9
(116,90,201)
#816ACE
(129,106,206)
#8E7AD3
(142,122,211)
#9B8AD8
(155,138,216)
#A89ADD
(168,154,221)
#B5AAE2
(181,170,226)
#C2BAE7
(194,186,231)
#CFCAEC
(207,202,236)
#DCDAF1
(220,218,241)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674AC4 color. Also use rgb(103,74,196) instead hex code.

Text Font Color

.myTextColor { color: #674AC4; }

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

This text font color is #674AC4.


Background Color

.myBgColor { background-color: #674AC4; }

<div style="background-color:#674AC4">Inner text</div>

This div background color is #674AC4.


Border color

.myBorderColor { border: 1px solid #674AC4; }

<div style="border:3px solid #674AC4">Div</div>

This div border color is #674AC4.


Opacity

.myOpacity80 { color: #674AC4; opacity: 0.8; }

<p style="color:#674AC4;opacity:0.8;">80%</p>

Text with #674AC4 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 #674AC4;}

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

This text has shadow with #674AC4 color.

.textShadow {text-shadow: 3px 3px 1px #674AC4, 3px 3px 1px red;}

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

This text has shadow with #674AC4 primary color and red secondary color.


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

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

This text has shadow with #674AC4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674AC4 on black background.


Color preview on white background

This text has color #674AC4 on white background.



Black color preview on #674AC4 background

This text has black color on #674AC4 background.


White color preview on #674AC4 background

This text has white color on #674AC4 background.