COLOR #6B4969

HEX: #6B4969
RGB: (107,73,105)

Color info

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

RGB color model

#6B4969 color RGB value is (107,73,105).

  • red value is 107;
  • green value is 73;
  • blue value is 105.
RGB:
(107,73,105)
(42%,29%,41%)

RGB channels and saturation

R 107 of 255 = 42%
G 73 of 255 = 29%
B 105 of 255 = 41%

107
73
105

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

Portions of RGB colors in percentages

R + G + B =
107 + 73 + 105 = 285 (100%)
R 107 of 285 ~ 37.54%
G 73 of 285 ~ 25.61%
B 105 of 285 ~ 36.84%

%37.54
%25.61
%36.84

CMYK color model

#6B4969 color CMYK value is (0,32,2,58).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 1.87%
  • key color value is 58.04%
CMYK:
(0,32,2,58)
C0M32Y2K58 
(0%,32%,2%,58%)
(0.00/0.32/0.02/0.58)	

CMYK percentages

%0
%31.78
%1.87
%58.04

Codes

Color #6B4969 in popluar color models

6B4969
RGB10773105
HSL304°18.89%35.29%
HSB/HSV304°31.78%41.96%
CMYK0.00%31.78%1.87%
58.04%

Color #6B4969 in popluar number systems.

HEX6B4969
Decimal10773105
Binary110101110010011101001
Octal153111151

Shades and tints

Shades of #6B4969

#6B4969
(107,73,105)
#624360
(98,67,96)
#593D57
(89,61,87)
#50374E
(80,55,78)
#473145
(71,49,69)
#3E2B3C
(62,43,60)
#352533
(53,37,51)
#2C1F2A
(44,31,42)
#231921
(35,25,33)
#1A1318
(26,19,24)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #6B4969

#6B4969
(107,73,105)
#785976
(120,89,118)
#856983
(133,105,131)
#927990
(146,121,144)
#9F899D
(159,137,157)
#AC99AA
(172,153,170)
#B9A9B7
(185,169,183)
#C6B9C4
(198,185,196)
#D3C9D1
(211,201,209)
#E0D9DE
(224,217,222)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4969 color. Also use rgb(107,73,105) instead hex code.

Text Font Color

.myTextColor { color: #6B4969; }

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

This text font color is #6B4969.


Background Color

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

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

This div background color is #6B4969.


Border color

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

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

This div border color is #6B4969.


Opacity

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

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

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

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

This text has shadow with #6B4969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4969 on black background.


Color preview on white background

This text has color #6B4969 on white background.



Black color preview on #6B4969 background

This text has black color on #6B4969 background.


White color preview on #6B4969 background

This text has white color on #6B4969 background.