COLOR #6F418D

HEX: #6F418D
RGB: (111,65,141)

Color info

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

RGB color model

#6F418D color RGB value is (111,65,141).

  • red value is 111;
  • green value is 65;
  • blue value is 141.
RGB:
(111,65,141)
(44%,25%,55%)

RGB channels and saturation

R 111 of 255 = 44%
G 65 of 255 = 25%
B 141 of 255 = 55%

111
65
141

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

Portions of RGB colors in percentages

R + G + B =
111 + 65 + 141 = 317 (100%)
R 111 of 317 ~ 35.02%
G 65 of 317 ~ 20.5%
B 141 of 317 ~ 44.48%

%35.02
%20.5
%44.48

CMYK color model

#6F418D color CMYK value is (21,54,0,45).

  • cyan value is 21.28%
  • magenta value is 53.90%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(21,54,0,45)
C21M54Y0K45 
(21%,54%,0%,45%)
(0.21/0.54/0.00/0.45)	

CMYK percentages

%21.28
%53.9
%0
%44.71

Codes

Color #6F418D in popluar color models

6F418D
RGB11165141
HSL276°36.89%40.39%
HSB/HSV276°53.90%55.29%
CMYK21.28%53.90%0.00%
44.71%

Color #6F418D in popluar number systems.

HEX6F418D
Decimal11165141
Binary1101111100000110001101
Octal157101215

Shades and tints

Shades of #6F418D

#6F418D
(111,65,141)
#653C81
(101,60,129)
#5B3775
(91,55,117)
#513269
(81,50,105)
#472D5D
(71,45,93)
#3D2851
(61,40,81)
#332345
(51,35,69)
#291E39
(41,30,57)
#1F192D
(31,25,45)
#151421
(21,20,33)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #6F418D

#6F418D
(111,65,141)
#7C5297
(124,82,151)
#8963A1
(137,99,161)
#9674AB
(150,116,171)
#A385B5
(163,133,181)
#B096BF
(176,150,191)
#BDA7C9
(189,167,201)
#CAB8D3
(202,184,211)
#D7C9DD
(215,201,221)
#E4DAE7
(228,218,231)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F418D color. Also use rgb(111,65,141) instead hex code.

Text Font Color

.myTextColor { color: #6F418D; }

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

This text font color is #6F418D.


Background Color

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

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

This div background color is #6F418D.


Border color

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

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

This div border color is #6F418D.


Opacity

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

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

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

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

This text has shadow with #6F418D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F418D on black background.


Color preview on white background

This text has color #6F418D on white background.



Black color preview on #6F418D background

This text has black color on #6F418D background.


White color preview on #6F418D background

This text has white color on #6F418D background.