COLOR #6B5F80

HEX: #6B5F80 RGB: (107,95,128)

Color info

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

RGB color model

#6B5F80 color RGB value is (107,95,128).

RGB: (107,95,128) (42%, 37%, 50%)

RGB channels and saturation

R 107 of 255 = 42%
G 95 of 255 = 37%
B 128 of 255 = 50%

107
95
128

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

Portions of RGB colors in percentages

R + G + B = 107 + 95 + 128 = 330 (100%)
R 107 of 330 ~ 32.42%
G 95 of 330 ~ 28.79%
B 128 of 330 ~ 38.79'%

%32.42
%28.79
%38.79

CMYK color model

#6B5F80 color CMYK value is (16,26,0,50).

  • cyan value is 16.41%
  • magenta value is 25.78%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (16,26,0,50)
C16M26Y0K50 (16%, 26%, 0%, 50%)
(0.16 / 0.26 / 0.00 / 0.50)

CMYK percentages

%16.41
%25.78
%0
%49.8

Codes

Color #6B5F80 in popluar color models

6B 5F 80
RGB 107 95 128
HSL 262° 14.80% 43.73%
HSB/HSV 262° 25.78% 50.20%
CMYK 16.41% 25.78% 0.00%
49.80%

Color #6B5F80 in popluar number systems.

HEX 6B 5F 80
Decimal 107 95 128
Binary 1101011 1011111 10000000
Octal 153 137 200

Shades and tints

Shades of #6B5F80

#6B5F80
(107,95,128)
#625775
(98,87,117)
#594F6A
(89,79,106)
#50475F
(80,71,95)
#473F54
(71,63,84)
#3E3749
(62,55,73)
#352F3E
(53,47,62)
#2C2733
(44,39,51)
#231F28
(35,31,40)
#1A171D
(26,23,29)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #6B5F80

#6B5F80
(107,95,128)
#786D8B
(120,109,139)
#857B96
(133,123,150)
#9289A1
(146,137,161)
#9F97AC
(159,151,172)
#ACA5B7
(172,165,183)
#B9B3C2
(185,179,194)
#C6C1CD
(198,193,205)
#D3CFD8
(211,207,216)
#E0DDE3
(224,221,227)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5F80 color. Also use rgb(107,95,128) instead hex code.

Text Font Color

.myTextColor { color: #6B5F80; }

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

This text font color is #6B5F80.

Background Color

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

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

This div background color is #6B5F80.

Border color

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

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

This div border color is #6B5F80.

Opacity

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

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

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

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

This text has shadow with #6B5F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5F80.

Preview

Color preview on black background

This text has color #6B5F80 on black background.


Color preview on white background

This text has color #6B5F80 on white background.


Black color preview on #6B5F80 background

This text has black color on #6B5F80 background.


White color preview on #6B5F80 background

This text has white color on #6B5F80 background.


Related colors

Complementary color

Complementary color for #hex is #94A07F.


I love getcolorcode.com

Triadic colors

1 #806B5F and #5F806B with #6B5F80 are triadic colors.

2 #805F6B and #5F6B80 with #6B5F80 are triadic colors.