COLOR #6F375E

HEX: #6F375E RGB: (111,55,94)

Color info

#6F375E contains red, green and blue colors in about the same proportion. Web safe color of #6F375E is #663366 (or #636).

RGB color model

#6F375E color RGB value is (111,55,94).

RGB: (111,55,94) (44%, 22%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 55 of 255 = 22%
B 94 of 255 = 37%

111
55
94

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

Portions of RGB colors in percentages

R + G + B = 111 + 55 + 94 = 260 (100%)
R 111 of 260 ~ 42.69%
G 55 of 260 ~ 21.15%
B 94 of 260 ~ 36.15'%

%42.69
%21.15
%36.15

CMYK color model

#6F375E color CMYK value is (0,50,15,56).

  • cyan value is 0.00%
  • magenta value is 50.45%
  • yellow value is 15.32%
  • key color value is 56.47%

CMYK: (0,50,15,56)
C0M50Y15K56 (0%, 50%, 15%, 56%)
(0.00 / 0.50 / 0.15 / 0.56)

CMYK percentages

%0
%50.45
%15.32
%56.47

Codes

Color #6F375E in popluar color models

6F 37 5E
RGB 111 55 94
HSL 318° 33.73% 32.55%
HSB/HSV 318° 50.45% 43.53%
CMYK 0.00% 50.45% 15.32%
56.47%

Color #6F375E in popluar number systems.

HEX 6F 37 5E
Decimal 111 55 94
Binary 1101111 110111 1011110
Octal 157 67 136

Shades and tints

Shades of #6F375E

#6F375E
(111,55,94)
#653256
(101,50,86)
#5B2D4E
(91,45,78)
#512846
(81,40,70)
#47233E
(71,35,62)
#3D1E36
(61,30,54)
#33192E
(51,25,46)
#291426
(41,20,38)
#1F0F1E
(31,15,30)
#150A16
(21,10,22)
#0B050E
(11,5,14)
#000000
(0,0,0)

Tints of #6F375E

#6F375E
(111,55,94)
#7C496C
(124,73,108)
#895B7A
(137,91,122)
#966D88
(150,109,136)
#A37F96
(163,127,150)
#B091A4
(176,145,164)
#BDA3B2
(189,163,178)
#CAB5C0
(202,181,192)
#D7C7CE
(215,199,206)
#E4D9DC
(228,217,220)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F375E color. Also use rgb(111,55,94) instead hex code.

Text Font Color

.myTextColor { color: #6F375E; }

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

This text font color is #6F375E.

Background Color

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

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

This div background color is #6F375E.

Border color

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

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

This div border color is #6F375E.

Opacity

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

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

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

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

This text has shadow with #6F375E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F375E.

Preview

Color preview on black background

This text has color #6F375E on black background.


Color preview on white background

This text has color #6F375E on white background.


Black color preview on #6F375E background

This text has black color on #6F375E background.


White color preview on #6F375E background

This text has white color on #6F375E background.


Related colors

Complementary color

Complementary color for #hex is #90C8A1.


I love getcolorcode.com

Triadic colors

1 #5E6F37 and #375E6F with #6F375E are triadic colors.

2 #5E376F and #376F5E with #6F375E are triadic colors.