COLOR #6A5783

HEX: #6A5783
RGB: (106,87,131)

Color info

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

RGB color model

#6A5783 color RGB value is (106,87,131).

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

RGB channels and saturation

R 106 of 255 = 42%
G 87 of 255 = 34%
B 131 of 255 = 51%

106
87
131

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

Portions of RGB colors in percentages

R + G + B =
106 + 87 + 131 = 324 (100%)
R 106 of 324 ~ 32.72%
G 87 of 324 ~ 26.85%
B 131 of 324 ~ 40.43%

%32.72
%26.85
%40.43

CMYK color model

#6A5783 color CMYK value is (19,34,0,49).

  • cyan value is 19.08%
  • magenta value is 33.59%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK: (19,34,0,49) C19M34Y0K49 (19%,34%,0%,49%) (0.19/0.34/0.00/0.49)

CMYK percentages

%19.08
%33.59
%0
%48.63

Codes

Color #6A5783 in popluar color models

6A5783
RGB10687131
HSL266°20.18%42.75%
HSB/HSV266°33.59%51.37%
CMYK19.08%33.59%0.00%
48.63%

Color #6A5783 in popluar number systems.

HEX6A5783
Decimal10687131
Binary1101010101011110000011
Octal152127203

Shades and tints

Shades of #6A5783

#6A5783
(106,87,131)
#615078
(97,80,120)
#58496D
(88,73,109)
#4F4262
(79,66,98)
#463B57
(70,59,87)
#3D344C
(61,52,76)
#342D41
(52,45,65)
#2B2636
(43,38,54)
#221F2B
(34,31,43)
#191820
(25,24,32)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #6A5783

#6A5783
(106,87,131)
#77668E
(119,102,142)
#847599
(132,117,153)
#9184A4
(145,132,164)
#9E93AF
(158,147,175)
#ABA2BA
(171,162,186)
#B8B1C5
(184,177,197)
#C5C0D0
(197,192,208)
#D2CFDB
(210,207,219)
#DFDEE6
(223,222,230)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5783; }

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

This text font color is #6A5783.


Background Color

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

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

This div background color is #6A5783.


Border color

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

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

This div border color is #6A5783.


Opacity

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

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

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

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

This text has shadow with #6A5783 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6A5783 on black background.


Color preview on white background

This text has color #6A5783 on white background.



Black color preview on #6A5783 background

This text has black color on #6A5783 background.


White color preview on #6A5783 background

This text has white color on #6A5783 background.