COLOR #674DAC

HEX: #674DAC
RGB: (103,77,172)

Color info

#674DAC contains mainly blue color. Web safe color of #674DAC is #663399 (or #639).

RGB color model

#674DAC color RGB value is (103,77,172).

  • red value is 103;
  • green value is 77;
  • blue value is 172.
RGB:
(103,77,172)
(40%,30%,67%)

RGB channels and saturation

R 103 of 255 = 40%
G 77 of 255 = 30%
B 172 of 255 = 67%

103
77
172

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

Portions of RGB colors in percentages

R + G + B =
103 + 77 + 172 = 352 (100%)
R 103 of 352 ~ 29.26%
G 77 of 352 ~ 21.88%
B 172 of 352 ~ 48.86%

%29.26
%21.88
%48.86

CMYK color model

#674DAC color CMYK value is (40,55,0,33).

  • cyan value is 40.12%
  • magenta value is 55.23%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(40,55,0,33)
C40M55Y0K33 
(40%,55%,0%,33%)
(0.40/0.55/0.00/0.33)	

CMYK percentages

%40.12
%55.23
%0
%32.55

Codes

Color #674DAC in popluar color models

674DAC
RGB10377172
HSL256°38.15%48.82%
HSB/HSV256°55.23%67.45%
CMYK40.12%55.23%0.00%
32.55%

Color #674DAC in popluar number systems.

HEX674DAC
Decimal10377172
Binary1100111100110110101100
Octal147115254

Shades and tints

Shades of #674DAC

#674DAC
(103,77,172)
#5E469D
(94,70,157)
#553F8E
(85,63,142)
#4C387F
(76,56,127)
#433170
(67,49,112)
#3A2A61
(58,42,97)
#312352
(49,35,82)
#281C43
(40,28,67)
#1F1534
(31,21,52)
#160E25
(22,14,37)
#0D0716
(13,7,22)
#000000
(0,0,0)

Tints of #674DAC

#674DAC
(103,77,172)
#745DB3
(116,93,179)
#816DBA
(129,109,186)
#8E7DC1
(142,125,193)
#9B8DC8
(155,141,200)
#A89DCF
(168,157,207)
#B5ADD6
(181,173,214)
#C2BDDD
(194,189,221)
#CFCDE4
(207,205,228)
#DCDDEB
(220,221,235)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674DAC color. Also use rgb(103,77,172) instead hex code.

Text Font Color

.myTextColor { color: #674DAC; }

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

This text font color is #674DAC.


Background Color

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

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

This div background color is #674DAC.


Border color

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

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

This div border color is #674DAC.


Opacity

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

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

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

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

This text has shadow with #674DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674DAC on black background.


Color preview on white background

This text has color #674DAC on white background.



Black color preview on #674DAC background

This text has black color on #674DAC background.


White color preview on #674DAC background

This text has white color on #674DAC background.