COLOR #6A827E

HEX: #6A827E
RGB: (106,130,126)

Color info

#6A827E contains red, green and blue colors in about the same proportion. Web safe color of #6A827E is #669966 (or #696).

RGB color model

#6A827E color RGB value is (106,130,126).

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

RGB channels and saturation

R 106 of 255 = 42%
G 130 of 255 = 51%
B 126 of 255 = 49%

106
130
126

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

Portions of RGB colors in percentages

R + G + B =
106 + 130 + 126 = 362 (100%)
R 106 of 362 ~ 29.28%
G 130 of 362 ~ 35.91%
B 126 of 362 ~ 34.81%

%29.28
%35.91
%34.81

CMYK color model

#6A827E color CMYK value is (18,0,3,49).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(18,0,3,49)
C18M0Y3K49 
(18%,0%,3%,49%)
(0.18/0.00/0.03/0.49)	

CMYK percentages

%18.46
%0
%3.08
%49.02

Codes

Color #6A827E in popluar color models

6A827E
RGB106130126
HSL170°10.17%46.27%
HSB/HSV170°18.46%50.98%
CMYK18.46%0.00%3.08%
49.02%

Color #6A827E in popluar number systems.

HEX6A827E
Decimal106130126
Binary1101010100000101111110
Octal152202176

Shades and tints

Shades of #6A827E

#6A827E
(106,130,126)
#617773
(97,119,115)
#586C68
(88,108,104)
#4F615D
(79,97,93)
#465652
(70,86,82)
#3D4B47
(61,75,71)
#34403C
(52,64,60)
#2B3531
(43,53,49)
#222A26
(34,42,38)
#191F1B
(25,31,27)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #6A827E

#6A827E
(106,130,126)
#778D89
(119,141,137)
#849894
(132,152,148)
#91A39F
(145,163,159)
#9EAEAA
(158,174,170)
#ABB9B5
(171,185,181)
#B8C4C0
(184,196,192)
#C5CFCB
(197,207,203)
#D2DAD6
(210,218,214)
#DFE5E1
(223,229,225)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A827E; }

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

This text font color is #6A827E.


Background Color

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

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

This div background color is #6A827E.


Border color

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

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

This div border color is #6A827E.


Opacity

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

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

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

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

This text has shadow with #6A827E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A827E on black background.


Color preview on white background

This text has color #6A827E on white background.



Black color preview on #6A827E background

This text has black color on #6A827E background.


White color preview on #6A827E background

This text has white color on #6A827E background.