COLOR #674B8D

HEX: #674B8D RGB: (103,75,141)

Color info

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

RGB color model

#674B8D color RGB value is (103,75,141).

RGB: (103,75,141) (40%, 29%, 55%)

RGB channels and saturation

R 103 of 255 = 40%
G 75 of 255 = 29%
B 141 of 255 = 55%

103
75
141

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

Portions of RGB colors in percentages

R + G + B = 103 + 75 + 141 = 319 (100%)
R 103 of 319 ~ 32.29%
G 75 of 319 ~ 23.51%
B 141 of 319 ~ 44.2'%

%32.29
%23.51
%44.2

CMYK color model

#674B8D color CMYK value is (27,47,0,45).

  • cyan value is 26.95%
  • magenta value is 46.81%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (27,47,0,45)
C27M47Y0K45 (27%, 47%, 0%, 45%)
(0.27 / 0.47 / 0.00 / 0.45)

CMYK percentages

%26.95
%46.81
%0
%44.71

Codes

Color #674B8D in popluar color models

67 4B 8D
RGB 103 75 141
HSL 265° 30.56% 42.35%
HSB/HSV 265° 46.81% 55.29%
CMYK 26.95% 46.81% 0.00%
44.71%

Color #674B8D in popluar number systems.

HEX 67 4B 8D
Decimal 103 75 141
Binary 1100111 1001011 10001101
Octal 147 113 215

Shades and tints

Shades of #674B8D

#674B8D
(103,75,141)
#5E4581
(94,69,129)
#553F75
(85,63,117)
#4C3969
(76,57,105)
#43335D
(67,51,93)
#3A2D51
(58,45,81)
#312745
(49,39,69)
#282139
(40,33,57)
#1F1B2D
(31,27,45)
#161521
(22,21,33)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #674B8D

#674B8D
(103,75,141)
#745B97
(116,91,151)
#816BA1
(129,107,161)
#8E7BAB
(142,123,171)
#9B8BB5
(155,139,181)
#A89BBF
(168,155,191)
#B5ABC9
(181,171,201)
#C2BBD3
(194,187,211)
#CFCBDD
(207,203,221)
#DCDBE7
(220,219,231)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674B8D color. Also use rgb(103,75,141) instead hex code.

Text Font Color

.myTextColor { color: #674B8D; }

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

This text font color is #674B8D.

Background Color

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

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

This div background color is #674B8D.

Border color

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

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

This div border color is #674B8D.

Opacity

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

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

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

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

This text has shadow with #674B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #674B8D.

Preview

Color preview on black background

This text has color #674B8D on black background.


Color preview on white background

This text has color #674B8D on white background.


Black color preview on #674B8D background

This text has black color on #674B8D background.


White color preview on #674B8D background

This text has white color on #674B8D background.


Related colors

Complementary color

Complementary color for #hex is #98B472.


I love getcolorcode.com

Triadic colors

1 #8D674B and #4B8D67 with #674B8D are triadic colors.

2 #8D4B67 and #4B678D with #674B8D are triadic colors.