COLOR #6F4B5E

HEX: #6F4B5E
RGB: (111,75,94)

Color info

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

RGB color model

#6F4B5E color RGB value is (111,75,94).

  • red value is 111;
  • green value is 75;
  • blue value is 94.
RGB:
(111,75,94)
(44%,29%,37%)

RGB channels and saturation

R 111 of 255 = 44%
G 75 of 255 = 29%
B 94 of 255 = 37%

111
75
94

R + G + B ~ 37%. #6F4B5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 75 + 94 = 280 (100%)
R 111 of 280 ~ 39.64%
G 75 of 280 ~ 26.79%
B 94 of 280 ~ 33.57%

%39.64
%26.79
%33.57

CMYK color model

#6F4B5E color CMYK value is (0,32,15,56).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 15.32%
  • key color value is 56.47%
CMYK:
(0,32,15,56)
C0M32Y15K56 
(0%,32%,15%,56%)
(0.00/0.32/0.15/0.56)	

CMYK percentages

%0
%32.43
%15.32
%56.47

Codes

Color #6F4B5E in popluar color models

6F4B5E
RGB1117594
HSL328°19.35%36.47%
HSB/HSV328°32.43%43.53%
CMYK0.00%32.43%15.32%
56.47%

Color #6F4B5E in popluar number systems.

HEX6F4B5E
Decimal1117594
Binary110111110010111011110
Octal157113136

Shades and tints

Shades of #6F4B5E

#6F4B5E
(111,75,94)
#654556
(101,69,86)
#5B3F4E
(91,63,78)
#513946
(81,57,70)
#47333E
(71,51,62)
#3D2D36
(61,45,54)
#33272E
(51,39,46)
#292126
(41,33,38)
#1F1B1E
(31,27,30)
#151516
(21,21,22)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #6F4B5E

#6F4B5E
(111,75,94)
#7C5B6C
(124,91,108)
#896B7A
(137,107,122)
#967B88
(150,123,136)
#A38B96
(163,139,150)
#B09BA4
(176,155,164)
#BDABB2
(189,171,178)
#CABBC0
(202,187,192)
#D7CBCE
(215,203,206)
#E4DBDC
(228,219,220)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4B5E; }

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

This text font color is #6F4B5E.


Background Color

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

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

This div background color is #6F4B5E.


Border color

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

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

This div border color is #6F4B5E.


Opacity

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

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

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

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

This text has shadow with #6F4B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4B5E on black background.


Color preview on white background

This text has color #6F4B5E on white background.



Black color preview on #6F4B5E background

This text has black color on #6F4B5E background.


White color preview on #6F4B5E background

This text has white color on #6F4B5E background.