COLOR #674C89

HEX: #674C89 RGB: (103,76,137)

Color info

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

RGB color model

#674C89 color RGB value is (103,76,137).

RGB: (103,76,137) (40%, 30%, 54%)

RGB channels and saturation

R 103 of 255 = 40%
G 76 of 255 = 30%
B 137 of 255 = 54%

103
76
137

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

Portions of RGB colors in percentages

R + G + B = 103 + 76 + 137 = 316 (100%)
R 103 of 316 ~ 32.59%
G 76 of 316 ~ 24.05%
B 137 of 316 ~ 43.35'%

%32.59
%24.05
%43.35

CMYK color model

#674C89 color CMYK value is (25,45,0,46).

  • cyan value is 24.82%
  • magenta value is 44.53%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (25,45,0,46)
C25M45Y0K46 (25%, 45%, 0%, 46%)
(0.25 / 0.45 / 0.00 / 0.46)

CMYK percentages

%24.82
%44.53
%0
%46.27

Codes

Color #674C89 in popluar color models

67 4C 89
RGB 103 76 137
HSL 267° 28.64% 41.76%
HSB/HSV 267° 44.53% 53.73%
CMYK 24.82% 44.53% 0.00%
46.27%

Color #674C89 in popluar number systems.

HEX 67 4C 89
Decimal 103 76 137
Binary 1100111 1001100 10001001
Octal 147 114 211

Shades and tints

Shades of #674C89

#674C89
(103,76,137)
#5E467D
(94,70,125)
#554071
(85,64,113)
#4C3A65
(76,58,101)
#433459
(67,52,89)
#3A2E4D
(58,46,77)
#312841
(49,40,65)
#282235
(40,34,53)
#1F1C29
(31,28,41)
#16161D
(22,22,29)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #674C89

#674C89
(103,76,137)
#745C93
(116,92,147)
#816C9D
(129,108,157)
#8E7CA7
(142,124,167)
#9B8CB1
(155,140,177)
#A89CBB
(168,156,187)
#B5ACC5
(181,172,197)
#C2BCCF
(194,188,207)
#CFCCD9
(207,204,217)
#DCDCE3
(220,220,227)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674C89; }

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

This text font color is #674C89.

Background Color

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

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

This div background color is #674C89.

Border color

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

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

This div border color is #674C89.

Opacity

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

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

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

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

This text has shadow with #674C89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #674C89.

Preview

Color preview on black background

This text has color #674C89 on black background.


Color preview on white background

This text has color #674C89 on white background.


Black color preview on #674C89 background

This text has black color on #674C89 background.


White color preview on #674C89 background

This text has white color on #674C89 background.


Related colors

Complementary color

Complementary color for #hex is #98B376.


I love getcolorcode.com

Triadic colors

1 #89674C and #4C8967 with #674C89 are triadic colors.

2 #894C67 and #4C6789 with #674C89 are triadic colors.