COLOR #6B4861

HEX: #6B4861
RGB: (107,72,97)

Color info

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

RGB color model

#6B4861 color RGB value is (107,72,97).

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

RGB channels and saturation

R 107 of 255 = 42%
G 72 of 255 = 28%
B 97 of 255 = 38%

107
72
97

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

Portions of RGB colors in percentages

R + G + B =
107 + 72 + 97 = 276 (100%)
R 107 of 276 ~ 38.77%
G 72 of 276 ~ 26.09%
B 97 of 276 ~ 35.14%

%38.77
%26.09
%35.14

CMYK color model

#6B4861 color CMYK value is (0,33,9,58).

  • cyan value is 0.00%
  • magenta value is 32.71%
  • yellow value is 9.35%
  • key color value is 58.04%
CMYK:
(0,33,9,58)
C0M33Y9K58 
(0%,33%,9%,58%)
(0.00/0.33/0.09/0.58)	

CMYK percentages

%0
%32.71
%9.35
%58.04

Codes

Color #6B4861 in popluar color models

6B4861
RGB1077297
HSL317°19.55%35.10%
HSB/HSV317°32.71%41.96%
CMYK0.00%32.71%9.35%
58.04%

Color #6B4861 in popluar number systems.

HEX6B4861
Decimal1077297
Binary110101110010001100001
Octal153110141

Shades and tints

Shades of #6B4861

#6B4861
(107,72,97)
#624259
(98,66,89)
#593C51
(89,60,81)
#503649
(80,54,73)
#473041
(71,48,65)
#3E2A39
(62,42,57)
#352431
(53,36,49)
#2C1E29
(44,30,41)
#231821
(35,24,33)
#1A1219
(26,18,25)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #6B4861

#6B4861
(107,72,97)
#78586F
(120,88,111)
#85687D
(133,104,125)
#92788B
(146,120,139)
#9F8899
(159,136,153)
#AC98A7
(172,152,167)
#B9A8B5
(185,168,181)
#C6B8C3
(198,184,195)
#D3C8D1
(211,200,209)
#E0D8DF
(224,216,223)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4861; }

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

This text font color is #6B4861.


Background Color

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

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

This div background color is #6B4861.


Border color

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

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

This div border color is #6B4861.


Opacity

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

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

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

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

This text has shadow with #6B4861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4861 on black background.


Color preview on white background

This text has color #6B4861 on white background.



Black color preview on #6B4861 background

This text has black color on #6B4861 background.


White color preview on #6B4861 background

This text has white color on #6B4861 background.