COLOR #6F4B5D

HEX: #6F4B5D
RGB: (111,75,93)

Color info

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

RGB color model

#6F4B5D color RGB value is (111,75,93).

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

RGB channels and saturation

R 111 of 255 = 44%
G 75 of 255 = 29%
B 93 of 255 = 36%

111
75
93

R + G + B ~ 36%. #6F4B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 75 + 93 = 279 (100%)
R 111 of 279 ~ 39.78%
G 75 of 279 ~ 26.88%
B 93 of 279 ~ 33.33%

%39.78
%26.88
%33.33

CMYK color model

#6F4B5D color CMYK value is (0,32,16,56).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 16.22%
  • key color value is 56.47%
CMYK:
(0,32,16,56)
C0M32Y16K56 
(0%,32%,16%,56%)
(0.00/0.32/0.16/0.56)	

CMYK percentages

%0
%32.43
%16.22
%56.47

Codes

Color #6F4B5D in popluar color models

6F4B5D
RGB1117593
HSL330°19.35%36.47%
HSB/HSV330°32.43%43.53%
CMYK0.00%32.43%16.22%
56.47%

Color #6F4B5D in popluar number systems.

HEX6F4B5D
Decimal1117593
Binary110111110010111011101
Octal157113135

Shades and tints

Shades of #6F4B5D

#6F4B5D
(111,75,93)
#654555
(101,69,85)
#5B3F4D
(91,63,77)
#513945
(81,57,69)
#47333D
(71,51,61)
#3D2D35
(61,45,53)
#33272D
(51,39,45)
#292125
(41,33,37)
#1F1B1D
(31,27,29)
#151515
(21,21,21)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #6F4B5D

#6F4B5D
(111,75,93)
#7C5B6B
(124,91,107)
#896B79
(137,107,121)
#967B87
(150,123,135)
#A38B95
(163,139,149)
#B09BA3
(176,155,163)
#BDABB1
(189,171,177)
#CABBBF
(202,187,191)
#D7CBCD
(215,203,205)
#E4DBDB
(228,219,219)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4B5D; }

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

This text font color is #6F4B5D.


Background Color

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

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

This div background color is #6F4B5D.


Border color

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

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

This div border color is #6F4B5D.


Opacity

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

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

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

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

This text has shadow with #6F4B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4B5D on black background.


Color preview on white background

This text has color #6F4B5D on white background.



Black color preview on #6F4B5D background

This text has black color on #6F4B5D background.


White color preview on #6F4B5D background

This text has white color on #6F4B5D background.