COLOR #6F275F

HEX: #6F275F
RGB: (111,39,95)

Color info

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

RGB color model

#6F275F color RGB value is (111,39,95).

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

RGB channels and saturation

R 111 of 255 = 44%
G 39 of 255 = 15%
B 95 of 255 = 37%

111
39
95

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

Portions of RGB colors in percentages

R + G + B =
111 + 39 + 95 = 245 (100%)
R 111 of 245 ~ 45.31%
G 39 of 245 ~ 15.92%
B 95 of 245 ~ 38.78%

%45.31
%15.92
%38.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 64.86%
  • yellow value is 14.41%
  • key color value is 56.47%
CMYK:
(0,65,14,56)
C0M65Y14K56 
(0%,65%,14%,56%)
(0.00/0.65/0.14/0.56)	

CMYK percentages

%0
%64.86
%14.41
%56.47

Codes

Color #6F275F in popluar color models

6F275F
RGB1113995
HSL313°48.00%29.41%
HSB/HSV313°64.86%43.53%
CMYK0.00%64.86%14.41%
56.47%

Color #6F275F in popluar number systems.

HEX6F275F
Decimal1113995
Binary11011111001111011111
Octal15747137

Shades and tints

Shades of #6F275F

#6F275F
(111,39,95)
#652457
(101,36,87)
#5B214F
(91,33,79)
#511E47
(81,30,71)
#471B3F
(71,27,63)
#3D1837
(61,24,55)
#33152F
(51,21,47)
#291227
(41,18,39)
#1F0F1F
(31,15,31)
#150C17
(21,12,23)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #6F275F

#6F275F
(111,39,95)
#7C3A6D
(124,58,109)
#894D7B
(137,77,123)
#966089
(150,96,137)
#A37397
(163,115,151)
#B086A5
(176,134,165)
#BD99B3
(189,153,179)
#CAACC1
(202,172,193)
#D7BFCF
(215,191,207)
#E4D2DD
(228,210,221)
#F1E5EB
(241,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F275F; }

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

This text font color is #6F275F.


Background Color

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

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

This div background color is #6F275F.


Border color

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

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

This div border color is #6F275F.


Opacity

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

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

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

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

This text has shadow with #6F275F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F275F on black background.


Color preview on white background

This text has color #6F275F on white background.



Black color preview on #6F275F background

This text has black color on #6F275F background.


White color preview on #6F275F background

This text has white color on #6F275F background.