COLOR #674491

HEX: #674491
RGB: (103,68,145)

Color info

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

RGB color model

#674491 color RGB value is (103,68,145).

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

RGB channels and saturation

R 103 of 255 = 40%
G 68 of 255 = 27%
B 145 of 255 = 57%

103
68
145

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

Portions of RGB colors in percentages

R + G + B =
103 + 68 + 145 = 316 (100%)
R 103 of 316 ~ 32.59%
G 68 of 316 ~ 21.52%
B 145 of 316 ~ 45.89%

%32.59
%21.52
%45.89

CMYK color model

#674491 color CMYK value is (29,53,0,43).

  • cyan value is 28.97%
  • magenta value is 53.10%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(29,53,0,43)
C29M53Y0K43 
(29%,53%,0%,43%)
(0.29/0.53/0.00/0.43)	

CMYK percentages

%28.97
%53.1
%0
%43.14

Codes

Color #674491 in popluar color models

674491
RGB10368145
HSL267°36.15%41.76%
HSB/HSV267°53.10%56.86%
CMYK28.97%53.10%0.00%
43.14%

Color #674491 in popluar number systems.

HEX674491
Decimal10368145
Binary1100111100010010010001
Octal147104221

Shades and tints

Shades of #674491

#674491
(103,68,145)
#5E3E84
(94,62,132)
#553877
(85,56,119)
#4C326A
(76,50,106)
#432C5D
(67,44,93)
#3A2650
(58,38,80)
#312043
(49,32,67)
#281A36
(40,26,54)
#1F1429
(31,20,41)
#160E1C
(22,14,28)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #674491

#674491
(103,68,145)
#74559B
(116,85,155)
#8166A5
(129,102,165)
#8E77AF
(142,119,175)
#9B88B9
(155,136,185)
#A899C3
(168,153,195)
#B5AACD
(181,170,205)
#C2BBD7
(194,187,215)
#CFCCE1
(207,204,225)
#DCDDEB
(220,221,235)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674491; }

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

This text font color is #674491.


Background Color

.myBgColor { background-color: #674491; }

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

This div background color is #674491.


Border color

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

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

This div border color is #674491.


Opacity

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

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

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

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

This text has shadow with #674491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674491 on black background.


Color preview on white background

This text has color #674491 on white background.



Black color preview on #674491 background

This text has black color on #674491 background.


White color preview on #674491 background

This text has white color on #674491 background.