COLOR #6B5989

HEX: #6B5989
RGB: (107,89,137)

Color info

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

RGB color model

#6B5989 color RGB value is (107,89,137).

  • red value is 107;
  • green value is 89;
  • blue value is 137.
RGB:
(107,89,137)
(42%,35%,54%)

RGB channels and saturation

R 107 of 255 = 42%
G 89 of 255 = 35%
B 137 of 255 = 54%

107
89
137

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

Portions of RGB colors in percentages

R + G + B =
107 + 89 + 137 = 333 (100%)
R 107 of 333 ~ 32.13%
G 89 of 333 ~ 26.73%
B 137 of 333 ~ 41.14%

%32.13
%26.73
%41.14

CMYK color model

#6B5989 color CMYK value is (22,35,0,46).

  • cyan value is 21.90%
  • magenta value is 35.04%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(22,35,0,46)
C22M35Y0K46 
(22%,35%,0%,46%)
(0.22/0.35/0.00/0.46)	

CMYK percentages

%21.9
%35.04
%0
%46.27

Codes

Color #6B5989 in popluar color models

6B5989
RGB10789137
HSL263°21.24%44.31%
HSB/HSV263°35.04%53.73%
CMYK21.90%35.04%0.00%
46.27%

Color #6B5989 in popluar number systems.

HEX6B5989
Decimal10789137
Binary1101011101100110001001
Octal153131211

Shades and tints

Shades of #6B5989

#6B5989
(107,89,137)
#62517D
(98,81,125)
#594971
(89,73,113)
#504165
(80,65,101)
#473959
(71,57,89)
#3E314D
(62,49,77)
#352941
(53,41,65)
#2C2135
(44,33,53)
#231929
(35,25,41)
#1A111D
(26,17,29)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #6B5989

#6B5989
(107,89,137)
#786893
(120,104,147)
#85779D
(133,119,157)
#9286A7
(146,134,167)
#9F95B1
(159,149,177)
#ACA4BB
(172,164,187)
#B9B3C5
(185,179,197)
#C6C2CF
(198,194,207)
#D3D1D9
(211,209,217)
#E0E0E3
(224,224,227)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5989; }

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

This text font color is #6B5989.


Background Color

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

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

This div background color is #6B5989.


Border color

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

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

This div border color is #6B5989.


Opacity

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

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

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

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

This text has shadow with #6B5989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5989 on black background.


Color preview on white background

This text has color #6B5989 on white background.



Black color preview on #6B5989 background

This text has black color on #6B5989 background.


White color preview on #6B5989 background

This text has white color on #6B5989 background.