COLOR #6BB49A

HEX: #6BB49A RGB: (107,180,154)

Color info

#6BB49A contains mainly green and blue colors. Web safe color of #6BB49A is #66CC99 (or #6C9).

RGB color model

#6BB49A color RGB value is (107,180,154).

RGB: (107,180,154) (42%, 71%, 60%)

RGB channels and saturation

R 107 of 255 = 42%
G 180 of 255 = 71%
B 154 of 255 = 60%

107
180
154

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

Portions of RGB colors in percentages

R + G + B = 107 + 180 + 154 = 441 (100%)
R 107 of 441 ~ 24.26%
G 180 of 441 ~ 40.82%
B 154 of 441 ~ 34.92'%

%24.26
%40.82
%34.92

CMYK color model

#6BB49A color CMYK value is (41,0,14,29).

  • cyan value is 40.56%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 29.41%

CMYK: (41,0,14,29)
C41M0Y14K29 (41%, 0%, 14%, 29%)
(0.41 / 0.00 / 0.14 / 0.29)

CMYK percentages

%40.56
%0
%14.44
%29.41

Codes

Color #6BB49A in popluar color models

6B B4 9A
RGB 107 180 154
HSL 159° 32.74% 56.27%
HSB/HSV 159° 40.56% 70.59%
CMYK 40.56% 0.00% 14.44%
29.41%

Color #6BB49A in popluar number systems.

HEX 6B B4 9A
Decimal 107 180 154
Binary 1101011 10110100 10011010
Octal 153 264 232

Shades and tints

Shades of #6BB49A

#6BB49A
(107,180,154)
#62A48C
(98,164,140)
#59947E
(89,148,126)
#508470
(80,132,112)
#477462
(71,116,98)
#3E6454
(62,100,84)
#355446
(53,84,70)
#2C4438
(44,68,56)
#23342A
(35,52,42)
#1A241C
(26,36,28)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #6BB49A

#6BB49A
(107,180,154)
#78BAA3
(120,186,163)
#85C0AC
(133,192,172)
#92C6B5
(146,198,181)
#9FCCBE
(159,204,190)
#ACD2C7
(172,210,199)
#B9D8D0
(185,216,208)
#C6DED9
(198,222,217)
#D3E4E2
(211,228,226)
#E0EAEB
(224,234,235)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB49A color. Also use rgb(107,180,154) instead hex code.

Text Font Color

.myTextColor { color: #6BB49A; }

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

This text font color is #6BB49A.

Background Color

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

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

This div background color is #6BB49A.

Border color

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

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

This div border color is #6BB49A.

Opacity

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

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

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

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

This text has shadow with #6BB49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BB49A.

Preview

Color preview on black background

This text has color #6BB49A on black background.


Color preview on white background

This text has color #6BB49A on white background.


Black color preview on #6BB49A background

This text has black color on #6BB49A background.


White color preview on #6BB49A background

This text has white color on #6BB49A background.


Related colors

Complementary color

Complementary color for #hex is #944B65.


I love getcolorcode.com

Triadic colors

1 #9A6BB4 and #B49A6B with #6BB49A are triadic colors.

2 #9AB46B and #B46B9A with #6BB49A are triadic colors.