COLOR #6A837F

HEX: #6A837F RGB: (106,131,127)

Color info

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

RGB color model

#6A837F color RGB value is (106,131,127).

RGB: (106,131,127) (42%, 51%, 50%)

RGB channels and saturation

R 106 of 255 = 42%
G 131 of 255 = 51%
B 127 of 255 = 50%

106
131
127

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

Portions of RGB colors in percentages

R + G + B = 106 + 131 + 127 = 364 (100%)
R 106 of 364 ~ 29.12%
G 131 of 364 ~ 35.99%
B 127 of 364 ~ 34.89'%

%29.12
%35.99
%34.89

CMYK color model

#6A837F color CMYK value is (19,0,3,49).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 48.63%
CMYK: (19,0,3,49) C19M0Y3K49 (19%,0%,3%,49%) (0.19/0.00/0.03/0.49) 

CMYK percentages

%19.08
%0
%3.05
%48.63

Codes

Color #6A837F in popluar color models

6A 83 7F
RGB 106 131 127
HSL 170° 10.55% 46.47%
HSB/HSV 170° 19.08% 51.37%
CMYK 19.08% 0.00% 3.05%
48.63%

Color #6A837F in popluar number systems.

HEX 6A 83 7F
Decimal 106 131 127
Binary 1101010 10000011 1111111
Octal 152 203 177

Shades and tints

Shades of #6A837F

#6A837F
(106,131,127)
#617874
(97,120,116)
#586D69
(88,109,105)
#4F625E
(79,98,94)
#465753
(70,87,83)
#3D4C48
(61,76,72)
#34413D
(52,65,61)
#2B3632
(43,54,50)
#222B27
(34,43,39)
#19201C
(25,32,28)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #6A837F

#6A837F
(106,131,127)
#778E8A
(119,142,138)
#849995
(132,153,149)
#91A4A0
(145,164,160)
#9EAFAB
(158,175,171)
#ABBAB6
(171,186,182)
#B8C5C1
(184,197,193)
#C5D0CC
(197,208,204)
#D2DBD7
(210,219,215)
#DFE6E2
(223,230,226)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A837F color. Also use rgb(106,131,127) instead hex code.

Text Font Color

.myTextColor { color: #6A837F; }

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

This text font color is #6A837F.

Background Color

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

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

This div background color is #6A837F.

Border color

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

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

This div border color is #6A837F.

Opacity

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

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

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

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

This text has shadow with #6A837F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A837F.

Preview

Color preview on black background

This text has color #6A837F on black background.


Color preview on white background

This text has color #6A837F on white background.


Black color preview on #6A837F background

This text has black color on #6A837F background.


White color preview on #6A837F background

This text has white color on #6A837F background.


Related colors

Complementary color

Complementary color for #hex is #957C80.


I love getcolorcode.com

Triadic colors

1 #7F6A83 and #837F6A with #6A837F are triadic colors.

2 #7F836A and #836A7F with #6A837F are triadic colors.