COLOR #6D59AD

HEX: #6D59AD
RGB: (109,89,173)

Color info

#6D59AD contains mainly blue color. Web safe color of #6D59AD is #666699 (or #669).

RGB color model

#6D59AD color RGB value is (109,89,173).

  • red value is 109;
  • green value is 89;
  • blue value is 173.
RGB:
(109,89,173)
(43%,35%,68%)

RGB channels and saturation

R 109 of 255 = 43%
G 89 of 255 = 35%
B 173 of 255 = 68%

109
89
173

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

Portions of RGB colors in percentages

R + G + B =
109 + 89 + 173 = 371 (100%)
R 109 of 371 ~ 29.38%
G 89 of 371 ~ 23.99%
B 173 of 371 ~ 46.63%

%29.38
%23.99
%46.63

CMYK color model

#6D59AD color CMYK value is (37,49,0,32).

  • cyan value is 36.99%
  • magenta value is 48.55%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(37,49,0,32)
C37M49Y0K32 
(37%,49%,0%,32%)
(0.37/0.49/0.00/0.32)	

CMYK percentages

%36.99
%48.55
%0
%32.16

Codes

Color #6D59AD in popluar color models

6D59AD
RGB10989173
HSL254°33.87%51.37%
HSB/HSV254°48.55%67.84%
CMYK36.99%48.55%0.00%
32.16%

Color #6D59AD in popluar number systems.

HEX6D59AD
Decimal10989173
Binary1101101101100110101101
Octal155131255

Shades and tints

Shades of #6D59AD

#6D59AD
(109,89,173)
#64519E
(100,81,158)
#5B498F
(91,73,143)
#524180
(82,65,128)
#493971
(73,57,113)
#403162
(64,49,98)
#372953
(55,41,83)
#2E2144
(46,33,68)
#251935
(37,25,53)
#1C1126
(28,17,38)
#130917
(19,9,23)
#000000
(0,0,0)

Tints of #6D59AD

#6D59AD
(109,89,173)
#7A68B4
(122,104,180)
#8777BB
(135,119,187)
#9486C2
(148,134,194)
#A195C9
(161,149,201)
#AEA4D0
(174,164,208)
#BBB3D7
(187,179,215)
#C8C2DE
(200,194,222)
#D5D1E5
(213,209,229)
#E2E0EC
(226,224,236)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D59AD color. Also use rgb(109,89,173) instead hex code.

Text Font Color

.myTextColor { color: #6D59AD; }

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

This text font color is #6D59AD.


Background Color

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

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

This div background color is #6D59AD.


Border color

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

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

This div border color is #6D59AD.


Opacity

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

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

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

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

This text has shadow with #6D59AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D59AD on black background.


Color preview on white background

This text has color #6D59AD on white background.



Black color preview on #6D59AD background

This text has black color on #6D59AD background.


White color preview on #6D59AD background

This text has white color on #6D59AD background.