COLOR #672DA6

HEX: #672DA6
RGB: (103,45,166)

Color info

#672DA6 contains mainly blue color. Web safe color of #672DA6 is #663399 (or #639).

RGB color model

#672DA6 color RGB value is (103,45,166).

  • red value is 103;
  • green value is 45;
  • blue value is 166.
RGB:
(103,45,166)
(40%,18%,65%)

RGB channels and saturation

R 103 of 255 = 40%
G 45 of 255 = 18%
B 166 of 255 = 65%

103
45
166

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

Portions of RGB colors in percentages

R + G + B =
103 + 45 + 166 = 314 (100%)
R 103 of 314 ~ 32.8%
G 45 of 314 ~ 14.33%
B 166 of 314 ~ 52.87%

%32.8
%14.33
%52.87

CMYK color model

#672DA6 color CMYK value is (38,73,0,35).

  • cyan value is 37.95%
  • magenta value is 72.89%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(38,73,0,35)
C38M73Y0K35 
(38%,73%,0%,35%)
(0.38/0.73/0.00/0.35)	

CMYK percentages

%37.95
%72.89
%0
%34.9

Codes

Color #672DA6 in popluar color models

672DA6
RGB10345166
HSL269°57.35%41.37%
HSB/HSV269°72.89%65.10%
CMYK37.95%72.89%0.00%
34.90%

Color #672DA6 in popluar number systems.

HEX672DA6
Decimal10345166
Binary110011110110110100110
Octal14755246

Shades and tints

Shades of #672DA6

#672DA6
(103,45,166)
#5E2997
(94,41,151)
#552588
(85,37,136)
#4C2179
(76,33,121)
#431D6A
(67,29,106)
#3A195B
(58,25,91)
#31154C
(49,21,76)
#28113D
(40,17,61)
#1F0D2E
(31,13,46)
#16091F
(22,9,31)
#0D0510
(13,5,16)
#000000
(0,0,0)

Tints of #672DA6

#672DA6
(103,45,166)
#7440AE
(116,64,174)
#8153B6
(129,83,182)
#8E66BE
(142,102,190)
#9B79C6
(155,121,198)
#A88CCE
(168,140,206)
#B59FD6
(181,159,214)
#C2B2DE
(194,178,222)
#CFC5E6
(207,197,230)
#DCD8EE
(220,216,238)
#E9EBF6
(233,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672DA6 color. Also use rgb(103,45,166) instead hex code.

Text Font Color

.myTextColor { color: #672DA6; }

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

This text font color is #672DA6.


Background Color

.myBgColor { background-color: #672DA6; }

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

This div background color is #672DA6.


Border color

.myBorderColor { border: 1px solid #672DA6; }

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

This div border color is #672DA6.


Opacity

.myOpacity80 { color: #672DA6; opacity: 0.8; }

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

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

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

This text has shadow with #672DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672DA6 on black background.


Color preview on white background

This text has color #672DA6 on white background.



Black color preview on #672DA6 background

This text has black color on #672DA6 background.


White color preview on #672DA6 background

This text has white color on #672DA6 background.