COLOR #671EB7

HEX: #671EB7 RGB: (103,30,183)

Color info

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

RGB color model

#671EB7 color RGB value is (103,30,183).

RGB: (103,30,183) (40%, 12%, 72%)

RGB channels and saturation

R 103 of 255 = 40%
G 30 of 255 = 12%
B 183 of 255 = 72%

103
30
183

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

Portions of RGB colors in percentages

R + G + B = 103 + 30 + 183 = 316 (100%)
R 103 of 316 ~ 32.59%
G 30 of 316 ~ 9.49%
B 183 of 316 ~ 57.91'%

%32.59
%57.91

CMYK color model

#671EB7 color CMYK value is (44,84,0,28).

  • cyan value is 43.72%
  • magenta value is 83.61%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (44,84,0,28)
C44M84Y0K28 (44%, 84%, 0%, 28%)
(0.44 / 0.84 / 0.00 / 0.28)

CMYK percentages

%43.72
%83.61
%0
%28.24

Codes

Color #671EB7 in popluar color models

67 1E B7
RGB 103 30 183
HSL 269° 71.83% 41.76%
HSB/HSV 269° 83.61% 71.76%
CMYK 43.72% 83.61% 0.00%
28.24%

Color #671EB7 in popluar number systems.

HEX 67 1E B7
Decimal 103 30 183
Binary 1100111 11110 10110111
Octal 147 36 267

Shades and tints

Shades of #671EB7

#671EB7
(103,30,183)
#5E1CA7
(94,28,167)
#551A97
(85,26,151)
#4C1887
(76,24,135)
#431677
(67,22,119)
#3A1467
(58,20,103)
#311257
(49,18,87)
#281047
(40,16,71)
#1F0E37
(31,14,55)
#160C27
(22,12,39)
#0D0A17
(13,10,23)
#000000
(0,0,0)

Tints of #671EB7

#671EB7
(103,30,183)
#7432BD
(116,50,189)
#8146C3
(129,70,195)
#8E5AC9
(142,90,201)
#9B6ECF
(155,110,207)
#A882D5
(168,130,213)
#B596DB
(181,150,219)
#C2AAE1
(194,170,225)
#CFBEE7
(207,190,231)
#DCD2ED
(220,210,237)
#E9E6F3
(233,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #671EB7 color. Also use rgb(103,30,183) instead hex code.

Text Font Color

.myTextColor { color: #671EB7; }

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

This text font color is #671EB7.

Background Color

.myBgColor { background-color: #671EB7; }

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

This div background color is #671EB7.

Border color

.myBorderColor { border: 1px solid #671EB7; }

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

This div border color is #671EB7.

Opacity

.myOpacity80 { color: #671EB7; opacity: 0.8; }

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

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

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

This text has shadow with #671EB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #671EB7.

Preview

Color preview on black background

This text has color #671EB7 on black background.


Color preview on white background

This text has color #671EB7 on white background.


Black color preview on #671EB7 background

This text has black color on #671EB7 background.


White color preview on #671EB7 background

This text has white color on #671EB7 background.


Related colors

Complementary color

Complementary color for #hex is #98E148.


I love getcolorcode.com

Triadic colors

1 #B7671E and #1EB767 with #671EB7 are triadic colors.

2 #B71E67 and #1E67B7 with #671EB7 are triadic colors.