COLOR #6B5177

HEX: #6B5177 RGB: (107,81,119)

Color info

#6B5177 contains red, green and blue colors in about the same proportion. Web safe color of #6B5177 is #666666 (or #666).

RGB color model

#6B5177 color RGB value is (107,81,119).

RGB: (107,81,119) (42%, 32%, 47%)

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 119 of 255 = 47%

107
81
119

R + G + B ~ 40%. #6B5177 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 107 + 81 + 119 = 307 (100%)
R 107 of 307 ~ 34.85%
G 81 of 307 ~ 26.38%
B 119 of 307 ~ 38.76'%

%34.85
%26.38
%38.76

CMYK color model

#6B5177 color CMYK value is (10,32,0,53).

  • cyan value is 10.08%
  • magenta value is 31.93%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (10,32,0,53)
C10M32Y0K53 (10%, 32%, 0%, 53%)
(0.10 / 0.32 / 0.00 / 0.53)

CMYK percentages

%10.08
%31.93
%0
%53.33

Codes

Color #6B5177 in popluar color models

6B 51 77
RGB 107 81 119
HSL 281° 19.00% 39.22%
HSB/HSV 281° 31.93% 46.67%
CMYK 10.08% 31.93% 0.00%
53.33%

Color #6B5177 in popluar number systems.

HEX 6B 51 77
Decimal 107 81 119
Binary 1101011 1010001 1110111
Octal 153 121 167

Shades and tints

Shades of #6B5177

#6B5177
(107,81,119)
#624A6D
(98,74,109)
#594363
(89,67,99)
#503C59
(80,60,89)
#47354F
(71,53,79)
#3E2E45
(62,46,69)
#35273B
(53,39,59)
#2C2031
(44,32,49)
#231927
(35,25,39)
#1A121D
(26,18,29)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #6B5177

#6B5177
(107,81,119)
#786083
(120,96,131)
#856F8F
(133,111,143)
#927E9B
(146,126,155)
#9F8DA7
(159,141,167)
#AC9CB3
(172,156,179)
#B9ABBF
(185,171,191)
#C6BACB
(198,186,203)
#D3C9D7
(211,201,215)
#E0D8E3
(224,216,227)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5177 color. Also use rgb(107,81,119) instead hex code.

Text Font Color

.myTextColor { color: #6B5177; }

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

This text font color is #6B5177.

Background Color

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

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

This div background color is #6B5177.

Border color

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

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

This div border color is #6B5177.

Opacity

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

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

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

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

This text has shadow with #6B5177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5177.

Preview

Color preview on black background

This text has color #6B5177 on black background.


Color preview on white background

This text has color #6B5177 on white background.


Black color preview on #6B5177 background

This text has black color on #6B5177 background.


White color preview on #6B5177 background

This text has white color on #6B5177 background.


Related colors

Complementary color

Complementary color for #hex is #94AE88.


I love getcolorcode.com

Triadic colors

1 #776B51 and #51776B with #6B5177 are triadic colors.

2 #77516B and #516B77 with #6B5177 are triadic colors.