COLOR #6A527E

HEX: #6A527E
RGB: (106,82,126)

Color info

#6A527E contains red, green and blue colors in about the same proportion. Web safe color of #6A527E is #666666 (or #666).

RGB color model

#6A527E color RGB value is (106,82,126).

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

RGB channels and saturation

R 106 of 255 = 42%
G 82 of 255 = 32%
B 126 of 255 = 49%

106
82
126

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

Portions of RGB colors in percentages

R + G + B =
106 + 82 + 126 = 314 (100%)
R 106 of 314 ~ 33.76%
G 82 of 314 ~ 26.11%
B 126 of 314 ~ 40.13%

%33.76
%26.11
%40.13

CMYK color model

#6A527E color CMYK value is (16,35,0,51).

  • cyan value is 15.87%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(16,35,0,51)
C16M35Y0K51 
(16%,35%,0%,51%)
(0.16/0.35/0.00/0.51)	

CMYK percentages

%15.87
%34.92
%0
%50.59

Codes

Color #6A527E in popluar color models

6A527E
RGB10682126
HSL273°21.15%40.78%
HSB/HSV273°34.92%49.41%
CMYK15.87%34.92%0.00%
50.59%

Color #6A527E in popluar number systems.

HEX6A527E
Decimal10682126
Binary110101010100101111110
Octal152122176

Shades and tints

Shades of #6A527E

#6A527E
(106,82,126)
#614B73
(97,75,115)
#584468
(88,68,104)
#4F3D5D
(79,61,93)
#463652
(70,54,82)
#3D2F47
(61,47,71)
#34283C
(52,40,60)
#2B2131
(43,33,49)
#221A26
(34,26,38)
#19131B
(25,19,27)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #6A527E

#6A527E
(106,82,126)
#776189
(119,97,137)
#847094
(132,112,148)
#917F9F
(145,127,159)
#9E8EAA
(158,142,170)
#AB9DB5
(171,157,181)
#B8ACC0
(184,172,192)
#C5BBCB
(197,187,203)
#D2CAD6
(210,202,214)
#DFD9E1
(223,217,225)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A527E; }

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

This text font color is #6A527E.


Background Color

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

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

This div background color is #6A527E.


Border color

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

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

This div border color is #6A527E.


Opacity

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

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

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

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

This text has shadow with #6A527E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A527E on black background.


Color preview on white background

This text has color #6A527E on white background.



Black color preview on #6A527E background

This text has black color on #6A527E background.


White color preview on #6A527E background

This text has white color on #6A527E background.