COLOR #6F2049

HEX: #6F2049
RGB: (111,32,73)

Color info

#6F2049 contains mainly red and blue colors. Web safe color of #6F2049 is #663333 (or #633).

RGB color model

#6F2049 color RGB value is (111,32,73).

  • red value is 111;
  • green value is 32;
  • blue value is 73.
RGB:
(111,32,73)
(44%,13%,29%)

RGB channels and saturation

R 111 of 255 = 44%
G 32 of 255 = 13%
B 73 of 255 = 29%

111
32
73

R + G + B ~ 29%. #6F2049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 32 + 73 = 216 (100%)
R 111 of 216 ~ 51.39%
G 32 of 216 ~ 14.81%
B 73 of 216 ~ 33.8%

%51.39
%14.81
%33.8

CMYK color model

#6F2049 color CMYK value is (0,71,34,56).

  • cyan value is 0.00%
  • magenta value is 71.17%
  • yellow value is 34.23%
  • key color value is 56.47%
CMYK:
(0,71,34,56)
C0M71Y34K56 
(0%,71%,34%,56%)
(0.00/0.71/0.34/0.56)	

CMYK percentages

%0
%71.17
%34.23
%56.47

Codes

Color #6F2049 in popluar color models

6F2049
RGB1113273
HSL329°55.24%28.04%
HSB/HSV329°71.17%43.53%
CMYK0.00%71.17%34.23%
56.47%

Color #6F2049 in popluar number systems.

HEX6F2049
Decimal1113273
Binary11011111000001001001
Octal15740111

Shades and tints

Shades of #6F2049

#6F2049
(111,32,73)
#651E43
(101,30,67)
#5B1C3D
(91,28,61)
#511A37
(81,26,55)
#471831
(71,24,49)
#3D162B
(61,22,43)
#331425
(51,20,37)
#29121F
(41,18,31)
#1F1019
(31,16,25)
#150E13
(21,14,19)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #6F2049

#6F2049
(111,32,73)
#7C3459
(124,52,89)
#894869
(137,72,105)
#965C79
(150,92,121)
#A37089
(163,112,137)
#B08499
(176,132,153)
#BD98A9
(189,152,169)
#CAACB9
(202,172,185)
#D7C0C9
(215,192,201)
#E4D4D9
(228,212,217)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2049 color. Also use rgb(111,32,73) instead hex code.

Text Font Color

.myTextColor { color: #6F2049; }

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

This text font color is #6F2049.


Background Color

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

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

This div background color is #6F2049.


Border color

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

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

This div border color is #6F2049.


Opacity

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

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

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

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

This text has shadow with #6F2049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2049 on black background.


Color preview on white background

This text has color #6F2049 on white background.



Black color preview on #6F2049 background

This text has black color on #6F2049 background.


White color preview on #6F2049 background

This text has white color on #6F2049 background.