COLOR #6A5D93

HEX: #6A5D93
RGB: (106,93,147)

Color info

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

RGB color model

#6A5D93 color RGB value is (106,93,147).

  • red value is 106;
  • green value is 93;
  • blue value is 147.
RGB:
(106,93,147)
(42%,36%,58%)

RGB channels and saturation

R 106 of 255 = 42%
G 93 of 255 = 36%
B 147 of 255 = 58%

106
93
147

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

Portions of RGB colors in percentages

R + G + B =
106 + 93 + 147 = 346 (100%)
R 106 of 346 ~ 30.64%
G 93 of 346 ~ 26.88%
B 147 of 346 ~ 42.49%

%30.64
%26.88
%42.49

CMYK color model

#6A5D93 color CMYK value is (28,37,0,42).

  • cyan value is 27.89%
  • magenta value is 36.73%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(28,37,0,42)
C28M37Y0K42 
(28%,37%,0%,42%)
(0.28/0.37/0.00/0.42)	

CMYK percentages

%27.89
%36.73
%0
%42.35

Codes

Color #6A5D93 in popluar color models

6A5D93
RGB10693147
HSL254°22.50%47.06%
HSB/HSV254°36.73%57.65%
CMYK27.89%36.73%0.00%
42.35%

Color #6A5D93 in popluar number systems.

HEX6A5D93
Decimal10693147
Binary1101010101110110010011
Octal152135223

Shades and tints

Shades of #6A5D93

#6A5D93
(106,93,147)
#615586
(97,85,134)
#584D79
(88,77,121)
#4F456C
(79,69,108)
#463D5F
(70,61,95)
#3D3552
(61,53,82)
#342D45
(52,45,69)
#2B2538
(43,37,56)
#221D2B
(34,29,43)
#19151E
(25,21,30)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #6A5D93

#6A5D93
(106,93,147)
#776B9C
(119,107,156)
#8479A5
(132,121,165)
#9187AE
(145,135,174)
#9E95B7
(158,149,183)
#ABA3C0
(171,163,192)
#B8B1C9
(184,177,201)
#C5BFD2
(197,191,210)
#D2CDDB
(210,205,219)
#DFDBE4
(223,219,228)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5D93 color. Also use rgb(106,93,147) instead hex code.

Text Font Color

.myTextColor { color: #6A5D93; }

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

This text font color is #6A5D93.


Background Color

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

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

This div background color is #6A5D93.


Border color

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

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

This div border color is #6A5D93.


Opacity

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

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

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

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

This text has shadow with #6A5D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5D93 on black background.


Color preview on white background

This text has color #6A5D93 on white background.



Black color preview on #6A5D93 background

This text has black color on #6A5D93 background.


White color preview on #6A5D93 background

This text has white color on #6A5D93 background.