COLOR #6BAA84

HEX: #6BAA84 RGB: (107,170,132)

Color info

#6BAA84 contains mainly green and blue colors. Web safe color of #6BAA84 is #669999 (or #699).

RGB color model

#6BAA84 color RGB value is (107,170,132).

RGB: (107,170,132) (42%, 67%, 52%)

RGB channels and saturation

R 107 of 255 = 42%
G 170 of 255 = 67%
B 132 of 255 = 52%

107
170
132

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

Portions of RGB colors in percentages

R + G + B = 107 + 170 + 132 = 409 (100%)
R 107 of 409 ~ 26.16%
G 170 of 409 ~ 41.56%
B 132 of 409 ~ 32.27'%

%26.16
%41.56
%32.27

CMYK color model

#6BAA84 color CMYK value is (37,0,22,33).

  • cyan value is 37.06%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 33.33%
CMYK: (37,0,22,33) C37M0Y22K33 (37%,0%,22%,33%) (0.37/0.00/0.22/0.33) 

CMYK percentages

%37.06
%0
%22.35
%33.33

Codes

Color #6BAA84 in popluar color models

6B AA 84
RGB 107 170 132
HSL 144° 27.04% 54.31%
HSB/HSV 144° 37.06% 66.67%
CMYK 37.06% 0.00% 22.35%
33.33%

Color #6BAA84 in popluar number systems.

HEX 6B AA 84
Decimal 107 170 132
Binary 1101011 10101010 10000100
Octal 153 252 204

Shades and tints

Shades of #6BAA84

#6BAA84
(107,170,132)
#629B78
(98,155,120)
#598C6C
(89,140,108)
#507D60
(80,125,96)
#476E54
(71,110,84)
#3E5F48
(62,95,72)
#35503C
(53,80,60)
#2C4130
(44,65,48)
#233224
(35,50,36)
#1A2318
(26,35,24)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #6BAA84

#6BAA84
(107,170,132)
#78B18F
(120,177,143)
#85B89A
(133,184,154)
#92BFA5
(146,191,165)
#9FC6B0
(159,198,176)
#ACCDBB
(172,205,187)
#B9D4C6
(185,212,198)
#C6DBD1
(198,219,209)
#D3E2DC
(211,226,220)
#E0E9E7
(224,233,231)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAA84 color. Also use rgb(107,170,132) instead hex code.

Text Font Color

.myTextColor { color: #6BAA84; }

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

This text font color is #6BAA84.

Background Color

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

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

This div background color is #6BAA84.

Border color

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

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

This div border color is #6BAA84.

Opacity

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

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

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

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

This text has shadow with #6BAA84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BAA84.

Preview

Color preview on black background

This text has color #6BAA84 on black background.


Color preview on white background

This text has color #6BAA84 on white background.


Black color preview on #6BAA84 background

This text has black color on #6BAA84 background.


White color preview on #6BAA84 background

This text has white color on #6BAA84 background.


Related colors


Complementary color

Complementary color for #6BAA84 is #94557B.


I love getcolorcode.com

Triadic colors

1 #846BAA and #AA846B with #6BAA84 are triadic colors.

2 #84AA6B and #AA6B84 with #6BAA84 are triadic colors.