COLOR #6A5983

HEX: #6A5983
RGB: (106,89,131)

Color info

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

RGB color model

#6A5983 color RGB value is (106,89,131).

  • red value is 106;
  • green value is 89;
  • blue value is 131.
RGB:
(106,89,131)
(42%,35%,51%)

RGB channels and saturation

R 106 of 255 = 42%
G 89 of 255 = 35%
B 131 of 255 = 51%

106
89
131

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

Portions of RGB colors in percentages

R + G + B =
106 + 89 + 131 = 326 (100%)
R 106 of 326 ~ 32.52%
G 89 of 326 ~ 27.3%
B 131 of 326 ~ 40.18%

%32.52
%27.3
%40.18

CMYK color model

#6A5983 color CMYK value is (19,32,0,49).

  • cyan value is 19.08%
  • magenta value is 32.06%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(19,32,0,49)
C19M32Y0K49 
(19%,32%,0%,49%)
(0.19/0.32/0.00/0.49)	

CMYK percentages

%19.08
%32.06
%0
%48.63

Codes

Color #6A5983 in popluar color models

6A5983
RGB10689131
HSL264°19.09%43.14%
HSB/HSV264°32.06%51.37%
CMYK19.08%32.06%0.00%
48.63%

Color #6A5983 in popluar number systems.

HEX6A5983
Decimal10689131
Binary1101010101100110000011
Octal152131203

Shades and tints

Shades of #6A5983

#6A5983
(106,89,131)
#615178
(97,81,120)
#58496D
(88,73,109)
#4F4162
(79,65,98)
#463957
(70,57,87)
#3D314C
(61,49,76)
#342941
(52,41,65)
#2B2136
(43,33,54)
#22192B
(34,25,43)
#191120
(25,17,32)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #6A5983

#6A5983
(106,89,131)
#77688E
(119,104,142)
#847799
(132,119,153)
#9186A4
(145,134,164)
#9E95AF
(158,149,175)
#ABA4BA
(171,164,186)
#B8B3C5
(184,179,197)
#C5C2D0
(197,194,208)
#D2D1DB
(210,209,219)
#DFE0E6
(223,224,230)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5983 color. Also use rgb(106,89,131) instead hex code.

Text Font Color

.myTextColor { color: #6A5983; }

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

This text font color is #6A5983.


Background Color

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

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

This div background color is #6A5983.


Border color

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

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

This div border color is #6A5983.


Opacity

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

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

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

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

This text has shadow with #6A5983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5983 on black background.


Color preview on white background

This text has color #6A5983 on white background.



Black color preview on #6A5983 background

This text has black color on #6A5983 background.


White color preview on #6A5983 background

This text has white color on #6A5983 background.