COLOR #6F4989

HEX: #6F4989 RGB: (111,73,137)

Color info

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

RGB color model

#6F4989 color RGB value is (111,73,137).

RGB: (111,73,137) (44%, 29%, 54%)

RGB channels and saturation

R 111 of 255 = 44%
G 73 of 255 = 29%
B 137 of 255 = 54%

111
73
137

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

Portions of RGB colors in percentages

R + G + B = 111 + 73 + 137 = 321 (100%)
R 111 of 321 ~ 34.58%
G 73 of 321 ~ 22.74%
B 137 of 321 ~ 42.68'%

%34.58
%22.74
%42.68

CMYK color model

#6F4989 color CMYK value is (19,47,0,46).

  • cyan value is 18.98%
  • magenta value is 46.72%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (19,47,0,46)
C19M47Y0K46 (19%, 47%, 0%, 46%)
(0.19 / 0.47 / 0.00 / 0.46)

CMYK percentages

%18.98
%46.72
%0
%46.27

Codes

Color #6F4989 in popluar color models

6F 49 89
RGB 111 73 137
HSL 276° 30.48% 41.18%
HSB/HSV 276° 46.72% 53.73%
CMYK 18.98% 46.72% 0.00%
46.27%

Color #6F4989 in popluar number systems.

HEX 6F 49 89
Decimal 111 73 137
Binary 1101111 1001001 10001001
Octal 157 111 211

Shades and tints

Shades of #6F4989

#6F4989
(111,73,137)
#65437D
(101,67,125)
#5B3D71
(91,61,113)
#513765
(81,55,101)
#473159
(71,49,89)
#3D2B4D
(61,43,77)
#332541
(51,37,65)
#291F35
(41,31,53)
#1F1929
(31,25,41)
#15131D
(21,19,29)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #6F4989

#6F4989
(111,73,137)
#7C5993
(124,89,147)
#89699D
(137,105,157)
#9679A7
(150,121,167)
#A389B1
(163,137,177)
#B099BB
(176,153,187)
#BDA9C5
(189,169,197)
#CAB9CF
(202,185,207)
#D7C9D9
(215,201,217)
#E4D9E3
(228,217,227)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4989; }

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

This text font color is #6F4989.

Background Color

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

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

This div background color is #6F4989.

Border color

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

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

This div border color is #6F4989.

Opacity

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

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

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

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

This text has shadow with #6F4989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4989.

Preview

Color preview on black background

This text has color #6F4989 on black background.


Color preview on white background

This text has color #6F4989 on white background.


Black color preview on #6F4989 background

This text has black color on #6F4989 background.


White color preview on #6F4989 background

This text has white color on #6F4989 background.


Related colors

Complementary color

Complementary color for #hex is #90B676.


I love getcolorcode.com

Triadic colors

1 #896F49 and #49896F with #6F4989 are triadic colors.

2 #89496F and #496F89 with #6F4989 are triadic colors.