COLOR #6BB49D

HEX: #6BB49D RGB: (107,180,157)

Color info

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

RGB color model

#6BB49D color RGB value is (107,180,157).

RGB: (107,180,157) (42%, 71%, 62%)

RGB channels and saturation

R 107 of 255 = 42%
G 180 of 255 = 71%
B 157 of 255 = 62%

107
180
157

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

Portions of RGB colors in percentages

R + G + B = 107 + 180 + 157 = 444 (100%)
R 107 of 444 ~ 24.1%
G 180 of 444 ~ 40.54%
B 157 of 444 ~ 35.36'%

%24.1
%40.54
%35.36

CMYK color model

#6BB49D color CMYK value is (41,0,13,29).

  • cyan value is 40.56%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK: (41,0,13,29) C41M0Y13K29 (41%,0%,13%,29%) (0.41/0.00/0.13/0.29) 

CMYK percentages

%40.56
%0
%12.78
%29.41

Codes

Color #6BB49D in popluar color models

6B B4 9D
RGB 107 180 157
HSL 161° 32.74% 56.27%
HSB/HSV 161° 40.56% 70.59%
CMYK 40.56% 0.00% 12.78%
29.41%

Color #6BB49D in popluar number systems.

HEX 6B B4 9D
Decimal 107 180 157
Binary 1101011 10110100 10011101
Octal 153 264 235

Shades and tints

Shades of #6BB49D

#6BB49D
(107,180,157)
#62A48F
(98,164,143)
#599481
(89,148,129)
#508473
(80,132,115)
#477465
(71,116,101)
#3E6457
(62,100,87)
#355449
(53,84,73)
#2C443B
(44,68,59)
#23342D
(35,52,45)
#1A241F
(26,36,31)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #6BB49D

#6BB49D
(107,180,157)
#78BAA5
(120,186,165)
#85C0AD
(133,192,173)
#92C6B5
(146,198,181)
#9FCCBD
(159,204,189)
#ACD2C5
(172,210,197)
#B9D8CD
(185,216,205)
#C6DED5
(198,222,213)
#D3E4DD
(211,228,221)
#E0EAE5
(224,234,229)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB49D; }

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

This text font color is #6BB49D.

Background Color

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

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

This div background color is #6BB49D.

Border color

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

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

This div border color is #6BB49D.

Opacity

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

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

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

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

This text has shadow with #6BB49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BB49D.

Preview

Color preview on black background

This text has color #6BB49D on black background.


Color preview on white background

This text has color #6BB49D on white background.


Black color preview on #6BB49D background

This text has black color on #6BB49D background.


White color preview on #6BB49D background

This text has white color on #6BB49D background.


Related colors

Complementary color

Complementary color for #hex is #944B62.


I love getcolorcode.com

Triadic colors

1 #9D6BB4 and #B49D6B with #6BB49D are triadic colors.

2 #9DB46B and #B46B9D with #6BB49D are triadic colors.