COLOR #6B5076

HEX: #6B5076 RGB: (107,80,118)

Color info

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

RGB color model

#6B5076 color RGB value is (107,80,118).

RGB: (107,80,118) (42%, 31%, 46%)

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 118 of 255 = 46%

107
80
118

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

Portions of RGB colors in percentages

R + G + B = 107 + 80 + 118 = 305 (100%)
R 107 of 305 ~ 35.08%
G 80 of 305 ~ 26.23%
B 118 of 305 ~ 38.69'%

%35.08
%26.23
%38.69

CMYK color model

#6B5076 color CMYK value is (9,32,0,54).

  • cyan value is 9.32%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK: (9,32,0,54) C9M32Y0K54 (9%,32%,0%,54%) (0.09/0.32/0.00/0.54) 

CMYK percentages

%9.32
%32.2
%0
%53.73

Codes

Color #6B5076 in popluar color models

6B 50 76
RGB 107 80 118
HSL 283° 19.19% 38.82%
HSB/HSV 283° 32.20% 46.27%
CMYK 9.32% 32.20% 0.00%
53.73%

Color #6B5076 in popluar number systems.

HEX 6B 50 76
Decimal 107 80 118
Binary 1101011 1010000 1110110
Octal 153 120 166

Shades and tints

Shades of #6B5076

#6B5076
(107,80,118)
#62496C
(98,73,108)
#594262
(89,66,98)
#503B58
(80,59,88)
#47344E
(71,52,78)
#3E2D44
(62,45,68)
#35263A
(53,38,58)
#2C1F30
(44,31,48)
#231826
(35,24,38)
#1A111C
(26,17,28)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #6B5076

#6B5076
(107,80,118)
#785F82
(120,95,130)
#856E8E
(133,110,142)
#927D9A
(146,125,154)
#9F8CA6
(159,140,166)
#AC9BB2
(172,155,178)
#B9AABE
(185,170,190)
#C6B9CA
(198,185,202)
#D3C8D6
(211,200,214)
#E0D7E2
(224,215,226)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5076; }

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

This text font color is #6B5076.

Background Color

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

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

This div background color is #6B5076.

Border color

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

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

This div border color is #6B5076.

Opacity

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

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

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

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

This text has shadow with #6B5076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5076.

Preview

Color preview on black background

This text has color #6B5076 on black background.


Color preview on white background

This text has color #6B5076 on white background.


Black color preview on #6B5076 background

This text has black color on #6B5076 background.


White color preview on #6B5076 background

This text has white color on #6B5076 background.


Related colors

Complementary color

Complementary color for #hex is #94AF89.


I love getcolorcode.com

Triadic colors

1 #766B50 and #50766B with #6B5076 are triadic colors.

2 #76506B and #506B76 with #6B5076 are triadic colors.