COLOR #6F295F

HEX: #6F295F
RGB: (111,41,95)

Color info

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

RGB color model

#6F295F color RGB value is (111,41,95).

  • red value is 111;
  • green value is 41;
  • blue value is 95.
RGB:
(111,41,95)
(44%,16%,37%)

RGB channels and saturation

R 111 of 255 = 44%
G 41 of 255 = 16%
B 95 of 255 = 37%

111
41
95

R + G + B ~ 32%. #6F295F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 41 + 95 = 247 (100%)
R 111 of 247 ~ 44.94%
G 41 of 247 ~ 16.6%
B 95 of 247 ~ 38.46%

%44.94
%16.6
%38.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 63.06%
  • yellow value is 14.41%
  • key color value is 56.47%
CMYK:
(0,63,14,56)
C0M63Y14K56 
(0%,63%,14%,56%)
(0.00/0.63/0.14/0.56)	

CMYK percentages

%0
%63.06
%14.41
%56.47

Codes

Color #6F295F in popluar color models

6F295F
RGB1114195
HSL314°46.05%29.80%
HSB/HSV314°63.06%43.53%
CMYK0.00%63.06%14.41%
56.47%

Color #6F295F in popluar number systems.

HEX6F295F
Decimal1114195
Binary11011111010011011111
Octal15751137

Shades and tints

Shades of #6F295F

#6F295F
(111,41,95)
#652657
(101,38,87)
#5B234F
(91,35,79)
#512047
(81,32,71)
#471D3F
(71,29,63)
#3D1A37
(61,26,55)
#33172F
(51,23,47)
#291427
(41,20,39)
#1F111F
(31,17,31)
#150E17
(21,14,23)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #6F295F

#6F295F
(111,41,95)
#7C3C6D
(124,60,109)
#894F7B
(137,79,123)
#966289
(150,98,137)
#A37597
(163,117,151)
#B088A5
(176,136,165)
#BD9BB3
(189,155,179)
#CAAEC1
(202,174,193)
#D7C1CF
(215,193,207)
#E4D4DD
(228,212,221)
#F1E7EB
(241,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F295F; }

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

This text font color is #6F295F.


Background Color

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

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

This div background color is #6F295F.


Border color

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

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

This div border color is #6F295F.


Opacity

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

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

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

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

This text has shadow with #6F295F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F295F on black background.


Color preview on white background

This text has color #6F295F on white background.



Black color preview on #6F295F background

This text has black color on #6F295F background.


White color preview on #6F295F background

This text has white color on #6F295F background.