COLOR #6F3160

HEX: #6F3160
RGB: (111,49,96)

Color info

#6F3160 contains mainly red and blue colors. Web safe color of #6F3160 is #663366 (or #636).

RGB color model

#6F3160 color RGB value is (111,49,96).

  • red value is 111;
  • green value is 49;
  • blue value is 96.
RGB:
(111,49,96)
(44%,19%,38%)

RGB channels and saturation

R 111 of 255 = 44%
G 49 of 255 = 19%
B 96 of 255 = 38%

111
49
96

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

Portions of RGB colors in percentages

R + G + B =
111 + 49 + 96 = 256 (100%)
R 111 of 256 ~ 43.36%
G 49 of 256 ~ 19.14%
B 96 of 256 ~ 37.5%

%43.36
%19.14
%37.5

CMYK color model

#6F3160 color CMYK value is (0,56,14,56).

  • cyan value is 0.00%
  • magenta value is 55.86%
  • yellow value is 13.51%
  • key color value is 56.47%
CMYK:
(0,56,14,56)
C0M56Y14K56 
(0%,56%,14%,56%)
(0.00/0.56/0.14/0.56)	

CMYK percentages

%0
%55.86
%13.51
%56.47

Codes

Color #6F3160 in popluar color models

6F3160
RGB1114996
HSL315°38.75%31.37%
HSB/HSV315°55.86%43.53%
CMYK0.00%55.86%13.51%
56.47%

Color #6F3160 in popluar number systems.

HEX6F3160
Decimal1114996
Binary11011111100011100000
Octal15761140

Shades and tints

Shades of #6F3160

#6F3160
(111,49,96)
#652D58
(101,45,88)
#5B2950
(91,41,80)
#512548
(81,37,72)
#472140
(71,33,64)
#3D1D38
(61,29,56)
#331930
(51,25,48)
#291528
(41,21,40)
#1F1120
(31,17,32)
#150D18
(21,13,24)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #6F3160

#6F3160
(111,49,96)
#7C436E
(124,67,110)
#89557C
(137,85,124)
#96678A
(150,103,138)
#A37998
(163,121,152)
#B08BA6
(176,139,166)
#BD9DB4
(189,157,180)
#CAAFC2
(202,175,194)
#D7C1D0
(215,193,208)
#E4D3DE
(228,211,222)
#F1E5EC
(241,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3160 color. Also use rgb(111,49,96) instead hex code.

Text Font Color

.myTextColor { color: #6F3160; }

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

This text font color is #6F3160.


Background Color

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

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

This div background color is #6F3160.


Border color

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

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

This div border color is #6F3160.


Opacity

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

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

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

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

This text has shadow with #6F3160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3160 on black background.


Color preview on white background

This text has color #6F3160 on white background.



Black color preview on #6F3160 background

This text has black color on #6F3160 background.


White color preview on #6F3160 background

This text has white color on #6F3160 background.