COLOR #6B5077

HEX: #6B5077 RGB: (107,80,119)

Color info

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

RGB color model

#6B5077 color RGB value is (107,80,119).

RGB: (107,80,119) (42%, 31%, 47%)

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 119 of 255 = 47%

107
80
119

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

Portions of RGB colors in percentages

R + G + B = 107 + 80 + 119 = 306 (100%)
R 107 of 306 ~ 34.97%
G 80 of 306 ~ 26.14%
B 119 of 306 ~ 38.89'%

%34.97
%26.14
%38.89

CMYK color model

#6B5077 color CMYK value is (10,33,0,53).

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

CMYK: (10,33,0,53)
C10M33Y0K53 (10%, 33%, 0%, 53%)
(0.10 / 0.33 / 0.00 / 0.53)

CMYK percentages

%10.08
%32.77
%0
%53.33

Codes

Color #6B5077 in popluar color models

6B 50 77
RGB 107 80 119
HSL 282° 19.60% 39.02%
HSB/HSV 282° 32.77% 46.67%
CMYK 10.08% 32.77% 0.00%
53.33%

Color #6B5077 in popluar number systems.

HEX 6B 50 77
Decimal 107 80 119
Binary 1101011 1010000 1110111
Octal 153 120 167

Shades and tints

Shades of #6B5077

#6B5077
(107,80,119)
#62496D
(98,73,109)
#594263
(89,66,99)
#503B59
(80,59,89)
#47344F
(71,52,79)
#3E2D45
(62,45,69)
#35263B
(53,38,59)
#2C1F31
(44,31,49)
#231827
(35,24,39)
#1A111D
(26,17,29)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #6B5077

#6B5077
(107,80,119)
#785F83
(120,95,131)
#856E8F
(133,110,143)
#927D9B
(146,125,155)
#9F8CA7
(159,140,167)
#AC9BB3
(172,155,179)
#B9AABF
(185,170,191)
#C6B9CB
(198,185,203)
#D3C8D7
(211,200,215)
#E0D7E3
(224,215,227)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5077; }

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

This text font color is #6B5077.

Background Color

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

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

This div background color is #6B5077.

Border color

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

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

This div border color is #6B5077.

Opacity

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

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

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

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

This text has shadow with #6B5077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5077.

Preview

Color preview on black background

This text has color #6B5077 on black background.


Color preview on white background

This text has color #6B5077 on white background.


Black color preview on #6B5077 background

This text has black color on #6B5077 background.


White color preview on #6B5077 background

This text has white color on #6B5077 background.


Related colors

Complementary color

Complementary color for #hex is #94AF88.


I love getcolorcode.com

Triadic colors

1 #776B50 and #50776B with #6B5077 are triadic colors.

2 #77506B and #506B77 with #6B5077 are triadic colors.