COLOR #6A9689

HEX: #6A9689
RGB: (106,150,137)

Color info

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

RGB color model

#6A9689 color RGB value is (106,150,137).

  • red value is 106;
  • green value is 150;
  • blue value is 137.
RGB:
(106,150,137)
(42%,59%,54%)

RGB channels and saturation

R 106 of 255 = 42%
G 150 of 255 = 59%
B 137 of 255 = 54%

106
150
137

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

Portions of RGB colors in percentages

R + G + B =
106 + 150 + 137 = 393 (100%)
R 106 of 393 ~ 26.97%
G 150 of 393 ~ 38.17%
B 137 of 393 ~ 34.86%

%26.97
%38.17
%34.86

CMYK color model

#6A9689 color CMYK value is (29,0,9,41).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK:
(29,0,9,41)
C29M0Y9K41 
(29%,0%,9%,41%)
(0.29/0.00/0.09/0.41)	

CMYK percentages

%29.33
%0
%8.67
%41.18

Codes

Color #6A9689 in popluar color models

6A9689
RGB106150137
HSL162°17.32%50.20%
HSB/HSV162°29.33%58.82%
CMYK29.33%0.00%8.67%
41.18%

Color #6A9689 in popluar number systems.

HEX6A9689
Decimal106150137
Binary11010101001011010001001
Octal152226211

Shades and tints

Shades of #6A9689

#6A9689
(106,150,137)
#61897D
(97,137,125)
#587C71
(88,124,113)
#4F6F65
(79,111,101)
#466259
(70,98,89)
#3D554D
(61,85,77)
#344841
(52,72,65)
#2B3B35
(43,59,53)
#222E29
(34,46,41)
#19211D
(25,33,29)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #6A9689

#6A9689
(106,150,137)
#779F93
(119,159,147)
#84A89D
(132,168,157)
#91B1A7
(145,177,167)
#9EBAB1
(158,186,177)
#ABC3BB
(171,195,187)
#B8CCC5
(184,204,197)
#C5D5CF
(197,213,207)
#D2DED9
(210,222,217)
#DFE7E3
(223,231,227)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9689 color. Also use rgb(106,150,137) instead hex code.

Text Font Color

.myTextColor { color: #6A9689; }

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

This text font color is #6A9689.


Background Color

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

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

This div background color is #6A9689.


Border color

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

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

This div border color is #6A9689.


Opacity

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

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

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

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

This text has shadow with #6A9689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9689 on black background.


Color preview on white background

This text has color #6A9689 on white background.



Black color preview on #6A9689 background

This text has black color on #6A9689 background.


White color preview on #6A9689 background

This text has white color on #6A9689 background.