COLOR #6A527A

HEX: #6A527A
RGB: (106,82,122)

Color info

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

RGB color model

#6A527A color RGB value is (106,82,122).

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

RGB channels and saturation

R 106 of 255 = 42%
G 82 of 255 = 32%
B 122 of 255 = 48%

106
82
122

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

Portions of RGB colors in percentages

R + G + B =
106 + 82 + 122 = 310 (100%)
R 106 of 310 ~ 34.19%
G 82 of 310 ~ 26.45%
B 122 of 310 ~ 39.35%

%34.19
%26.45
%39.35

CMYK color model

#6A527A color CMYK value is (13,33,0,52).

  • cyan value is 13.11%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(13,33,0,52)
C13M33Y0K52 
(13%,33%,0%,52%)
(0.13/0.33/0.00/0.52)	

CMYK percentages

%13.11
%32.79
%0
%52.16

Codes

Color #6A527A in popluar color models

6A527A
RGB10682122
HSL276°19.61%40.00%
HSB/HSV276°32.79%47.84%
CMYK13.11%32.79%0.00%
52.16%

Color #6A527A in popluar number systems.

HEX6A527A
Decimal10682122
Binary110101010100101111010
Octal152122172

Shades and tints

Shades of #6A527A

#6A527A
(106,82,122)
#614B6F
(97,75,111)
#584464
(88,68,100)
#4F3D59
(79,61,89)
#46364E
(70,54,78)
#3D2F43
(61,47,67)
#342838
(52,40,56)
#2B212D
(43,33,45)
#221A22
(34,26,34)
#191317
(25,19,23)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #6A527A

#6A527A
(106,82,122)
#776186
(119,97,134)
#847092
(132,112,146)
#917F9E
(145,127,158)
#9E8EAA
(158,142,170)
#AB9DB6
(171,157,182)
#B8ACC2
(184,172,194)
#C5BBCE
(197,187,206)
#D2CADA
(210,202,218)
#DFD9E6
(223,217,230)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A527A; }

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

This text font color is #6A527A.


Background Color

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

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

This div background color is #6A527A.


Border color

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

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

This div border color is #6A527A.


Opacity

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

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

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

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

This text has shadow with #6A527A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A527A on black background.


Color preview on white background

This text has color #6A527A on white background.



Black color preview on #6A527A background

This text has black color on #6A527A background.


White color preview on #6A527A background

This text has white color on #6A527A background.