COLOR #674599

HEX: #674599
RGB: (103,69,153)

Color info

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

RGB color model

#674599 color RGB value is (103,69,153).

  • red value is 103;
  • green value is 69;
  • blue value is 153.
RGB:
(103,69,153)
(40%,27%,60%)

RGB channels and saturation

R 103 of 255 = 40%
G 69 of 255 = 27%
B 153 of 255 = 60%

103
69
153

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

Portions of RGB colors in percentages

R + G + B =
103 + 69 + 153 = 325 (100%)
R 103 of 325 ~ 31.69%
G 69 of 325 ~ 21.23%
B 153 of 325 ~ 47.08%

%31.69
%21.23
%47.08

CMYK color model

#674599 color CMYK value is (33,55,0,40).

  • cyan value is 32.68%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(33,55,0,40)
C33M55Y0K40 
(33%,55%,0%,40%)
(0.33/0.55/0.00/0.40)	

CMYK percentages

%32.68
%54.9
%0
%40

Codes

Color #674599 in popluar color models

674599
RGB10369153
HSL264°37.84%43.53%
HSB/HSV264°54.90%60.00%
CMYK32.68%54.90%0.00%
40.00%

Color #674599 in popluar number systems.

HEX674599
Decimal10369153
Binary1100111100010110011001
Octal147105231

Shades and tints

Shades of #674599

#674599
(103,69,153)
#5E3F8C
(94,63,140)
#55397F
(85,57,127)
#4C3372
(76,51,114)
#432D65
(67,45,101)
#3A2758
(58,39,88)
#31214B
(49,33,75)
#281B3E
(40,27,62)
#1F1531
(31,21,49)
#160F24
(22,15,36)
#0D0917
(13,9,23)
#000000
(0,0,0)

Tints of #674599

#674599
(103,69,153)
#7455A2
(116,85,162)
#8165AB
(129,101,171)
#8E75B4
(142,117,180)
#9B85BD
(155,133,189)
#A895C6
(168,149,198)
#B5A5CF
(181,165,207)
#C2B5D8
(194,181,216)
#CFC5E1
(207,197,225)
#DCD5EA
(220,213,234)
#E9E5F3
(233,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674599 color. Also use rgb(103,69,153) instead hex code.

Text Font Color

.myTextColor { color: #674599; }

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

This text font color is #674599.


Background Color

.myBgColor { background-color: #674599; }

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

This div background color is #674599.


Border color

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

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

This div border color is #674599.


Opacity

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

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

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

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

This text has shadow with #674599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674599 on black background.


Color preview on white background

This text has color #674599 on white background.



Black color preview on #674599 background

This text has black color on #674599 background.


White color preview on #674599 background

This text has white color on #674599 background.