COLOR #674C93

HEX: #674C93
RGB: (103,76,147)

Color info

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

RGB color model

#674C93 color RGB value is (103,76,147).

  • red value is 103;
  • green value is 76;
  • blue value is 147.
RGB:
(103,76,147)
(40%,30%,58%)

RGB channels and saturation

R 103 of 255 = 40%
G 76 of 255 = 30%
B 147 of 255 = 58%

103
76
147

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

Portions of RGB colors in percentages

R + G + B =
103 + 76 + 147 = 326 (100%)
R 103 of 326 ~ 31.6%
G 76 of 326 ~ 23.31%
B 147 of 326 ~ 45.09%

%31.6
%23.31
%45.09

CMYK color model

#674C93 color CMYK value is (30,48,0,42).

  • cyan value is 29.93%
  • magenta value is 48.30%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(30,48,0,42)
C30M48Y0K42 
(30%,48%,0%,42%)
(0.30/0.48/0.00/0.42)	

CMYK percentages

%29.93
%48.3
%0
%42.35

Codes

Color #674C93 in popluar color models

674C93
RGB10376147
HSL263°31.84%43.73%
HSB/HSV263°48.30%57.65%
CMYK29.93%48.30%0.00%
42.35%

Color #674C93 in popluar number systems.

HEX674C93
Decimal10376147
Binary1100111100110010010011
Octal147114223

Shades and tints

Shades of #674C93

#674C93
(103,76,147)
#5E4686
(94,70,134)
#554079
(85,64,121)
#4C3A6C
(76,58,108)
#43345F
(67,52,95)
#3A2E52
(58,46,82)
#312845
(49,40,69)
#282238
(40,34,56)
#1F1C2B
(31,28,43)
#16161E
(22,22,30)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #674C93

#674C93
(103,76,147)
#745C9C
(116,92,156)
#816CA5
(129,108,165)
#8E7CAE
(142,124,174)
#9B8CB7
(155,140,183)
#A89CC0
(168,156,192)
#B5ACC9
(181,172,201)
#C2BCD2
(194,188,210)
#CFCCDB
(207,204,219)
#DCDCE4
(220,220,228)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674C93; }

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

This text font color is #674C93.


Background Color

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

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

This div background color is #674C93.


Border color

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

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

This div border color is #674C93.


Opacity

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

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

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

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

This text has shadow with #674C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674C93 on black background.


Color preview on white background

This text has color #674C93 on white background.



Black color preview on #674C93 background

This text has black color on #674C93 background.


White color preview on #674C93 background

This text has white color on #674C93 background.