COLOR #6B5080

HEX: #6B5080
RGB: (107,80,128)

Color info

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

RGB color model

#6B5080 color RGB value is (107,80,128).

  • red value is 107;
  • green value is 80;
  • blue value is 128.
RGB:
(107,80,128)
(42%,31%,50%)

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 128 of 255 = 50%

107
80
128

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

Portions of RGB colors in percentages

R + G + B =
107 + 80 + 128 = 315 (100%)
R 107 of 315 ~ 33.97%
G 80 of 315 ~ 25.4%
B 128 of 315 ~ 40.63%

%33.97
%25.4
%40.63

CMYK color model

#6B5080 color CMYK value is (16,38,0,50).

  • cyan value is 16.41%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(16,38,0,50)
C16M38Y0K50 
(16%,38%,0%,50%)
(0.16/0.38/0.00/0.50)	

CMYK percentages

%16.41
%37.5
%0
%49.8

Codes

Color #6B5080 in popluar color models

6B5080
RGB10780128
HSL274°23.08%40.78%
HSB/HSV274°37.50%50.20%
CMYK16.41%37.50%0.00%
49.80%

Color #6B5080 in popluar number systems.

HEX6B5080
Decimal10780128
Binary1101011101000010000000
Octal153120200

Shades and tints

Shades of #6B5080

#6B5080
(107,80,128)
#624975
(98,73,117)
#59426A
(89,66,106)
#503B5F
(80,59,95)
#473454
(71,52,84)
#3E2D49
(62,45,73)
#35263E
(53,38,62)
#2C1F33
(44,31,51)
#231828
(35,24,40)
#1A111D
(26,17,29)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #6B5080

#6B5080
(107,80,128)
#785F8B
(120,95,139)
#856E96
(133,110,150)
#927DA1
(146,125,161)
#9F8CAC
(159,140,172)
#AC9BB7
(172,155,183)
#B9AAC2
(185,170,194)
#C6B9CD
(198,185,205)
#D3C8D8
(211,200,216)
#E0D7E3
(224,215,227)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5080; }

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

This text font color is #6B5080.


Background Color

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

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

This div background color is #6B5080.


Border color

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

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

This div border color is #6B5080.


Opacity

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

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

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

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

This text has shadow with #6B5080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5080 on black background.


Color preview on white background

This text has color #6B5080 on white background.



Black color preview on #6B5080 background

This text has black color on #6B5080 background.


White color preview on #6B5080 background

This text has white color on #6B5080 background.