COLOR #6B174E

HEX: #6B174E RGB: (107,23,78)

Color info

#6B174E contains mainly red and blue colors. Web safe color of #6B174E is #660066 (or #606).

RGB color model

#6B174E color RGB value is (107,23,78).

RGB: (107,23,78) (42%, 9%, 31%)

RGB channels and saturation

R 107 of 255 = 42%
G 23 of 255 = 9%
B 78 of 255 = 31%

107
23
78

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

Portions of RGB colors in percentages

R + G + B = 107 + 23 + 78 = 208 (100%)
R 107 of 208 ~ 51.44%
G 23 of 208 ~ 11.06%
B 78 of 208 ~ 37.5'%

%51.44
%11.06
%37.5

CMYK color model

#6B174E color CMYK value is (0,79,27,58).

  • cyan value is 0.00%
  • magenta value is 78.50%
  • yellow value is 27.10%
  • key color value is 58.04%

CMYK: (0,79,27,58)
C0M79Y27K58 (0%, 79%, 27%, 58%)
(0.00 / 0.79 / 0.27 / 0.58)

CMYK percentages

%0
%78.5
%27.1
%58.04

Codes

Color #6B174E in popluar color models

6B 17 4E
RGB 107 23 78
HSL 321° 64.62% 25.49%
HSB/HSV 321° 78.50% 41.96%
CMYK 0.00% 78.50% 27.10%
58.04%

Color #6B174E in popluar number systems.

HEX 6B 17 4E
Decimal 107 23 78
Binary 1101011 10111 1001110
Octal 153 27 116

Shades and tints

Shades of #6B174E

#6B174E
(107,23,78)
#621547
(98,21,71)
#591340
(89,19,64)
#501139
(80,17,57)
#470F32
(71,15,50)
#3E0D2B
(62,13,43)
#350B24
(53,11,36)
#2C091D
(44,9,29)
#230716
(35,7,22)
#1A050F
(26,5,15)
#110308
(17,3,8)
#000000
(0,0,0)

Tints of #6B174E

#6B174E
(107,23,78)
#782C5E
(120,44,94)
#85416E
(133,65,110)
#92567E
(146,86,126)
#9F6B8E
(159,107,142)
#AC809E
(172,128,158)
#B995AE
(185,149,174)
#C6AABE
(198,170,190)
#D3BFCE
(211,191,206)
#E0D4DE
(224,212,222)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B174E color. Also use rgb(107,23,78) instead hex code.

Text Font Color

.myTextColor { color: #6B174E; }

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

This text font color is #6B174E.

Background Color

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

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

This div background color is #6B174E.

Border color

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

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

This div border color is #6B174E.

Opacity

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

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

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

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

This text has shadow with #6B174E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B174E.

Preview

Color preview on black background

This text has color #6B174E on black background.


Color preview on white background

This text has color #6B174E on white background.


Black color preview on #6B174E background

This text has black color on #6B174E background.


White color preview on #6B174E background

This text has white color on #6B174E background.


Related colors

Complementary color

Complementary color for #hex is #94E8B1.


I love getcolorcode.com

Triadic colors

1 #4E6B17 and #174E6B with #6B174E are triadic colors.

2 #4E176B and #176B4E with #6B174E are triadic colors.