COLOR #674F96

HEX: #674F96
RGB: (103,79,150)

Color info

#674F96 contains mainly red and blue colors. Web safe color of #674F96 is #666699 (or #669).

RGB color model

#674F96 color RGB value is (103,79,150).

  • red value is 103;
  • green value is 79;
  • blue value is 150.
RGB:
(103,79,150)
(40%,31%,59%)

RGB channels and saturation

R 103 of 255 = 40%
G 79 of 255 = 31%
B 150 of 255 = 59%

103
79
150

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

Portions of RGB colors in percentages

R + G + B =
103 + 79 + 150 = 332 (100%)
R 103 of 332 ~ 31.02%
G 79 of 332 ~ 23.8%
B 150 of 332 ~ 45.18%

%31.02
%23.8
%45.18

CMYK color model

#674F96 color CMYK value is (31,47,0,41).

  • cyan value is 31.33%
  • magenta value is 47.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(31,47,0,41)
C31M47Y0K41 
(31%,47%,0%,41%)
(0.31/0.47/0.00/0.41)	

CMYK percentages

%31.33
%47.33
%0
%41.18

Codes

Color #674F96 in popluar color models

674F96
RGB10379150
HSL260°31.00%44.90%
HSB/HSV260°47.33%58.82%
CMYK31.33%47.33%0.00%
41.18%

Color #674F96 in popluar number systems.

HEX674F96
Decimal10379150
Binary1100111100111110010110
Octal147117226

Shades and tints

Shades of #674F96

#674F96
(103,79,150)
#5E4889
(94,72,137)
#55417C
(85,65,124)
#4C3A6F
(76,58,111)
#433362
(67,51,98)
#3A2C55
(58,44,85)
#312548
(49,37,72)
#281E3B
(40,30,59)
#1F172E
(31,23,46)
#161021
(22,16,33)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #674F96

#674F96
(103,79,150)
#745F9F
(116,95,159)
#816FA8
(129,111,168)
#8E7FB1
(142,127,177)
#9B8FBA
(155,143,186)
#A89FC3
(168,159,195)
#B5AFCC
(181,175,204)
#C2BFD5
(194,191,213)
#CFCFDE
(207,207,222)
#DCDFE7
(220,223,231)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674F96 color. Also use rgb(103,79,150) instead hex code.

Text Font Color

.myTextColor { color: #674F96; }

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

This text font color is #674F96.


Background Color

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

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

This div background color is #674F96.


Border color

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

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

This div border color is #674F96.


Opacity

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

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

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

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

This text has shadow with #674F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674F96 on black background.


Color preview on white background

This text has color #674F96 on white background.



Black color preview on #674F96 background

This text has black color on #674F96 background.


White color preview on #674F96 background

This text has white color on #674F96 background.