COLOR #674496

HEX: #674496
RGB: (103,68,150)

Color info

#674496 contains mainly red and blue colors. Web safe color of #674496 is #663399 (or #639).

RGB color model

#674496 color RGB value is (103,68,150).

  • red value is 103;
  • green value is 68;
  • blue value is 150.
RGB:
(103,68,150)
(40%,27%,59%)

RGB channels and saturation

R 103 of 255 = 40%
G 68 of 255 = 27%
B 150 of 255 = 59%

103
68
150

R + G + B ~ 42%. #674496 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 68 + 150 = 321 (100%)
R 103 of 321 ~ 32.09%
G 68 of 321 ~ 21.18%
B 150 of 321 ~ 46.73%

%32.09
%21.18
%46.73

CMYK color model

#674496 color CMYK value is (31,55,0,41).

  • cyan value is 31.33%
  • magenta value is 54.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(31,55,0,41)
C31M55Y0K41 
(31%,55%,0%,41%)
(0.31/0.55/0.00/0.41)	

CMYK percentages

%31.33
%54.67
%0
%41.18

Codes

Color #674496 in popluar color models

674496
RGB10368150
HSL266°37.61%42.75%
HSB/HSV266°54.67%58.82%
CMYK31.33%54.67%0.00%
41.18%

Color #674496 in popluar number systems.

HEX674496
Decimal10368150
Binary1100111100010010010110
Octal147104226

Shades and tints

Shades of #674496

#674496
(103,68,150)
#5E3E89
(94,62,137)
#55387C
(85,56,124)
#4C326F
(76,50,111)
#432C62
(67,44,98)
#3A2655
(58,38,85)
#312048
(49,32,72)
#281A3B
(40,26,59)
#1F142E
(31,20,46)
#160E21
(22,14,33)
#0D0814
(13,8,20)
#000000
(0,0,0)

Tints of #674496

#674496
(103,68,150)
#74559F
(116,85,159)
#8166A8
(129,102,168)
#8E77B1
(142,119,177)
#9B88BA
(155,136,186)
#A899C3
(168,153,195)
#B5AACC
(181,170,204)
#C2BBD5
(194,187,213)
#CFCCDE
(207,204,222)
#DCDDE7
(220,221,231)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674496 color. Also use rgb(103,68,150) instead hex code.

Text Font Color

.myTextColor { color: #674496; }

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

This text font color is #674496.


Background Color

.myBgColor { background-color: #674496; }

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

This div background color is #674496.


Border color

.myBorderColor { border: 1px solid #674496; }

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

This div border color is #674496.


Opacity

.myOpacity80 { color: #674496; opacity: 0.8; }

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

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

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

This text has shadow with #674496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674496 on black background.


Color preview on white background

This text has color #674496 on white background.



Black color preview on #674496 background

This text has black color on #674496 background.


White color preview on #674496 background

This text has white color on #674496 background.