COLOR #6F294F

HEX: #6F294F RGB: (111,41,79)

Color info

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

RGB color model

#6F294F color RGB value is (111,41,79).

RGB: (111,41,79) (44%, 16%, 31%)

RGB channels and saturation

R 111 of 255 = 44%
G 41 of 255 = 16%
B 79 of 255 = 31%

111
41
79

R + G + B ~ 30%. #6F294F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 41 + 79 = 231 (100%)
R 111 of 231 ~ 48.05%
G 41 of 231 ~ 17.75%
B 79 of 231 ~ 34.2'%

%48.05
%17.75
%34.2

CMYK color model

#6F294F color CMYK value is (0,63,29,56).

  • cyan value is 0.00%
  • magenta value is 63.06%
  • yellow value is 28.83%
  • key color value is 56.47%

CMYK: (0,63,29,56)
C0M63Y29K56 (0%, 63%, 29%, 56%)
(0.00 / 0.63 / 0.29 / 0.56)

CMYK percentages

%0
%63.06
%28.83
%56.47

Codes

Color #6F294F in popluar color models

6F 29 4F
RGB 111 41 79
HSL 327° 46.05% 29.80%
HSB/HSV 327° 63.06% 43.53%
CMYK 0.00% 63.06% 28.83%
56.47%

Color #6F294F in popluar number systems.

HEX 6F 29 4F
Decimal 111 41 79
Binary 1101111 101001 1001111
Octal 157 51 117

Shades and tints

Shades of #6F294F

#6F294F
(111,41,79)
#652648
(101,38,72)
#5B2341
(91,35,65)
#51203A
(81,32,58)
#471D33
(71,29,51)
#3D1A2C
(61,26,44)
#331725
(51,23,37)
#29141E
(41,20,30)
#1F1117
(31,17,23)
#150E10
(21,14,16)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #6F294F

#6F294F
(111,41,79)
#7C3C5F
(124,60,95)
#894F6F
(137,79,111)
#96627F
(150,98,127)
#A3758F
(163,117,143)
#B0889F
(176,136,159)
#BD9BAF
(189,155,175)
#CAAEBF
(202,174,191)
#D7C1CF
(215,193,207)
#E4D4DF
(228,212,223)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F294F color. Also use rgb(111,41,79) instead hex code.

Text Font Color

.myTextColor { color: #6F294F; }

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

This text font color is #6F294F.

Background Color

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

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

This div background color is #6F294F.

Border color

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

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

This div border color is #6F294F.

Opacity

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

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

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

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

This text has shadow with #6F294F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F294F.

Preview

Color preview on black background

This text has color #6F294F on black background.


Color preview on white background

This text has color #6F294F on white background.


Black color preview on #6F294F background

This text has black color on #6F294F background.


White color preview on #6F294F background

This text has white color on #6F294F background.


Related colors

Complementary color

Complementary color for #hex is #90D6B0.


I love getcolorcode.com

Triadic colors

1 #4F6F29 and #294F6F with #6F294F are triadic colors.

2 #4F296F and #296F4F with #6F294F are triadic colors.