COLOR #6A9880

HEX: #6A9880
RGB: (106,152,128)

Color info

#6A9880 contains red, green and blue colors in about the same proportion. Web safe color of #6A9880 is #669966 (or #696).

RGB color model

#6A9880 color RGB value is (106,152,128).

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

RGB channels and saturation

R 106 of 255 = 42%
G 152 of 255 = 60%
B 128 of 255 = 50%

106
152
128

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

Portions of RGB colors in percentages

R + G + B =
106 + 152 + 128 = 386 (100%)
R 106 of 386 ~ 27.46%
G 152 of 386 ~ 39.38%
B 128 of 386 ~ 33.16%

%27.46
%39.38
%33.16

CMYK color model

#6A9880 color CMYK value is (30,0,16,40).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 40.39%
CMYK:
(30,0,16,40)
C30M0Y16K40 
(30%,0%,16%,40%)
(0.30/0.00/0.16/0.40)	

CMYK percentages

%30.26
%0
%15.79
%40.39

Codes

Color #6A9880 in popluar color models

6A9880
RGB106152128
HSL149°18.25%50.59%
HSB/HSV149°30.26%59.61%
CMYK30.26%0.00%15.79%
40.39%

Color #6A9880 in popluar number systems.

HEX6A9880
Decimal106152128
Binary11010101001100010000000
Octal152230200

Shades and tints

Shades of #6A9880

#6A9880
(106,152,128)
#618B75
(97,139,117)
#587E6A
(88,126,106)
#4F715F
(79,113,95)
#466454
(70,100,84)
#3D5749
(61,87,73)
#344A3E
(52,74,62)
#2B3D33
(43,61,51)
#223028
(34,48,40)
#19231D
(25,35,29)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #6A9880

#6A9880
(106,152,128)
#77A18B
(119,161,139)
#84AA96
(132,170,150)
#91B3A1
(145,179,161)
#9EBCAC
(158,188,172)
#ABC5B7
(171,197,183)
#B8CEC2
(184,206,194)
#C5D7CD
(197,215,205)
#D2E0D8
(210,224,216)
#DFE9E3
(223,233,227)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9880; }

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

This text font color is #6A9880.


Background Color

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

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

This div background color is #6A9880.


Border color

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

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

This div border color is #6A9880.


Opacity

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

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

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

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

This text has shadow with #6A9880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9880 on black background.


Color preview on white background

This text has color #6A9880 on white background.



Black color preview on #6A9880 background

This text has black color on #6A9880 background.


White color preview on #6A9880 background

This text has white color on #6A9880 background.