COLOR #6A9489

HEX: #6A9489
RGB: (106,148,137)

Color info

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

RGB color model

#6A9489 color RGB value is (106,148,137).

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

RGB channels and saturation

R 106 of 255 = 42%
G 148 of 255 = 58%
B 137 of 255 = 54%

106
148
137

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

Portions of RGB colors in percentages

R + G + B =
106 + 148 + 137 = 391 (100%)
R 106 of 391 ~ 27.11%
G 148 of 391 ~ 37.85%
B 137 of 391 ~ 35.04%

%27.11
%37.85
%35.04

CMYK color model

#6A9489 color CMYK value is (28,0,7,42).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 41.96%
CMYK:
(28,0,7,42)
C28M0Y7K42 
(28%,0%,7%,42%)
(0.28/0.00/0.07/0.42)	

CMYK percentages

%28.38
%0
%7.43
%41.96

Codes

Color #6A9489 in popluar color models

6A9489
RGB106148137
HSL164°16.54%49.80%
HSB/HSV164°28.38%58.04%
CMYK28.38%0.00%7.43%
41.96%

Color #6A9489 in popluar number systems.

HEX6A9489
Decimal106148137
Binary11010101001010010001001
Octal152224211

Shades and tints

Shades of #6A9489

#6A9489
(106,148,137)
#61877D
(97,135,125)
#587A71
(88,122,113)
#4F6D65
(79,109,101)
#466059
(70,96,89)
#3D534D
(61,83,77)
#344641
(52,70,65)
#2B3935
(43,57,53)
#222C29
(34,44,41)
#191F1D
(25,31,29)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #6A9489

#6A9489
(106,148,137)
#779D93
(119,157,147)
#84A69D
(132,166,157)
#91AFA7
(145,175,167)
#9EB8B1
(158,184,177)
#ABC1BB
(171,193,187)
#B8CAC5
(184,202,197)
#C5D3CF
(197,211,207)
#D2DCD9
(210,220,217)
#DFE5E3
(223,229,227)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9489; }

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

This text font color is #6A9489.


Background Color

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

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

This div background color is #6A9489.


Border color

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

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

This div border color is #6A9489.


Opacity

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

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

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

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

This text has shadow with #6A9489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9489 on black background.


Color preview on white background

This text has color #6A9489 on white background.



Black color preview on #6A9489 background

This text has black color on #6A9489 background.


White color preview on #6A9489 background

This text has white color on #6A9489 background.