COLOR #6A627E

HEX: #6A627E
RGB: (106,98,126)

Color info

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

RGB color model

#6A627E color RGB value is (106,98,126).

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

RGB channels and saturation

R 106 of 255 = 42%
G 98 of 255 = 38%
B 126 of 255 = 49%

106
98
126

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

Portions of RGB colors in percentages

R + G + B =
106 + 98 + 126 = 330 (100%)
R 106 of 330 ~ 32.12%
G 98 of 330 ~ 29.7%
B 126 of 330 ~ 38.18%

%32.12
%29.7
%38.18

CMYK color model

#6A627E color CMYK value is (16,22,0,51).

  • cyan value is 15.87%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(16,22,0,51)
C16M22Y0K51 
(16%,22%,0%,51%)
(0.16/0.22/0.00/0.51)	

CMYK percentages

%15.87
%22.22
%0
%50.59

Codes

Color #6A627E in popluar color models

6A627E
RGB10698126
HSL257°12.50%43.92%
HSB/HSV257°22.22%49.41%
CMYK15.87%22.22%0.00%
50.59%

Color #6A627E in popluar number systems.

HEX6A627E
Decimal10698126
Binary110101011000101111110
Octal152142176

Shades and tints

Shades of #6A627E

#6A627E
(106,98,126)
#615A73
(97,90,115)
#585268
(88,82,104)
#4F4A5D
(79,74,93)
#464252
(70,66,82)
#3D3A47
(61,58,71)
#34323C
(52,50,60)
#2B2A31
(43,42,49)
#222226
(34,34,38)
#191A1B
(25,26,27)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #6A627E

#6A627E
(106,98,126)
#777089
(119,112,137)
#847E94
(132,126,148)
#918C9F
(145,140,159)
#9E9AAA
(158,154,170)
#ABA8B5
(171,168,181)
#B8B6C0
(184,182,192)
#C5C4CB
(197,196,203)
#D2D2D6
(210,210,214)
#DFE0E1
(223,224,225)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A627E; }

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

This text font color is #6A627E.


Background Color

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

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

This div background color is #6A627E.


Border color

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

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

This div border color is #6A627E.


Opacity

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

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

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

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

This text has shadow with #6A627E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A627E on black background.


Color preview on white background

This text has color #6A627E on white background.



Black color preview on #6A627E background

This text has black color on #6A627E background.


White color preview on #6A627E background

This text has white color on #6A627E background.