COLOR #6F49B6

HEX: #6F49B6 RGB: (111,73,182)

Color info

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

RGB color model

#6F49B6 color RGB value is (111,73,182).

RGB: (111,73,182) (44%, 29%, 71%)

RGB channels and saturation

R 111 of 255 = 44%
G 73 of 255 = 29%
B 182 of 255 = 71%

111
73
182

R + G + B ~ 48%. #6F49B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 111 + 73 + 182 = 366 (100%)
R 111 of 366 ~ 30.33%
G 73 of 366 ~ 19.95%
B 182 of 366 ~ 49.73'%

%30.33
%19.95
%49.73

CMYK color model

#6F49B6 color CMYK value is (39,60,0,29).

  • cyan value is 39.01%
  • magenta value is 59.89%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (39,60,0,29)
C39M60Y0K29 (39%, 60%, 0%, 29%)
(0.39 / 0.60 / 0.00 / 0.29)

CMYK percentages

%39.01
%59.89
%0
%28.63

Codes

Color #6F49B6 in popluar color models

6F 49 B6
RGB 111 73 182
HSL 261° 42.75% 50.00%
HSB/HSV 261° 59.89% 71.37%
CMYK 39.01% 59.89% 0.00%
28.63%

Color #6F49B6 in popluar number systems.

HEX 6F 49 B6
Decimal 111 73 182
Binary 1101111 1001001 10110110
Octal 157 111 266

Shades and tints

Shades of #6F49B6

#6F49B6
(111,73,182)
#6543A6
(101,67,166)
#5B3D96
(91,61,150)
#513786
(81,55,134)
#473176
(71,49,118)
#3D2B66
(61,43,102)
#332556
(51,37,86)
#291F46
(41,31,70)
#1F1936
(31,25,54)
#151326
(21,19,38)
#0B0D16
(11,13,22)
#000000
(0,0,0)

Tints of #6F49B6

#6F49B6
(111,73,182)
#7C59BC
(124,89,188)
#8969C2
(137,105,194)
#9679C8
(150,121,200)
#A389CE
(163,137,206)
#B099D4
(176,153,212)
#BDA9DA
(189,169,218)
#CAB9E0
(202,185,224)
#D7C9E6
(215,201,230)
#E4D9EC
(228,217,236)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F49B6 color. Also use rgb(111,73,182) instead hex code.

Text Font Color

.myTextColor { color: #6F49B6; }

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

This text font color is #6F49B6.

Background Color

.myBgColor { background-color: #6F49B6; }

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

This div background color is #6F49B6.

Border color

.myBorderColor { border: 1px solid #6F49B6; }

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

This div border color is #6F49B6.

Opacity

.myOpacity80 { color: #6F49B6; opacity: 0.8; }

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

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

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

This text has shadow with #6F49B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F49B6.

Preview

Color preview on black background

This text has color #6F49B6 on black background.


Color preview on white background

This text has color #6F49B6 on white background.


Black color preview on #6F49B6 background

This text has black color on #6F49B6 background.


White color preview on #6F49B6 background

This text has white color on #6F49B6 background.


Related colors

Complementary color

Complementary color for #hex is #90B649.


I love getcolorcode.com

Triadic colors

1 #B66F49 and #49B66F with #6F49B6 are triadic colors.

2 #B6496F and #496FB6 with #6F49B6 are triadic colors.