COLOR #6B5992

HEX: #6B5992
RGB: (107,89,146)

Color info

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

RGB color model

#6B5992 color RGB value is (107,89,146).

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

RGB channels and saturation

R 107 of 255 = 42%
G 89 of 255 = 35%
B 146 of 255 = 57%

107
89
146

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

Portions of RGB colors in percentages

R + G + B =
107 + 89 + 146 = 342 (100%)
R 107 of 342 ~ 31.29%
G 89 of 342 ~ 26.02%
B 146 of 342 ~ 42.69%

%31.29
%26.02
%42.69

CMYK color model

#6B5992 color CMYK value is (27,39,0,43).

  • cyan value is 26.71%
  • magenta value is 39.04%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(27,39,0,43)
C27M39Y0K43 
(27%,39%,0%,43%)
(0.27/0.39/0.00/0.43)	

CMYK percentages

%26.71
%39.04
%0
%42.75

Codes

Color #6B5992 in popluar color models

6B5992
RGB10789146
HSL259°24.26%46.08%
HSB/HSV259°39.04%57.25%
CMYK26.71%39.04%0.00%
42.75%

Color #6B5992 in popluar number systems.

HEX6B5992
Decimal10789146
Binary1101011101100110010010
Octal153131222

Shades and tints

Shades of #6B5992

#6B5992
(107,89,146)
#625185
(98,81,133)
#594978
(89,73,120)
#50416B
(80,65,107)
#47395E
(71,57,94)
#3E3151
(62,49,81)
#352944
(53,41,68)
#2C2137
(44,33,55)
#23192A
(35,25,42)
#1A111D
(26,17,29)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #6B5992

#6B5992
(107,89,146)
#78689B
(120,104,155)
#8577A4
(133,119,164)
#9286AD
(146,134,173)
#9F95B6
(159,149,182)
#ACA4BF
(172,164,191)
#B9B3C8
(185,179,200)
#C6C2D1
(198,194,209)
#D3D1DA
(211,209,218)
#E0E0E3
(224,224,227)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5992; }

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

This text font color is #6B5992.


Background Color

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

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

This div background color is #6B5992.


Border color

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

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

This div border color is #6B5992.


Opacity

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

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

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

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

This text has shadow with #6B5992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5992 on black background.


Color preview on white background

This text has color #6B5992 on white background.



Black color preview on #6B5992 background

This text has black color on #6B5992 background.


White color preview on #6B5992 background

This text has white color on #6B5992 background.