COLOR #6A529A

HEX: #6A529A
RGB: (106,82,154)

Color info

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

RGB color model

#6A529A color RGB value is (106,82,154).

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

RGB channels and saturation

R 106 of 255 = 42%
G 82 of 255 = 32%
B 154 of 255 = 60%

106
82
154

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

Portions of RGB colors in percentages

R + G + B =
106 + 82 + 154 = 342 (100%)
R 106 of 342 ~ 30.99%
G 82 of 342 ~ 23.98%
B 154 of 342 ~ 45.03%

%30.99
%23.98
%45.03

CMYK color model

#6A529A color CMYK value is (31,47,0,40).

  • cyan value is 31.17%
  • magenta value is 46.75%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(31,47,0,40)
C31M47Y0K40 
(31%,47%,0%,40%)
(0.31/0.47/0.00/0.40)	

CMYK percentages

%31.17
%46.75
%0
%39.61

Codes

Color #6A529A in popluar color models

6A529A
RGB10682154
HSL260°30.51%46.27%
HSB/HSV260°46.75%60.39%
CMYK31.17%46.75%0.00%
39.61%

Color #6A529A in popluar number systems.

HEX6A529A
Decimal10682154
Binary1101010101001010011010
Octal152122232

Shades and tints

Shades of #6A529A

#6A529A
(106,82,154)
#614B8C
(97,75,140)
#58447E
(88,68,126)
#4F3D70
(79,61,112)
#463662
(70,54,98)
#3D2F54
(61,47,84)
#342846
(52,40,70)
#2B2138
(43,33,56)
#221A2A
(34,26,42)
#19131C
(25,19,28)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #6A529A

#6A529A
(106,82,154)
#7761A3
(119,97,163)
#8470AC
(132,112,172)
#917FB5
(145,127,181)
#9E8EBE
(158,142,190)
#AB9DC7
(171,157,199)
#B8ACD0
(184,172,208)
#C5BBD9
(197,187,217)
#D2CAE2
(210,202,226)
#DFD9EB
(223,217,235)
#ECE8F4
(236,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A529A; }

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

This text font color is #6A529A.


Background Color

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

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

This div background color is #6A529A.


Border color

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

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

This div border color is #6A529A.


Opacity

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

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

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

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

This text has shadow with #6A529A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A529A on black background.


Color preview on white background

This text has color #6A529A on white background.



Black color preview on #6A529A background

This text has black color on #6A529A background.


White color preview on #6A529A background

This text has white color on #6A529A background.