COLOR #6D2989

HEX: #6D2989
RGB: (109,41,137)

Color info

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

RGB color model

#6D2989 color RGB value is (109,41,137).

  • red value is 109;
  • green value is 41;
  • blue value is 137.
RGB:
(109,41,137)
(43%,16%,54%)

RGB channels and saturation

R 109 of 255 = 43%
G 41 of 255 = 16%
B 137 of 255 = 54%

109
41
137

R + G + B ~ 38%. #6D2989 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 41 + 137 = 287 (100%)
R 109 of 287 ~ 37.98%
G 41 of 287 ~ 14.29%
B 137 of 287 ~ 47.74%

%37.98
%14.29
%47.74

CMYK color model

#6D2989 color CMYK value is (20,70,0,46).

  • cyan value is 20.44%
  • magenta value is 70.07%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(20,70,0,46)
C20M70Y0K46 
(20%,70%,0%,46%)
(0.20/0.70/0.00/0.46)	

CMYK percentages

%20.44
%70.07
%0
%46.27

Codes

Color #6D2989 in popluar color models

6D2989
RGB10941137
HSL283°53.93%34.90%
HSB/HSV283°70.07%53.73%
CMYK20.44%70.07%0.00%
46.27%

Color #6D2989 in popluar number systems.

HEX6D2989
Decimal10941137
Binary110110110100110001001
Octal15551211

Shades and tints

Shades of #6D2989

#6D2989
(109,41,137)
#64267D
(100,38,125)
#5B2371
(91,35,113)
#522065
(82,32,101)
#491D59
(73,29,89)
#401A4D
(64,26,77)
#371741
(55,23,65)
#2E1435
(46,20,53)
#251129
(37,17,41)
#1C0E1D
(28,14,29)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #6D2989

#6D2989
(109,41,137)
#7A3C93
(122,60,147)
#874F9D
(135,79,157)
#9462A7
(148,98,167)
#A175B1
(161,117,177)
#AE88BB
(174,136,187)
#BB9BC5
(187,155,197)
#C8AECF
(200,174,207)
#D5C1D9
(213,193,217)
#E2D4E3
(226,212,227)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2989 color. Also use rgb(109,41,137) instead hex code.

Text Font Color

.myTextColor { color: #6D2989; }

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

This text font color is #6D2989.


Background Color

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

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

This div background color is #6D2989.


Border color

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

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

This div border color is #6D2989.


Opacity

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

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

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

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

This text has shadow with #6D2989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2989 on black background.


Color preview on white background

This text has color #6D2989 on white background.



Black color preview on #6D2989 background

This text has black color on #6D2989 background.


White color preview on #6D2989 background

This text has white color on #6D2989 background.