COLOR #6B5089

HEX: #6B5089 RGB: (107,80,137)

Color info

#6B5089 contains red, green and blue colors in about the same proportion. Web safe color of #6B5089 is #666699 (or #669).

RGB color model

#6B5089 color RGB value is (107,80,137).

RGB: (107,80,137) (42%, 31%, 54%)

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 137 of 255 = 54%

107
80
137

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

Portions of RGB colors in percentages

R + G + B = 107 + 80 + 137 = 324 (100%)
R 107 of 324 ~ 33.02%
G 80 of 324 ~ 24.69%
B 137 of 324 ~ 42.28'%

%33.02
%24.69
%42.28

CMYK color model

#6B5089 color CMYK value is (22,42,0,46).

  • cyan value is 21.90%
  • magenta value is 41.61%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (22,42,0,46)
C22M42Y0K46 (22%, 42%, 0%, 46%)
(0.22 / 0.42 / 0.00 / 0.46)

CMYK percentages

%21.9
%41.61
%0
%46.27

Codes

Color #6B5089 in popluar color models

6B 50 89
RGB 107 80 137
HSL 268° 26.27% 42.55%
HSB/HSV 268° 41.61% 53.73%
CMYK 21.90% 41.61% 0.00%
46.27%

Color #6B5089 in popluar number systems.

HEX 6B 50 89
Decimal 107 80 137
Binary 1101011 1010000 10001001
Octal 153 120 211

Shades and tints

Shades of #6B5089

#6B5089
(107,80,137)
#62497D
(98,73,125)
#594271
(89,66,113)
#503B65
(80,59,101)
#473459
(71,52,89)
#3E2D4D
(62,45,77)
#352641
(53,38,65)
#2C1F35
(44,31,53)
#231829
(35,24,41)
#1A111D
(26,17,29)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #6B5089

#6B5089
(107,80,137)
#785F93
(120,95,147)
#856E9D
(133,110,157)
#927DA7
(146,125,167)
#9F8CB1
(159,140,177)
#AC9BBB
(172,155,187)
#B9AAC5
(185,170,197)
#C6B9CF
(198,185,207)
#D3C8D9
(211,200,217)
#E0D7E3
(224,215,227)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5089; }

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

This text font color is #6B5089.

Background Color

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

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

This div background color is #6B5089.

Border color

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

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

This div border color is #6B5089.

Opacity

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

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

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

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

This text has shadow with #6B5089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5089.

Preview

Color preview on black background

This text has color #6B5089 on black background.


Color preview on white background

This text has color #6B5089 on white background.


Black color preview on #6B5089 background

This text has black color on #6B5089 background.


White color preview on #6B5089 background

This text has white color on #6B5089 background.


Related colors

Complementary color

Complementary color for #6B5089 is #94AF76.


I love getcolorcode.com

Triadic colors

1 #896B50 and #50896B with #6B5089 are triadic colors.

2 #89506B and #506B89 with #6B5089 are triadic colors.