COLOR #6BAD93

HEX: #6BAD93 RGB: (107,173,147)

Color info

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

RGB color model

#6BAD93 color RGB value is (107,173,147).

RGB: (107,173,147) (42%, 68%, 58%)

RGB channels and saturation

R 107 of 255 = 42%
G 173 of 255 = 68%
B 147 of 255 = 58%

107
173
147

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

Portions of RGB colors in percentages

R + G + B = 107 + 173 + 147 = 427 (100%)
R 107 of 427 ~ 25.06%
G 173 of 427 ~ 40.52%
B 147 of 427 ~ 34.43'%

%25.06
%40.52
%34.43

CMYK color model

#6BAD93 color CMYK value is (38,0,15,32).

  • cyan value is 38.15%
  • magenta value is 0.00%
  • yellow value is 15.03%
  • key color value is 32.16%

CMYK: (38,0,15,32)
C38M0Y15K32 (38%, 0%, 15%, 32%)
(0.38 / 0.00 / 0.15 / 0.32)

CMYK percentages

%38.15
%0
%15.03
%32.16

Codes

Color #6BAD93 in popluar color models

6B AD 93
RGB 107 173 147
HSL 156° 28.70% 54.90%
HSB/HSV 156° 38.15% 67.84%
CMYK 38.15% 0.00% 15.03%
32.16%

Color #6BAD93 in popluar number systems.

HEX 6B AD 93
Decimal 107 173 147
Binary 1101011 10101101 10010011
Octal 153 255 223

Shades and tints

Shades of #6BAD93

#6BAD93
(107,173,147)
#629E86
(98,158,134)
#598F79
(89,143,121)
#50806C
(80,128,108)
#47715F
(71,113,95)
#3E6252
(62,98,82)
#355345
(53,83,69)
#2C4438
(44,68,56)
#23352B
(35,53,43)
#1A261E
(26,38,30)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #6BAD93

#6BAD93
(107,173,147)
#78B49C
(120,180,156)
#85BBA5
(133,187,165)
#92C2AE
(146,194,174)
#9FC9B7
(159,201,183)
#ACD0C0
(172,208,192)
#B9D7C9
(185,215,201)
#C6DED2
(198,222,210)
#D3E5DB
(211,229,219)
#E0ECE4
(224,236,228)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAD93 color. Also use rgb(107,173,147) instead hex code.

Text Font Color

.myTextColor { color: #6BAD93; }

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

This text font color is #6BAD93.

Background Color

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

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

This div background color is #6BAD93.

Border color

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

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

This div border color is #6BAD93.

Opacity

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

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

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

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

This text has shadow with #6BAD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BAD93.

Preview

Color preview on black background

This text has color #6BAD93 on black background.


Color preview on white background

This text has color #6BAD93 on white background.


Black color preview on #6BAD93 background

This text has black color on #6BAD93 background.


White color preview on #6BAD93 background

This text has white color on #6BAD93 background.


Related colors

Complementary color

Complementary color for #hex is #94526C.


I love getcolorcode.com

Triadic colors

1 #936BAD and #AD936B with #6BAD93 are triadic colors.

2 #93AD6B and #AD6B93 with #6BAD93 are triadic colors.