COLOR #6A8A91

HEX: #6A8A91
RGB: (106,138,145)

Color info

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

RGB color model

#6A8A91 color RGB value is (106,138,145).

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

RGB channels and saturation

R 106 of 255 = 42%
G 138 of 255 = 54%
B 145 of 255 = 57%

106
138
145

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

Portions of RGB colors in percentages

R + G + B =
106 + 138 + 145 = 389 (100%)
R 106 of 389 ~ 27.25%
G 138 of 389 ~ 35.48%
B 145 of 389 ~ 37.28%

%27.25
%35.48
%37.28

CMYK color model

#6A8A91 color CMYK value is (27,5,0,43).

  • cyan value is 26.90%
  • magenta value is 4.83%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(27,5,0,43)
C27M5Y0K43 
(27%,5%,0%,43%)
(0.27/0.05/0.00/0.43)	

CMYK percentages

%26.9
%4.83
%0
%43.14

Codes

Color #6A8A91 in popluar color models

6A8A91
RGB106138145
HSL191°15.54%49.22%
HSB/HSV191°26.90%56.86%
CMYK26.90%4.83%0.00%
43.14%

Color #6A8A91 in popluar number systems.

HEX6A8A91
Decimal106138145
Binary11010101000101010010001
Octal152212221

Shades and tints

Shades of #6A8A91

#6A8A91
(106,138,145)
#617E84
(97,126,132)
#587277
(88,114,119)
#4F666A
(79,102,106)
#465A5D
(70,90,93)
#3D4E50
(61,78,80)
#344243
(52,66,67)
#2B3636
(43,54,54)
#222A29
(34,42,41)
#191E1C
(25,30,28)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #6A8A91

#6A8A91
(106,138,145)
#77949B
(119,148,155)
#849EA5
(132,158,165)
#91A8AF
(145,168,175)
#9EB2B9
(158,178,185)
#ABBCC3
(171,188,195)
#B8C6CD
(184,198,205)
#C5D0D7
(197,208,215)
#D2DAE1
(210,218,225)
#DFE4EB
(223,228,235)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8A91; }

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

This text font color is #6A8A91.


Background Color

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

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

This div background color is #6A8A91.


Border color

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

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

This div border color is #6A8A91.


Opacity

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

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

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

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

This text has shadow with #6A8A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8A91 on black background.


Color preview on white background

This text has color #6A8A91 on white background.



Black color preview on #6A8A91 background

This text has black color on #6A8A91 background.


White color preview on #6A8A91 background

This text has white color on #6A8A91 background.