COLOR #674090

HEX: #674090
RGB: (103,64,144)

Color info

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

RGB color model

#674090 color RGB value is (103,64,144).

  • red value is 103;
  • green value is 64;
  • blue value is 144.
RGB:
(103,64,144)
(40%,25%,56%)

RGB channels and saturation

R 103 of 255 = 40%
G 64 of 255 = 25%
B 144 of 255 = 56%

103
64
144

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

Portions of RGB colors in percentages

R + G + B =
103 + 64 + 144 = 311 (100%)
R 103 of 311 ~ 33.12%
G 64 of 311 ~ 20.58%
B 144 of 311 ~ 46.3%

%33.12
%20.58
%46.3

CMYK color model

#674090 color CMYK value is (28,56,0,44).

  • cyan value is 28.47%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(28,56,0,44)
C28M56Y0K44 
(28%,56%,0%,44%)
(0.28/0.56/0.00/0.44)	

CMYK percentages

%28.47
%55.56
%0
%43.53

Codes

Color #674090 in popluar color models

674090
RGB10364144
HSL269°38.46%40.78%
HSB/HSV269°55.56%56.47%
CMYK28.47%55.56%0.00%
43.53%

Color #674090 in popluar number systems.

HEX674090
Decimal10364144
Binary1100111100000010010000
Octal147100220

Shades and tints

Shades of #674090

#674090
(103,64,144)
#5E3B83
(94,59,131)
#553676
(85,54,118)
#4C3169
(76,49,105)
#432C5C
(67,44,92)
#3A274F
(58,39,79)
#312242
(49,34,66)
#281D35
(40,29,53)
#1F1828
(31,24,40)
#16131B
(22,19,27)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #674090

#674090
(103,64,144)
#74519A
(116,81,154)
#8162A4
(129,98,164)
#8E73AE
(142,115,174)
#9B84B8
(155,132,184)
#A895C2
(168,149,194)
#B5A6CC
(181,166,204)
#C2B7D6
(194,183,214)
#CFC8E0
(207,200,224)
#DCD9EA
(220,217,234)
#E9EAF4
(233,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674090 color. Also use rgb(103,64,144) instead hex code.

Text Font Color

.myTextColor { color: #674090; }

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

This text font color is #674090.


Background Color

.myBgColor { background-color: #674090; }

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

This div background color is #674090.


Border color

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

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

This div border color is #674090.


Opacity

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

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

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

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

This text has shadow with #674090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674090 on black background.


Color preview on white background

This text has color #674090 on white background.



Black color preview on #674090 background

This text has black color on #674090 background.


White color preview on #674090 background

This text has white color on #674090 background.