COLOR #6F3F5E

HEX: #6F3F5E
RGB: (111,63,94)

Color info

#6F3F5E contains red, green and blue colors in about the same proportion. Web safe color of #6F3F5E is #663366 (or #636).

RGB color model

#6F3F5E color RGB value is (111,63,94).

  • red value is 111;
  • green value is 63;
  • blue value is 94.
RGB:
(111,63,94)
(44%,25%,37%)

RGB channels and saturation

R 111 of 255 = 44%
G 63 of 255 = 25%
B 94 of 255 = 37%

111
63
94

R + G + B ~ 35%. #6F3F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 63 + 94 = 268 (100%)
R 111 of 268 ~ 41.42%
G 63 of 268 ~ 23.51%
B 94 of 268 ~ 35.07%

%41.42
%23.51
%35.07

CMYK color model

#6F3F5E color CMYK value is (0,43,15,56).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 15.32%
  • key color value is 56.47%
CMYK:
(0,43,15,56)
C0M43Y15K56 
(0%,43%,15%,56%)
(0.00/0.43/0.15/0.56)	

CMYK percentages

%0
%43.24
%15.32
%56.47

Codes

Color #6F3F5E in popluar color models

6F3F5E
RGB1116394
HSL321°27.59%34.12%
HSB/HSV321°43.24%43.53%
CMYK0.00%43.24%15.32%
56.47%

Color #6F3F5E in popluar number systems.

HEX6F3F5E
Decimal1116394
Binary11011111111111011110
Octal15777136

Shades and tints

Shades of #6F3F5E

#6F3F5E
(111,63,94)
#653A56
(101,58,86)
#5B354E
(91,53,78)
#513046
(81,48,70)
#472B3E
(71,43,62)
#3D2636
(61,38,54)
#33212E
(51,33,46)
#291C26
(41,28,38)
#1F171E
(31,23,30)
#151216
(21,18,22)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #6F3F5E

#6F3F5E
(111,63,94)
#7C506C
(124,80,108)
#89617A
(137,97,122)
#967288
(150,114,136)
#A38396
(163,131,150)
#B094A4
(176,148,164)
#BDA5B2
(189,165,178)
#CAB6C0
(202,182,192)
#D7C7CE
(215,199,206)
#E4D8DC
(228,216,220)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3F5E color. Also use rgb(111,63,94) instead hex code.

Text Font Color

.myTextColor { color: #6F3F5E; }

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

This text font color is #6F3F5E.


Background Color

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

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

This div background color is #6F3F5E.


Border color

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

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

This div border color is #6F3F5E.


Opacity

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

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

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

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

This text has shadow with #6F3F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3F5E on black background.


Color preview on white background

This text has color #6F3F5E on white background.



Black color preview on #6F3F5E background

This text has black color on #6F3F5E background.


White color preview on #6F3F5E background

This text has white color on #6F3F5E background.