COLOR #6BAA91

HEX: #6BAA91 RGB: (107,170,145)

Color info

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

RGB color model

#6BAA91 color RGB value is (107,170,145).

RGB: (107,170,145) (42%, 67%, 57%)

RGB channels and saturation

R 107 of 255 = 42%
G 170 of 255 = 67%
B 145 of 255 = 57%

107
170
145

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

Portions of RGB colors in percentages

R + G + B = 107 + 170 + 145 = 422 (100%)
R 107 of 422 ~ 25.36%
G 170 of 422 ~ 40.28%
B 145 of 422 ~ 34.36'%

%25.36
%40.28
%34.36

CMYK color model

#6BAA91 color CMYK value is (37,0,15,33).

  • cyan value is 37.06%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 33.33%

CMYK: (37,0,15,33)
C37M0Y15K33 (37%, 0%, 15%, 33%)
(0.37 / 0.00 / 0.15 / 0.33)

CMYK percentages

%37.06
%0
%14.71
%33.33

Codes

Color #6BAA91 in popluar color models

6B AA 91
RGB 107 170 145
HSL 156° 27.04% 54.31%
HSB/HSV 156° 37.06% 66.67%
CMYK 37.06% 0.00% 14.71%
33.33%

Color #6BAA91 in popluar number systems.

HEX 6B AA 91
Decimal 107 170 145
Binary 1101011 10101010 10010001
Octal 153 252 221

Shades and tints

Shades of #6BAA91

#6BAA91
(107,170,145)
#629B84
(98,155,132)
#598C77
(89,140,119)
#507D6A
(80,125,106)
#476E5D
(71,110,93)
#3E5F50
(62,95,80)
#355043
(53,80,67)
#2C4136
(44,65,54)
#233229
(35,50,41)
#1A231C
(26,35,28)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #6BAA91

#6BAA91
(107,170,145)
#78B19B
(120,177,155)
#85B8A5
(133,184,165)
#92BFAF
(146,191,175)
#9FC6B9
(159,198,185)
#ACCDC3
(172,205,195)
#B9D4CD
(185,212,205)
#C6DBD7
(198,219,215)
#D3E2E1
(211,226,225)
#E0E9EB
(224,233,235)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BAA91; }

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

This text font color is #6BAA91.

Background Color

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

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

This div background color is #6BAA91.

Border color

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

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

This div border color is #6BAA91.

Opacity

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

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

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

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

This text has shadow with #6BAA91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BAA91.

Preview

Color preview on black background

This text has color #6BAA91 on black background.


Color preview on white background

This text has color #6BAA91 on white background.


Black color preview on #6BAA91 background

This text has black color on #6BAA91 background.


White color preview on #6BAA91 background

This text has white color on #6BAA91 background.


Related colors

Complementary color

Complementary color for #hex is #94556E.


I love getcolorcode.com

Triadic colors

1 #916BAA and #AA916B with #6BAA91 are triadic colors.

2 #91AA6B and #AA6B91 with #6BAA91 are triadic colors.