COLOR #6F3D9A

HEX: #6F3D9A
RGB: (111,61,154)

Color info

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

RGB color model

#6F3D9A color RGB value is (111,61,154).

  • red value is 111;
  • green value is 61;
  • blue value is 154.
RGB:
(111,61,154)
(44%,24%,60%)

RGB channels and saturation

R 111 of 255 = 44%
G 61 of 255 = 24%
B 154 of 255 = 60%

111
61
154

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

Portions of RGB colors in percentages

R + G + B =
111 + 61 + 154 = 326 (100%)
R 111 of 326 ~ 34.05%
G 61 of 326 ~ 18.71%
B 154 of 326 ~ 47.24%

%34.05
%18.71
%47.24

CMYK color model

#6F3D9A color CMYK value is (28,60,0,40).

  • cyan value is 27.92%
  • magenta value is 60.39%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(28,60,0,40)
C28M60Y0K40 
(28%,60%,0%,40%)
(0.28/0.60/0.00/0.40)	

CMYK percentages

%27.92
%60.39
%0
%39.61

Codes

Color #6F3D9A in popluar color models

6F3D9A
RGB11161154
HSL272°43.26%42.16%
HSB/HSV272°60.39%60.39%
CMYK27.92%60.39%0.00%
39.61%

Color #6F3D9A in popluar number systems.

HEX6F3D9A
Decimal11161154
Binary110111111110110011010
Octal15775232

Shades and tints

Shades of #6F3D9A

#6F3D9A
(111,61,154)
#65388C
(101,56,140)
#5B337E
(91,51,126)
#512E70
(81,46,112)
#472962
(71,41,98)
#3D2454
(61,36,84)
#331F46
(51,31,70)
#291A38
(41,26,56)
#1F152A
(31,21,42)
#15101C
(21,16,28)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #6F3D9A

#6F3D9A
(111,61,154)
#7C4EA3
(124,78,163)
#895FAC
(137,95,172)
#9670B5
(150,112,181)
#A381BE
(163,129,190)
#B092C7
(176,146,199)
#BDA3D0
(189,163,208)
#CAB4D9
(202,180,217)
#D7C5E2
(215,197,226)
#E4D6EB
(228,214,235)
#F1E7F4
(241,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3D9A color. Also use rgb(111,61,154) instead hex code.

Text Font Color

.myTextColor { color: #6F3D9A; }

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

This text font color is #6F3D9A.


Background Color

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

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

This div background color is #6F3D9A.


Border color

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

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

This div border color is #6F3D9A.


Opacity

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

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

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

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

This text has shadow with #6F3D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3D9A on black background.


Color preview on white background

This text has color #6F3D9A on white background.



Black color preview on #6F3D9A background

This text has black color on #6F3D9A background.


White color preview on #6F3D9A background

This text has white color on #6F3D9A background.