COLOR #6F3B5E

HEX: #6F3B5E
RGB: (111,59,94)

Color info

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

RGB color model

#6F3B5E color RGB value is (111,59,94).

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

RGB channels and saturation

R 111 of 255 = 44%
G 59 of 255 = 23%
B 94 of 255 = 37%

111
59
94

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

Portions of RGB colors in percentages

R + G + B =
111 + 59 + 94 = 264 (100%)
R 111 of 264 ~ 42.05%
G 59 of 264 ~ 22.35%
B 94 of 264 ~ 35.61%

%42.05
%22.35
%35.61

CMYK color model

#6F3B5E color CMYK value is (0,47,15,56).

  • cyan value is 0.00%
  • magenta value is 46.85%
  • yellow value is 15.32%
  • key color value is 56.47%
CMYK:
(0,47,15,56)
C0M47Y15K56 
(0%,47%,15%,56%)
(0.00/0.47/0.15/0.56)	

CMYK percentages

%0
%46.85
%15.32
%56.47

Codes

Color #6F3B5E in popluar color models

6F3B5E
RGB1115994
HSL320°30.59%33.33%
HSB/HSV320°46.85%43.53%
CMYK0.00%46.85%15.32%
56.47%

Color #6F3B5E in popluar number systems.

HEX6F3B5E
Decimal1115994
Binary11011111110111011110
Octal15773136

Shades and tints

Shades of #6F3B5E

#6F3B5E
(111,59,94)
#653656
(101,54,86)
#5B314E
(91,49,78)
#512C46
(81,44,70)
#47273E
(71,39,62)
#3D2236
(61,34,54)
#331D2E
(51,29,46)
#291826
(41,24,38)
#1F131E
(31,19,30)
#150E16
(21,14,22)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #6F3B5E

#6F3B5E
(111,59,94)
#7C4C6C
(124,76,108)
#895D7A
(137,93,122)
#966E88
(150,110,136)
#A37F96
(163,127,150)
#B090A4
(176,144,164)
#BDA1B2
(189,161,178)
#CAB2C0
(202,178,192)
#D7C3CE
(215,195,206)
#E4D4DC
(228,212,220)
#F1E5EA
(241,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3B5E; }

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

This text font color is #6F3B5E.


Background Color

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

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

This div background color is #6F3B5E.


Border color

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

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

This div border color is #6F3B5E.


Opacity

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

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

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

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

This text has shadow with #6F3B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3B5E on black background.


Color preview on white background

This text has color #6F3B5E on white background.



Black color preview on #6F3B5E background

This text has black color on #6F3B5E background.


White color preview on #6F3B5E background

This text has white color on #6F3B5E background.