COLOR #674489

HEX: #674489
RGB: (103,68,137)

Color info

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

RGB color model

#674489 color RGB value is (103,68,137).

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

RGB channels and saturation

R 103 of 255 = 40%
G 68 of 255 = 27%
B 137 of 255 = 54%

103
68
137

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

Portions of RGB colors in percentages

R + G + B =
103 + 68 + 137 = 308 (100%)
R 103 of 308 ~ 33.44%
G 68 of 308 ~ 22.08%
B 137 of 308 ~ 44.48%

%33.44
%22.08
%44.48

CMYK color model

#674489 color CMYK value is (25,50,0,46).

  • cyan value is 24.82%
  • magenta value is 50.36%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(25,50,0,46)
C25M50Y0K46 
(25%,50%,0%,46%)
(0.25/0.50/0.00/0.46)	

CMYK percentages

%24.82
%50.36
%0
%46.27

Codes

Color #674489 in popluar color models

674489
RGB10368137
HSL270°33.66%40.20%
HSB/HSV270°50.36%53.73%
CMYK24.82%50.36%0.00%
46.27%

Color #674489 in popluar number systems.

HEX674489
Decimal10368137
Binary1100111100010010001001
Octal147104211

Shades and tints

Shades of #674489

#674489
(103,68,137)
#5E3E7D
(94,62,125)
#553871
(85,56,113)
#4C3265
(76,50,101)
#432C59
(67,44,89)
#3A264D
(58,38,77)
#312041
(49,32,65)
#281A35
(40,26,53)
#1F1429
(31,20,41)
#160E1D
(22,14,29)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #674489

#674489
(103,68,137)
#745593
(116,85,147)
#81669D
(129,102,157)
#8E77A7
(142,119,167)
#9B88B1
(155,136,177)
#A899BB
(168,153,187)
#B5AAC5
(181,170,197)
#C2BBCF
(194,187,207)
#CFCCD9
(207,204,217)
#DCDDE3
(220,221,227)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674489; }

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

This text font color is #674489.


Background Color

.myBgColor { background-color: #674489; }

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

This div background color is #674489.


Border color

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

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

This div border color is #674489.


Opacity

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

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

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

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

This text has shadow with #674489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674489 on black background.


Color preview on white background

This text has color #674489 on white background.



Black color preview on #674489 background

This text has black color on #674489 background.


White color preview on #674489 background

This text has white color on #674489 background.