COLOR #6A174D

HEX: #6A174D RGB: (106,23,77)

Color info

#6A174D contains mainly red and blue colors. Web safe color of #6A174D is #660033 (or #603).

RGB color model

#6A174D color RGB value is (106,23,77).

RGB: (106,23,77) (42%, 9%, 30%)

RGB channels and saturation

R 106 of 255 = 42%
G 23 of 255 = 9%
B 77 of 255 = 30%

106
23
77

R + G + B ~ 27%. #6A174D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 23 + 77 = 206 (100%)
R 106 of 206 ~ 51.46%
G 23 of 206 ~ 11.17%
B 77 of 206 ~ 37.38'%

%51.46
%11.17
%37.38

CMYK color model

#6A174D color CMYK value is (0,78,27,58).

  • cyan value is 0.00%
  • magenta value is 78.30%
  • yellow value is 27.36%
  • key color value is 58.43%

CMYK: (0,78,27,58)
C0M78Y27K58 (0%, 78%, 27%, 58%)
(0.00 / 0.78 / 0.27 / 0.58)

CMYK percentages

%0
%78.3
%27.36
%58.43

Codes

Color #6A174D in popluar color models

6A 17 4D
RGB 106 23 77
HSL 321° 64.34% 25.29%
HSB/HSV 321° 78.30% 41.57%
CMYK 0.00% 78.30% 27.36%
58.43%

Color #6A174D in popluar number systems.

HEX 6A 17 4D
Decimal 106 23 77
Binary 1101010 10111 1001101
Octal 152 27 115

Shades and tints

Shades of #6A174D

#6A174D
(106,23,77)
#611546
(97,21,70)
#58133F
(88,19,63)
#4F1138
(79,17,56)
#460F31
(70,15,49)
#3D0D2A
(61,13,42)
#340B23
(52,11,35)
#2B091C
(43,9,28)
#220715
(34,7,21)
#19050E
(25,5,14)
#100307
(16,3,7)
#000000
(0,0,0)

Tints of #6A174D

#6A174D
(106,23,77)
#772C5D
(119,44,93)
#84416D
(132,65,109)
#91567D
(145,86,125)
#9E6B8D
(158,107,141)
#AB809D
(171,128,157)
#B895AD
(184,149,173)
#C5AABD
(197,170,189)
#D2BFCD
(210,191,205)
#DFD4DD
(223,212,221)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A174D color. Also use rgb(106,23,77) instead hex code.

Text Font Color

.myTextColor { color: #6A174D; }

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

This text font color is #6A174D.

Background Color

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

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

This div background color is #6A174D.

Border color

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

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

This div border color is #6A174D.

Opacity

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

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

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

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

This text has shadow with #6A174D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A174D.

Preview

Color preview on black background

This text has color #6A174D on black background.


Color preview on white background

This text has color #6A174D on white background.


Black color preview on #6A174D background

This text has black color on #6A174D background.


White color preview on #6A174D background

This text has white color on #6A174D background.


Related colors

Complementary color

Complementary color for #hex is #95E8B2.


I love getcolorcode.com

Triadic colors

1 #4D6A17 and #174D6A with #6A174D are triadic colors.

2 #4D176A and #176A4D with #6A174D are triadic colors.