COLOR #6A559A

HEX: #6A559A
RGB: (106,85,154)

Color info

#6A559A contains mainly red and blue colors. Web safe color of #6A559A is #666699 (or #669).

RGB color model

#6A559A color RGB value is (106,85,154).

  • red value is 106;
  • green value is 85;
  • blue value is 154.
RGB:
(106,85,154)
(42%,33%,60%)

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 154 of 255 = 60%

106
85
154

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

Portions of RGB colors in percentages

R + G + B =
106 + 85 + 154 = 345 (100%)
R 106 of 345 ~ 30.72%
G 85 of 345 ~ 24.64%
B 154 of 345 ~ 44.64%

%30.72
%24.64
%44.64

CMYK color model

#6A559A color CMYK value is (31,45,0,40).

  • cyan value is 31.17%
  • magenta value is 44.81%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(31,45,0,40)
C31M45Y0K40 
(31%,45%,0%,40%)
(0.31/0.45/0.00/0.40)	

CMYK percentages

%31.17
%44.81
%0
%39.61

Codes

Color #6A559A in popluar color models

6A559A
RGB10685154
HSL258°28.87%46.86%
HSB/HSV258°44.81%60.39%
CMYK31.17%44.81%0.00%
39.61%

Color #6A559A in popluar number systems.

HEX6A559A
Decimal10685154
Binary1101010101010110011010
Octal152125232

Shades and tints

Shades of #6A559A

#6A559A
(106,85,154)
#614E8C
(97,78,140)
#58477E
(88,71,126)
#4F4070
(79,64,112)
#463962
(70,57,98)
#3D3254
(61,50,84)
#342B46
(52,43,70)
#2B2438
(43,36,56)
#221D2A
(34,29,42)
#19161C
(25,22,28)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #6A559A

#6A559A
(106,85,154)
#7764A3
(119,100,163)
#8473AC
(132,115,172)
#9182B5
(145,130,181)
#9E91BE
(158,145,190)
#ABA0C7
(171,160,199)
#B8AFD0
(184,175,208)
#C5BED9
(197,190,217)
#D2CDE2
(210,205,226)
#DFDCEB
(223,220,235)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A559A color. Also use rgb(106,85,154) instead hex code.

Text Font Color

.myTextColor { color: #6A559A; }

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

This text font color is #6A559A.


Background Color

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

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

This div background color is #6A559A.


Border color

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

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

This div border color is #6A559A.


Opacity

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

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

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

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

This text has shadow with #6A559A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A559A on black background.


Color preview on white background

This text has color #6A559A on white background.



Black color preview on #6A559A background

This text has black color on #6A559A background.


White color preview on #6A559A background

This text has white color on #6A559A background.