COLOR #6F3690

HEX: #6F3690
RGB: (111,54,144)

Color info

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

RGB color model

#6F3690 color RGB value is (111,54,144).

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

RGB channels and saturation

R 111 of 255 = 44%
G 54 of 255 = 21%
B 144 of 255 = 56%

111
54
144

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

Portions of RGB colors in percentages

R + G + B =
111 + 54 + 144 = 309 (100%)
R 111 of 309 ~ 35.92%
G 54 of 309 ~ 17.48%
B 144 of 309 ~ 46.6%

%35.92
%17.48
%46.6

CMYK color model

#6F3690 color CMYK value is (23,63,0,44).

  • cyan value is 22.92%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(23,63,0,44)
C23M63Y0K44 
(23%,63%,0%,44%)
(0.23/0.63/0.00/0.44)	

CMYK percentages

%22.92
%62.5
%0
%43.53

Codes

Color #6F3690 in popluar color models

6F3690
RGB11154144
HSL278°45.45%38.82%
HSB/HSV278°62.50%56.47%
CMYK22.92%62.50%0.00%
43.53%

Color #6F3690 in popluar number systems.

HEX6F3690
Decimal11154144
Binary110111111011010010000
Octal15766220

Shades and tints

Shades of #6F3690

#6F3690
(111,54,144)
#653283
(101,50,131)
#5B2E76
(91,46,118)
#512A69
(81,42,105)
#47265C
(71,38,92)
#3D224F
(61,34,79)
#331E42
(51,30,66)
#291A35
(41,26,53)
#1F1628
(31,22,40)
#15121B
(21,18,27)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #6F3690

#6F3690
(111,54,144)
#7C489A
(124,72,154)
#895AA4
(137,90,164)
#966CAE
(150,108,174)
#A37EB8
(163,126,184)
#B090C2
(176,144,194)
#BDA2CC
(189,162,204)
#CAB4D6
(202,180,214)
#D7C6E0
(215,198,224)
#E4D8EA
(228,216,234)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3690 color. Also use rgb(111,54,144) instead hex code.

Text Font Color

.myTextColor { color: #6F3690; }

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

This text font color is #6F3690.


Background Color

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

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

This div background color is #6F3690.


Border color

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

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

This div border color is #6F3690.


Opacity

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

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

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

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

This text has shadow with #6F3690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3690 on black background.


Color preview on white background

This text has color #6F3690 on white background.



Black color preview on #6F3690 background

This text has black color on #6F3690 background.


White color preview on #6F3690 background

This text has white color on #6F3690 background.