COLOR #6F4483

HEX: #6F4483
RGB: (111,68,131)

Color info

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

RGB color model

#6F4483 color RGB value is (111,68,131).

  • red value is 111;
  • green value is 68;
  • blue value is 131.
RGB:
(111,68,131)
(44%,27%,51%)

RGB channels and saturation

R 111 of 255 = 44%
G 68 of 255 = 27%
B 131 of 255 = 51%

111
68
131

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

Portions of RGB colors in percentages

R + G + B =
111 + 68 + 131 = 310 (100%)
R 111 of 310 ~ 35.81%
G 68 of 310 ~ 21.94%
B 131 of 310 ~ 42.26%

%35.81
%21.94
%42.26

CMYK color model

#6F4483 color CMYK value is (15,48,0,49).

  • cyan value is 15.27%
  • magenta value is 48.09%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(15,48,0,49)
C15M48Y0K49 
(15%,48%,0%,49%)
(0.15/0.48/0.00/0.49)	

CMYK percentages

%15.27
%48.09
%0
%48.63

Codes

Color #6F4483 in popluar color models

6F4483
RGB11168131
HSL281°31.66%39.02%
HSB/HSV281°48.09%51.37%
CMYK15.27%48.09%0.00%
48.63%

Color #6F4483 in popluar number systems.

HEX6F4483
Decimal11168131
Binary1101111100010010000011
Octal157104203

Shades and tints

Shades of #6F4483

#6F4483
(111,68,131)
#653E78
(101,62,120)
#5B386D
(91,56,109)
#513262
(81,50,98)
#472C57
(71,44,87)
#3D264C
(61,38,76)
#332041
(51,32,65)
#291A36
(41,26,54)
#1F142B
(31,20,43)
#150E20
(21,14,32)
#0B0815
(11,8,21)
#000000
(0,0,0)

Tints of #6F4483

#6F4483
(111,68,131)
#7C558E
(124,85,142)
#896699
(137,102,153)
#9677A4
(150,119,164)
#A388AF
(163,136,175)
#B099BA
(176,153,186)
#BDAAC5
(189,170,197)
#CABBD0
(202,187,208)
#D7CCDB
(215,204,219)
#E4DDE6
(228,221,230)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4483 color. Also use rgb(111,68,131) instead hex code.

Text Font Color

.myTextColor { color: #6F4483; }

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

This text font color is #6F4483.


Background Color

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

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

This div background color is #6F4483.


Border color

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

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

This div border color is #6F4483.


Opacity

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

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

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

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

This text has shadow with #6F4483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4483 on black background.


Color preview on white background

This text has color #6F4483 on white background.



Black color preview on #6F4483 background

This text has black color on #6F4483 background.


White color preview on #6F4483 background

This text has white color on #6F4483 background.