COLOR #6BB09B

HEX: #6BB09B
RGB: (107,176,155)

Color info

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

RGB color model

#6BB09B color RGB value is (107,176,155).

  • red value is 107;
  • green value is 176;
  • blue value is 155.
RGB:
(107,176,155)
(42%,69%,61%)

RGB channels and saturation

R 107 of 255 = 42%
G 176 of 255 = 69%
B 155 of 255 = 61%

107
176
155

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

Portions of RGB colors in percentages

R + G + B =
107 + 176 + 155 = 438 (100%)
R 107 of 438 ~ 24.43%
G 176 of 438 ~ 40.18%
B 155 of 438 ~ 35.39%

%24.43
%40.18
%35.39

CMYK color model

#6BB09B color CMYK value is (39,0,12,31).

  • cyan value is 39.20%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 30.98%
CMYK:
(39,0,12,31)
C39M0Y12K31 
(39%,0%,12%,31%)
(0.39/0.00/0.12/0.31)	

CMYK percentages

%39.2
%0
%11.93
%30.98

Codes

Color #6BB09B in popluar color models

6BB09B
RGB107176155
HSL162°30.40%55.49%
HSB/HSV162°39.20%69.02%
CMYK39.20%0.00%11.93%
30.98%

Color #6BB09B in popluar number systems.

HEX6BB09B
Decimal107176155
Binary11010111011000010011011
Octal153260233

Shades and tints

Shades of #6BB09B

#6BB09B
(107,176,155)
#62A08D
(98,160,141)
#59907F
(89,144,127)
#508071
(80,128,113)
#477063
(71,112,99)
#3E6055
(62,96,85)
#355047
(53,80,71)
#2C4039
(44,64,57)
#23302B
(35,48,43)
#1A201D
(26,32,29)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6BB09B

#6BB09B
(107,176,155)
#78B7A4
(120,183,164)
#85BEAD
(133,190,173)
#92C5B6
(146,197,182)
#9FCCBF
(159,204,191)
#ACD3C8
(172,211,200)
#B9DAD1
(185,218,209)
#C6E1DA
(198,225,218)
#D3E8E3
(211,232,227)
#E0EFEC
(224,239,236)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB09B color. Also use rgb(107,176,155) instead hex code.

Text Font Color

.myTextColor { color: #6BB09B; }

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

This text font color is #6BB09B.


Background Color

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

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

This div background color is #6BB09B.


Border color

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

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

This div border color is #6BB09B.


Opacity

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

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

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

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

This text has shadow with #6BB09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB09B on black background.


Color preview on white background

This text has color #6BB09B on white background.



Black color preview on #6BB09B background

This text has black color on #6BB09B background.


White color preview on #6BB09B background

This text has white color on #6BB09B background.