COLOR #6D4774

HEX: #6D4774
RGB: (109,71,116)

Color info

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

RGB color model

#6D4774 color RGB value is (109,71,116).

  • red value is 109;
  • green value is 71;
  • blue value is 116.
RGB: (109,71,116) (43%,28%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 71 of 255 = 28%
B 116 of 255 = 45%

109
71
116

R + G + B ~ 39%. #6D4774 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 71 + 116 = 296 (100%)
R 109 of 296 ~ 36.82%
G 71 of 296 ~ 23.99%
B 116 of 296 ~ 39.19%

%36.82
%23.99
%39.19

CMYK color model

#6D4774 color CMYK value is (6,39,0,55).

  • cyan value is 6.03%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (6,39,0,55) C6M39Y0K55 (6%,39%,0%,55%) (0.06/0.39/0.00/0.55)

CMYK percentages

%6.03
%38.79
%0
%54.51

Codes

Color #6D4774 in popluar color models

6D4774
RGB10971116
HSL291°24.06%36.67%
HSB/HSV291°38.79%45.49%
CMYK6.03%38.79%0.00%
54.51%

Color #6D4774 in popluar number systems.

HEX6D4774
Decimal10971116
Binary110110110001111110100
Octal155107164

Shades and tints

Shades of #6D4774

#6D4774
(109,71,116)
#64416A
(100,65,106)
#5B3B60
(91,59,96)
#523556
(82,53,86)
#492F4C
(73,47,76)
#402942
(64,41,66)
#372338
(55,35,56)
#2E1D2E
(46,29,46)
#251724
(37,23,36)
#1C111A
(28,17,26)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #6D4774

#6D4774
(109,71,116)
#7A5780
(122,87,128)
#87678C
(135,103,140)
#947798
(148,119,152)
#A187A4
(161,135,164)
#AE97B0
(174,151,176)
#BBA7BC
(187,167,188)
#C8B7C8
(200,183,200)
#D5C7D4
(213,199,212)
#E2D7E0
(226,215,224)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4774 color. Also use rgb(109,71,116) instead hex code.

Text Font Color

.myTextColor { color: #6D4774; }

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

This text font color is #6D4774.


Background Color

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

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

This div background color is #6D4774.


Border color

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

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

This div border color is #6D4774.


Opacity

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

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

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

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

This text has shadow with #6D4774 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D4774 on black background.


Color preview on white background

This text has color #6D4774 on white background.



Black color preview on #6D4774 background

This text has black color on #6D4774 background.


White color preview on #6D4774 background

This text has white color on #6D4774 background.