COLOR #6BBEA1

HEX: #6BBEA1 RGB: (107,190,161)

Color info

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

RGB color model

#6BBEA1 color RGB value is (107,190,161).

RGB: (107,190,161) (42%, 75%, 63%)

RGB channels and saturation

R 107 of 255 = 42%
G 190 of 255 = 75%
B 161 of 255 = 63%

107
190
161

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

Portions of RGB colors in percentages

R + G + B = 107 + 190 + 161 = 458 (100%)
R 107 of 458 ~ 23.36%
G 190 of 458 ~ 41.48%
B 161 of 458 ~ 35.15'%

%23.36
%41.48
%35.15

CMYK color model

#6BBEA1 color CMYK value is (44,0,15,25).

  • cyan value is 43.68%
  • magenta value is 0.00%
  • yellow value is 15.26%
  • key color value is 25.49%

CMYK: (44,0,15,25)
C44M0Y15K25 (44%, 0%, 15%, 25%)
(0.44 / 0.00 / 0.15 / 0.25)

CMYK percentages

%43.68
%0
%15.26
%25.49

Codes

Color #6BBEA1 in popluar color models

6B BE A1
RGB 107 190 161
HSL 159° 38.97% 58.24%
HSB/HSV 159° 43.68% 74.51%
CMYK 43.68% 0.00% 15.26%
25.49%

Color #6BBEA1 in popluar number systems.

HEX 6B BE A1
Decimal 107 190 161
Binary 1101011 10111110 10100001
Octal 153 276 241

Shades and tints

Shades of #6BBEA1

#6BBEA1
(107,190,161)
#62AD93
(98,173,147)
#599C85
(89,156,133)
#508B77
(80,139,119)
#477A69
(71,122,105)
#3E695B
(62,105,91)
#35584D
(53,88,77)
#2C473F
(44,71,63)
#233631
(35,54,49)
#1A2523
(26,37,35)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #6BBEA1

#6BBEA1
(107,190,161)
#78C3A9
(120,195,169)
#85C8B1
(133,200,177)
#92CDB9
(146,205,185)
#9FD2C1
(159,210,193)
#ACD7C9
(172,215,201)
#B9DCD1
(185,220,209)
#C6E1D9
(198,225,217)
#D3E6E1
(211,230,225)
#E0EBE9
(224,235,233)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBEA1 color. Also use rgb(107,190,161) instead hex code.

Text Font Color

.myTextColor { color: #6BBEA1; }

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

This text font color is #6BBEA1.

Background Color

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

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

This div background color is #6BBEA1.

Border color

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

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

This div border color is #6BBEA1.

Opacity

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

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

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

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

This text has shadow with #6BBEA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBEA1.

Preview

Color preview on black background

This text has color #6BBEA1 on black background.


Color preview on white background

This text has color #6BBEA1 on white background.


Black color preview on #6BBEA1 background

This text has black color on #6BBEA1 background.


White color preview on #6BBEA1 background

This text has white color on #6BBEA1 background.


Related colors

Complementary color

Complementary color for #hex is #94415E.


I love getcolorcode.com

Triadic colors

1 #A16BBE and #BEA16B with #6BBEA1 are triadic colors.

2 #A1BE6B and #BE6BA1 with #6BBEA1 are triadic colors.