COLOR #6A9890

HEX: #6A9890
RGB: (106,152,144)

Color info

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

RGB color model

#6A9890 color RGB value is (106,152,144).

  • red value is 106;
  • green value is 152;
  • blue value is 144.
RGB:
(106,152,144)
(42%,60%,56%)

RGB channels and saturation

R 106 of 255 = 42%
G 152 of 255 = 60%
B 144 of 255 = 56%

106
152
144

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

Portions of RGB colors in percentages

R + G + B =
106 + 152 + 144 = 402 (100%)
R 106 of 402 ~ 26.37%
G 152 of 402 ~ 37.81%
B 144 of 402 ~ 35.82%

%26.37
%37.81
%35.82

CMYK color model

#6A9890 color CMYK value is (30,0,5,40).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 40.39%
CMYK:
(30,0,5,40)
C30M0Y5K40 
(30%,0%,5%,40%)
(0.30/0.00/0.05/0.40)	

CMYK percentages

%30.26
%0
%5.26
%40.39

Codes

Color #6A9890 in popluar color models

6A9890
RGB106152144
HSL170°18.25%50.59%
HSB/HSV170°30.26%59.61%
CMYK30.26%0.00%5.26%
40.39%

Color #6A9890 in popluar number systems.

HEX6A9890
Decimal106152144
Binary11010101001100010010000
Octal152230220

Shades and tints

Shades of #6A9890

#6A9890
(106,152,144)
#618B83
(97,139,131)
#587E76
(88,126,118)
#4F7169
(79,113,105)
#46645C
(70,100,92)
#3D574F
(61,87,79)
#344A42
(52,74,66)
#2B3D35
(43,61,53)
#223028
(34,48,40)
#19231B
(25,35,27)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #6A9890

#6A9890
(106,152,144)
#77A19A
(119,161,154)
#84AAA4
(132,170,164)
#91B3AE
(145,179,174)
#9EBCB8
(158,188,184)
#ABC5C2
(171,197,194)
#B8CECC
(184,206,204)
#C5D7D6
(197,215,214)
#D2E0E0
(210,224,224)
#DFE9EA
(223,233,234)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9890 color. Also use rgb(106,152,144) instead hex code.

Text Font Color

.myTextColor { color: #6A9890; }

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

This text font color is #6A9890.


Background Color

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

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

This div background color is #6A9890.


Border color

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

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

This div border color is #6A9890.


Opacity

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

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

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

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

This text has shadow with #6A9890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9890 on black background.


Color preview on white background

This text has color #6A9890 on white background.



Black color preview on #6A9890 background

This text has black color on #6A9890 background.


White color preview on #6A9890 background

This text has white color on #6A9890 background.