COLOR #6F4861

HEX: #6F4861
RGB: (111,72,97)

Color info

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

RGB color model

#6F4861 color RGB value is (111,72,97).

  • red value is 111;
  • green value is 72;
  • blue value is 97.
RGB:
(111,72,97)
(44%,28%,38%)

RGB channels and saturation

R 111 of 255 = 44%
G 72 of 255 = 28%
B 97 of 255 = 38%

111
72
97

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

Portions of RGB colors in percentages

R + G + B =
111 + 72 + 97 = 280 (100%)
R 111 of 280 ~ 39.64%
G 72 of 280 ~ 25.71%
B 97 of 280 ~ 34.64%

%39.64
%25.71
%34.64

CMYK color model

#6F4861 color CMYK value is (0,35,13,56).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 12.61%
  • key color value is 56.47%
CMYK:
(0,35,13,56)
C0M35Y13K56 
(0%,35%,13%,56%)
(0.00/0.35/0.13/0.56)	

CMYK percentages

%0
%35.14
%12.61
%56.47

Codes

Color #6F4861 in popluar color models

6F4861
RGB1117297
HSL322°21.31%35.88%
HSB/HSV322°35.14%43.53%
CMYK0.00%35.14%12.61%
56.47%

Color #6F4861 in popluar number systems.

HEX6F4861
Decimal1117297
Binary110111110010001100001
Octal157110141

Shades and tints

Shades of #6F4861

#6F4861
(111,72,97)
#654259
(101,66,89)
#5B3C51
(91,60,81)
#513649
(81,54,73)
#473041
(71,48,65)
#3D2A39
(61,42,57)
#332431
(51,36,49)
#291E29
(41,30,41)
#1F1821
(31,24,33)
#151219
(21,18,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #6F4861

#6F4861
(111,72,97)
#7C586F
(124,88,111)
#89687D
(137,104,125)
#96788B
(150,120,139)
#A38899
(163,136,153)
#B098A7
(176,152,167)
#BDA8B5
(189,168,181)
#CAB8C3
(202,184,195)
#D7C8D1
(215,200,209)
#E4D8DF
(228,216,223)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4861 color. Also use rgb(111,72,97) instead hex code.

Text Font Color

.myTextColor { color: #6F4861; }

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

This text font color is #6F4861.


Background Color

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

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

This div background color is #6F4861.


Border color

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

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

This div border color is #6F4861.


Opacity

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

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

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

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

This text has shadow with #6F4861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4861 on black background.


Color preview on white background

This text has color #6F4861 on white background.



Black color preview on #6F4861 background

This text has black color on #6F4861 background.


White color preview on #6F4861 background

This text has white color on #6F4861 background.