COLOR #6A816D

HEX: #6A816D
RGB: (106,129,109)

Color info

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

RGB color model

#6A816D color RGB value is (106,129,109).

  • red value is 106;
  • green value is 129;
  • blue value is 109.
RGB:
(106,129,109)
(42%,51%,43%)

RGB channels and saturation

R 106 of 255 = 42%
G 129 of 255 = 51%
B 109 of 255 = 43%

106
129
109

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

Portions of RGB colors in percentages

R + G + B =
106 + 129 + 109 = 344 (100%)
R 106 of 344 ~ 30.81%
G 129 of 344 ~ 37.5%
B 109 of 344 ~ 31.69%

%30.81
%37.5
%31.69

CMYK color model

#6A816D color CMYK value is (18,0,16,49).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 15.50%
  • key color value is 49.41%
CMYK:
(18,0,16,49)
C18M0Y16K49 
(18%,0%,16%,49%)
(0.18/0.00/0.16/0.49)	

CMYK percentages

%17.83
%0
%15.5
%49.41

Codes

Color #6A816D in popluar color models

6A816D
RGB106129109
HSL128°9.79%46.08%
HSB/HSV128°17.83%50.59%
CMYK17.83%0.00%15.50%
49.41%

Color #6A816D in popluar number systems.

HEX6A816D
Decimal106129109
Binary1101010100000011101101
Octal152201155

Shades and tints

Shades of #6A816D

#6A816D
(106,129,109)
#617664
(97,118,100)
#586B5B
(88,107,91)
#4F6052
(79,96,82)
#465549
(70,85,73)
#3D4A40
(61,74,64)
#343F37
(52,63,55)
#2B342E
(43,52,46)
#222925
(34,41,37)
#191E1C
(25,30,28)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #6A816D

#6A816D
(106,129,109)
#778C7A
(119,140,122)
#849787
(132,151,135)
#91A294
(145,162,148)
#9EADA1
(158,173,161)
#ABB8AE
(171,184,174)
#B8C3BB
(184,195,187)
#C5CEC8
(197,206,200)
#D2D9D5
(210,217,213)
#DFE4E2
(223,228,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A816D color. Also use rgb(106,129,109) instead hex code.

Text Font Color

.myTextColor { color: #6A816D; }

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

This text font color is #6A816D.


Background Color

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

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

This div background color is #6A816D.


Border color

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

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

This div border color is #6A816D.


Opacity

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

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

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

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

This text has shadow with #6A816D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A816D on black background.


Color preview on white background

This text has color #6A816D on white background.



Black color preview on #6A816D background

This text has black color on #6A816D background.


White color preview on #6A816D background

This text has white color on #6A816D background.