COLOR #6F3988

HEX: #6F3988
RGB: (111,57,136)

Color info

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

RGB color model

#6F3988 color RGB value is (111,57,136).

  • red value is 111;
  • green value is 57;
  • blue value is 136.
RGB:
(111,57,136)
(44%,22%,53%)

RGB channels and saturation

R 111 of 255 = 44%
G 57 of 255 = 22%
B 136 of 255 = 53%

111
57
136

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

Portions of RGB colors in percentages

R + G + B =
111 + 57 + 136 = 304 (100%)
R 111 of 304 ~ 36.51%
G 57 of 304 ~ 18.75%
B 136 of 304 ~ 44.74%

%36.51
%18.75
%44.74

CMYK color model

#6F3988 color CMYK value is (18,58,0,47).

  • cyan value is 18.38%
  • magenta value is 58.09%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(18,58,0,47)
C18M58Y0K47 
(18%,58%,0%,47%)
(0.18/0.58/0.00/0.47)	

CMYK percentages

%18.38
%58.09
%0
%46.67

Codes

Color #6F3988 in popluar color models

6F3988
RGB11157136
HSL281°40.93%37.84%
HSB/HSV281°58.09%53.33%
CMYK18.38%58.09%0.00%
46.67%

Color #6F3988 in popluar number systems.

HEX6F3988
Decimal11157136
Binary110111111100110001000
Octal15771210

Shades and tints

Shades of #6F3988

#6F3988
(111,57,136)
#65347C
(101,52,124)
#5B2F70
(91,47,112)
#512A64
(81,42,100)
#472558
(71,37,88)
#3D204C
(61,32,76)
#331B40
(51,27,64)
#291634
(41,22,52)
#1F1128
(31,17,40)
#150C1C
(21,12,28)
#0B0710
(11,7,16)
#000000
(0,0,0)

Tints of #6F3988

#6F3988
(111,57,136)
#7C4B92
(124,75,146)
#895D9C
(137,93,156)
#966FA6
(150,111,166)
#A381B0
(163,129,176)
#B093BA
(176,147,186)
#BDA5C4
(189,165,196)
#CAB7CE
(202,183,206)
#D7C9D8
(215,201,216)
#E4DBE2
(228,219,226)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3988 color. Also use rgb(111,57,136) instead hex code.

Text Font Color

.myTextColor { color: #6F3988; }

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

This text font color is #6F3988.


Background Color

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

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

This div background color is #6F3988.


Border color

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

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

This div border color is #6F3988.


Opacity

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

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

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

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

This text has shadow with #6F3988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3988 on black background.


Color preview on white background

This text has color #6F3988 on white background.



Black color preview on #6F3988 background

This text has black color on #6F3988 background.


White color preview on #6F3988 background

This text has white color on #6F3988 background.