COLOR #6BAB94

HEX: #6BAB94 RGB: (107,171,148)

Color info

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

RGB color model

#6BAB94 color RGB value is (107,171,148).

RGB: (107,171,148) (42%, 67%, 58%)

RGB channels and saturation

R 107 of 255 = 42%
G 171 of 255 = 67%
B 148 of 255 = 58%

107
171
148

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

Portions of RGB colors in percentages

R + G + B = 107 + 171 + 148 = 426 (100%)
R 107 of 426 ~ 25.12%
G 171 of 426 ~ 40.14%
B 148 of 426 ~ 34.74'%

%25.12
%40.14
%34.74

CMYK color model

#6BAB94 color CMYK value is (37,0,13,33).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 32.94%

CMYK: (37,0,13,33)
C37M0Y13K33 (37%, 0%, 13%, 33%)
(0.37 / 0.00 / 0.13 / 0.33)

CMYK percentages

%37.43
%0
%13.45
%32.94

Codes

Color #6BAB94 in popluar color models

6B AB 94
RGB 107 171 148
HSL 158° 27.59% 54.51%
HSB/HSV 158° 37.43% 67.06%
CMYK 37.43% 0.00% 13.45%
32.94%

Color #6BAB94 in popluar number systems.

HEX 6B AB 94
Decimal 107 171 148
Binary 1101011 10101011 10010100
Octal 153 253 224

Shades and tints

Shades of #6BAB94

#6BAB94
(107,171,148)
#629C87
(98,156,135)
#598D7A
(89,141,122)
#507E6D
(80,126,109)
#476F60
(71,111,96)
#3E6053
(62,96,83)
#355146
(53,81,70)
#2C4239
(44,66,57)
#23332C
(35,51,44)
#1A241F
(26,36,31)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #6BAB94

#6BAB94
(107,171,148)
#78B29D
(120,178,157)
#85B9A6
(133,185,166)
#92C0AF
(146,192,175)
#9FC7B8
(159,199,184)
#ACCEC1
(172,206,193)
#B9D5CA
(185,213,202)
#C6DCD3
(198,220,211)
#D3E3DC
(211,227,220)
#E0EAE5
(224,234,229)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAB94 color. Also use rgb(107,171,148) instead hex code.

Text Font Color

.myTextColor { color: #6BAB94; }

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

This text font color is #6BAB94.

Background Color

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

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

This div background color is #6BAB94.

Border color

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

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

This div border color is #6BAB94.

Opacity

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

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

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

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

This text has shadow with #6BAB94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BAB94.

Preview

Color preview on black background

This text has color #6BAB94 on black background.


Color preview on white background

This text has color #6BAB94 on white background.


Black color preview on #6BAB94 background

This text has black color on #6BAB94 background.


White color preview on #6BAB94 background

This text has white color on #6BAB94 background.


Related colors

Complementary color

Complementary color for #hex is #94546B.


I love getcolorcode.com

Triadic colors

1 #946BAB and #AB946B with #6BAB94 are triadic colors.

2 #94AB6B and #AB6B94 with #6BAB94 are triadic colors.