COLOR #673FB6

HEX: #673FB6 RGB: (103,63,182)

Color info

#673FB6 contains mainly blue color. Web safe color of #673FB6 is #6633CC (or #63C).

RGB color model

#673FB6 color RGB value is (103,63,182).

RGB: (103,63,182) (40%, 25%, 71%)

RGB channels and saturation

R 103 of 255 = 40%
G 63 of 255 = 25%
B 182 of 255 = 71%

103
63
182

R + G + B ~ 45%. #673FB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 63 + 182 = 348 (100%)
R 103 of 348 ~ 29.6%
G 63 of 348 ~ 18.1%
B 182 of 348 ~ 52.3'%

%29.6
%18.1
%52.3

CMYK color model

#673FB6 color CMYK value is (43,65,0,29).

  • cyan value is 43.41%
  • magenta value is 65.38%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (43,65,0,29)
C43M65Y0K29 (43%, 65%, 0%, 29%)
(0.43 / 0.65 / 0.00 / 0.29)

CMYK percentages

%43.41
%65.38
%0
%28.63

Codes

Color #673FB6 in popluar color models

67 3F B6
RGB 103 63 182
HSL 260° 48.57% 48.04%
HSB/HSV 260° 65.38% 71.37%
CMYK 43.41% 65.38% 0.00%
28.63%

Color #673FB6 in popluar number systems.

HEX 67 3F B6
Decimal 103 63 182
Binary 1100111 111111 10110110
Octal 147 77 266

Shades and tints

Shades of #673FB6

#673FB6
(103,63,182)
#5E3AA6
(94,58,166)
#553596
(85,53,150)
#4C3086
(76,48,134)
#432B76
(67,43,118)
#3A2666
(58,38,102)
#312156
(49,33,86)
#281C46
(40,28,70)
#1F1736
(31,23,54)
#161226
(22,18,38)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #673FB6

#673FB6
(103,63,182)
#7450BC
(116,80,188)
#8161C2
(129,97,194)
#8E72C8
(142,114,200)
#9B83CE
(155,131,206)
#A894D4
(168,148,212)
#B5A5DA
(181,165,218)
#C2B6E0
(194,182,224)
#CFC7E6
(207,199,230)
#DCD8EC
(220,216,236)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673FB6 color. Also use rgb(103,63,182) instead hex code.

Text Font Color

.myTextColor { color: #673FB6; }

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

This text font color is #673FB6.

Background Color

.myBgColor { background-color: #673FB6; }

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

This div background color is #673FB6.

Border color

.myBorderColor { border: 1px solid #673FB6; }

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

This div border color is #673FB6.

Opacity

.myOpacity80 { color: #673FB6; opacity: 0.8; }

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

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

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

This text has shadow with #673FB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #673FB6.

Preview

Color preview on black background

This text has color #673FB6 on black background.


Color preview on white background

This text has color #673FB6 on white background.


Black color preview on #673FB6 background

This text has black color on #673FB6 background.


White color preview on #673FB6 background

This text has white color on #673FB6 background.


Related colors

Complementary color

Complementary color for #hex is #98C049.


I love getcolorcode.com

Triadic colors

1 #B6673F and #3FB667 with #673FB6 are triadic colors.

2 #B63F67 and #3F67B6 with #673FB6 are triadic colors.