COLOR #6F395E

HEX: #6F395E
RGB: (111,57,94)

Color info

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

RGB color model

#6F395E color RGB value is (111,57,94).

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

RGB channels and saturation

R 111 of 255 = 44%
G 57 of 255 = 22%
B 94 of 255 = 37%

111
57
94

R + G + B ~ 34%. #6F395E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 57 + 94 = 262 (100%)
R 111 of 262 ~ 42.37%
G 57 of 262 ~ 21.76%
B 94 of 262 ~ 35.88%

%42.37
%21.76
%35.88

CMYK color model

#6F395E color CMYK value is (0,49,15,56).

  • cyan value is 0.00%
  • magenta value is 48.65%
  • yellow value is 15.32%
  • key color value is 56.47%
CMYK:
(0,49,15,56)
C0M49Y15K56 
(0%,49%,15%,56%)
(0.00/0.49/0.15/0.56)	

CMYK percentages

%0
%48.65
%15.32
%56.47

Codes

Color #6F395E in popluar color models

6F395E
RGB1115794
HSL319°32.14%32.94%
HSB/HSV319°48.65%43.53%
CMYK0.00%48.65%15.32%
56.47%

Color #6F395E in popluar number systems.

HEX6F395E
Decimal1115794
Binary11011111110011011110
Octal15771136

Shades and tints

Shades of #6F395E

#6F395E
(111,57,94)
#653456
(101,52,86)
#5B2F4E
(91,47,78)
#512A46
(81,42,70)
#47253E
(71,37,62)
#3D2036
(61,32,54)
#331B2E
(51,27,46)
#291626
(41,22,38)
#1F111E
(31,17,30)
#150C16
(21,12,22)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #6F395E

#6F395E
(111,57,94)
#7C4B6C
(124,75,108)
#895D7A
(137,93,122)
#966F88
(150,111,136)
#A38196
(163,129,150)
#B093A4
(176,147,164)
#BDA5B2
(189,165,178)
#CAB7C0
(202,183,192)
#D7C9CE
(215,201,206)
#E4DBDC
(228,219,220)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F395E; }

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

This text font color is #6F395E.


Background Color

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

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

This div background color is #6F395E.


Border color

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

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

This div border color is #6F395E.


Opacity

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

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

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

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

This text has shadow with #6F395E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F395E on black background.


Color preview on white background

This text has color #6F395E on white background.



Black color preview on #6F395E background

This text has black color on #6F395E background.


White color preview on #6F395E background

This text has white color on #6F395E background.