COLOR #6F3589

HEX: #6F3589
RGB: (111,53,137)

Color info

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

RGB color model

#6F3589 color RGB value is (111,53,137).

  • red value is 111;
  • green value is 53;
  • blue value is 137.
RGB:
(111,53,137)
(44%,21%,54%)

RGB channels and saturation

R 111 of 255 = 44%
G 53 of 255 = 21%
B 137 of 255 = 54%

111
53
137

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

Portions of RGB colors in percentages

R + G + B =
111 + 53 + 137 = 301 (100%)
R 111 of 301 ~ 36.88%
G 53 of 301 ~ 17.61%
B 137 of 301 ~ 45.51%

%36.88
%17.61
%45.51

CMYK color model

#6F3589 color CMYK value is (19,61,0,46).

  • cyan value is 18.98%
  • magenta value is 61.31%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(19,61,0,46)
C19M61Y0K46 
(19%,61%,0%,46%)
(0.19/0.61/0.00/0.46)	

CMYK percentages

%18.98
%61.31
%0
%46.27

Codes

Color #6F3589 in popluar color models

6F3589
RGB11153137
HSL281°44.21%37.25%
HSB/HSV281°61.31%53.73%
CMYK18.98%61.31%0.00%
46.27%

Color #6F3589 in popluar number systems.

HEX6F3589
Decimal11153137
Binary110111111010110001001
Octal15765211

Shades and tints

Shades of #6F3589

#6F3589
(111,53,137)
#65317D
(101,49,125)
#5B2D71
(91,45,113)
#512965
(81,41,101)
#472559
(71,37,89)
#3D214D
(61,33,77)
#331D41
(51,29,65)
#291935
(41,25,53)
#1F1529
(31,21,41)
#15111D
(21,17,29)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #6F3589

#6F3589
(111,53,137)
#7C4793
(124,71,147)
#89599D
(137,89,157)
#966BA7
(150,107,167)
#A37DB1
(163,125,177)
#B08FBB
(176,143,187)
#BDA1C5
(189,161,197)
#CAB3CF
(202,179,207)
#D7C5D9
(215,197,217)
#E4D7E3
(228,215,227)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3589; }

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

This text font color is #6F3589.


Background Color

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

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

This div background color is #6F3589.


Border color

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

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

This div border color is #6F3589.


Opacity

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

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

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

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

This text has shadow with #6F3589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3589 on black background.


Color preview on white background

This text has color #6F3589 on white background.



Black color preview on #6F3589 background

This text has black color on #6F3589 background.


White color preview on #6F3589 background

This text has white color on #6F3589 background.