COLOR #6A8A81

HEX: #6A8A81
RGB: (106,138,129)

Color info

#6A8A81 contains red, green and blue colors in about the same proportion. Web safe color of #6A8A81 is #669999 (or #699).

RGB color model

#6A8A81 color RGB value is (106,138,129).

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

RGB channels and saturation

R 106 of 255 = 42%
G 138 of 255 = 54%
B 129 of 255 = 51%

106
138
129

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

Portions of RGB colors in percentages

R + G + B =
106 + 138 + 129 = 373 (100%)
R 106 of 373 ~ 28.42%
G 138 of 373 ~ 37%
B 129 of 373 ~ 34.58%

%28.42
%37
%34.58

CMYK color model

#6A8A81 color CMYK value is (23,0,7,46).

  • cyan value is 23.19%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 45.88%
CMYK:
(23,0,7,46)
C23M0Y7K46 
(23%,0%,7%,46%)
(0.23/0.00/0.07/0.46)	

CMYK percentages

%23.19
%0
%6.52
%45.88

Codes

Color #6A8A81 in popluar color models

6A8A81
RGB106138129
HSL163°13.11%47.84%
HSB/HSV163°23.19%54.12%
CMYK23.19%0.00%6.52%
45.88%

Color #6A8A81 in popluar number systems.

HEX6A8A81
Decimal106138129
Binary11010101000101010000001
Octal152212201

Shades and tints

Shades of #6A8A81

#6A8A81
(106,138,129)
#617E76
(97,126,118)
#58726B
(88,114,107)
#4F6660
(79,102,96)
#465A55
(70,90,85)
#3D4E4A
(61,78,74)
#34423F
(52,66,63)
#2B3634
(43,54,52)
#222A29
(34,42,41)
#191E1E
(25,30,30)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #6A8A81

#6A8A81
(106,138,129)
#77948C
(119,148,140)
#849E97
(132,158,151)
#91A8A2
(145,168,162)
#9EB2AD
(158,178,173)
#ABBCB8
(171,188,184)
#B8C6C3
(184,198,195)
#C5D0CE
(197,208,206)
#D2DAD9
(210,218,217)
#DFE4E4
(223,228,228)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8A81; }

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

This text font color is #6A8A81.


Background Color

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

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

This div background color is #6A8A81.


Border color

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

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

This div border color is #6A8A81.


Opacity

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

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

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

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

This text has shadow with #6A8A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8A81 on black background.


Color preview on white background

This text has color #6A8A81 on white background.



Black color preview on #6A8A81 background

This text has black color on #6A8A81 background.


White color preview on #6A8A81 background

This text has white color on #6A8A81 background.