COLOR #6A8A85

HEX: #6A8A85
RGB: (106,138,133)

Color info

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

RGB color model

#6A8A85 color RGB value is (106,138,133).

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

RGB channels and saturation

R 106 of 255 = 42%
G 138 of 255 = 54%
B 133 of 255 = 52%

106
138
133

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

Portions of RGB colors in percentages

R + G + B =
106 + 138 + 133 = 377 (100%)
R 106 of 377 ~ 28.12%
G 138 of 377 ~ 36.6%
B 133 of 377 ~ 35.28%

%28.12
%36.6
%35.28

CMYK color model

#6A8A85 color CMYK value is (23,0,4,46).

  • cyan value is 23.19%
  • magenta value is 0.00%
  • yellow value is 3.62%
  • key color value is 45.88%
CMYK:
(23,0,4,46)
C23M0Y4K46 
(23%,0%,4%,46%)
(0.23/0.00/0.04/0.46)	

CMYK percentages

%23.19
%0
%3.62
%45.88

Codes

Color #6A8A85 in popluar color models

6A8A85
RGB106138133
HSL171°13.11%47.84%
HSB/HSV171°23.19%54.12%
CMYK23.19%0.00%3.62%
45.88%

Color #6A8A85 in popluar number systems.

HEX6A8A85
Decimal106138133
Binary11010101000101010000101
Octal152212205

Shades and tints

Shades of #6A8A85

#6A8A85
(106,138,133)
#617E79
(97,126,121)
#58726D
(88,114,109)
#4F6661
(79,102,97)
#465A55
(70,90,85)
#3D4E49
(61,78,73)
#34423D
(52,66,61)
#2B3631
(43,54,49)
#222A25
(34,42,37)
#191E19
(25,30,25)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #6A8A85

#6A8A85
(106,138,133)
#779490
(119,148,144)
#849E9B
(132,158,155)
#91A8A6
(145,168,166)
#9EB2B1
(158,178,177)
#ABBCBC
(171,188,188)
#B8C6C7
(184,198,199)
#C5D0D2
(197,208,210)
#D2DADD
(210,218,221)
#DFE4E8
(223,228,232)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8A85; }

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

This text font color is #6A8A85.


Background Color

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

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

This div background color is #6A8A85.


Border color

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

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

This div border color is #6A8A85.


Opacity

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

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

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

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

This text has shadow with #6A8A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8A85 on black background.


Color preview on white background

This text has color #6A8A85 on white background.



Black color preview on #6A8A85 background

This text has black color on #6A8A85 background.


White color preview on #6A8A85 background

This text has white color on #6A8A85 background.