COLOR #6A5087

HEX: #6A5087
RGB: (106,80,135)

Color info

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

RGB color model

#6A5087 color RGB value is (106,80,135).

  • red value is 106;
  • green value is 80;
  • blue value is 135.
RGB:
(106,80,135)
(42%,31%,53%)

RGB channels and saturation

R 106 of 255 = 42%
G 80 of 255 = 31%
B 135 of 255 = 53%

106
80
135

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

Portions of RGB colors in percentages

R + G + B =
106 + 80 + 135 = 321 (100%)
R 106 of 321 ~ 33.02%
G 80 of 321 ~ 24.92%
B 135 of 321 ~ 42.06%

%33.02
%24.92
%42.06

CMYK color model

#6A5087 color CMYK value is (21,41,0,47).

  • cyan value is 21.48%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(21,41,0,47)
C21M41Y0K47 
(21%,41%,0%,47%)
(0.21/0.41/0.00/0.47)	

CMYK percentages

%21.48
%40.74
%0
%47.06

Codes

Color #6A5087 in popluar color models

6A5087
RGB10680135
HSL268°25.58%42.16%
HSB/HSV268°40.74%52.94%
CMYK21.48%40.74%0.00%
47.06%

Color #6A5087 in popluar number systems.

HEX6A5087
Decimal10680135
Binary1101010101000010000111
Octal152120207

Shades and tints

Shades of #6A5087

#6A5087
(106,80,135)
#61497B
(97,73,123)
#58426F
(88,66,111)
#4F3B63
(79,59,99)
#463457
(70,52,87)
#3D2D4B
(61,45,75)
#34263F
(52,38,63)
#2B1F33
(43,31,51)
#221827
(34,24,39)
#19111B
(25,17,27)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #6A5087

#6A5087
(106,80,135)
#775F91
(119,95,145)
#846E9B
(132,110,155)
#917DA5
(145,125,165)
#9E8CAF
(158,140,175)
#AB9BB9
(171,155,185)
#B8AAC3
(184,170,195)
#C5B9CD
(197,185,205)
#D2C8D7
(210,200,215)
#DFD7E1
(223,215,225)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5087 color. Also use rgb(106,80,135) instead hex code.

Text Font Color

.myTextColor { color: #6A5087; }

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

This text font color is #6A5087.


Background Color

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

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

This div background color is #6A5087.


Border color

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

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

This div border color is #6A5087.


Opacity

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

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

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

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

This text has shadow with #6A5087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5087 on black background.


Color preview on white background

This text has color #6A5087 on white background.



Black color preview on #6A5087 background

This text has black color on #6A5087 background.


White color preview on #6A5087 background

This text has white color on #6A5087 background.