COLOR #6BA99E

HEX: #6BA99E
RGB: (107,169,158)

Color info

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

RGB color model

#6BA99E color RGB value is (107,169,158).

  • red value is 107;
  • green value is 169;
  • blue value is 158.
RGB:
(107,169,158)
(42%,66%,62%)

RGB channels and saturation

R 107 of 255 = 42%
G 169 of 255 = 66%
B 158 of 255 = 62%

107
169
158

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

Portions of RGB colors in percentages

R + G + B =
107 + 169 + 158 = 434 (100%)
R 107 of 434 ~ 24.65%
G 169 of 434 ~ 38.94%
B 158 of 434 ~ 36.41%

%24.65
%38.94
%36.41

CMYK color model

#6BA99E color CMYK value is (37,0,7,34).

  • cyan value is 36.69%
  • magenta value is 0.00%
  • yellow value is 6.51%
  • key color value is 33.73%
CMYK:
(37,0,7,34)
C37M0Y7K34 
(37%,0%,7%,34%)
(0.37/0.00/0.07/0.34)	

CMYK percentages

%36.69
%0
%6.51
%33.73

Codes

Color #6BA99E in popluar color models

6BA99E
RGB107169158
HSL169°26.50%54.12%
HSB/HSV169°36.69%66.27%
CMYK36.69%0.00%6.51%
33.73%

Color #6BA99E in popluar number systems.

HEX6BA99E
Decimal107169158
Binary11010111010100110011110
Octal153251236

Shades and tints

Shades of #6BA99E

#6BA99E
(107,169,158)
#629A90
(98,154,144)
#598B82
(89,139,130)
#507C74
(80,124,116)
#476D66
(71,109,102)
#3E5E58
(62,94,88)
#354F4A
(53,79,74)
#2C403C
(44,64,60)
#23312E
(35,49,46)
#1A2220
(26,34,32)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #6BA99E

#6BA99E
(107,169,158)
#78B0A6
(120,176,166)
#85B7AE
(133,183,174)
#92BEB6
(146,190,182)
#9FC5BE
(159,197,190)
#ACCCC6
(172,204,198)
#B9D3CE
(185,211,206)
#C6DAD6
(198,218,214)
#D3E1DE
(211,225,222)
#E0E8E6
(224,232,230)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA99E color. Also use rgb(107,169,158) instead hex code.

Text Font Color

.myTextColor { color: #6BA99E; }

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

This text font color is #6BA99E.


Background Color

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

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

This div background color is #6BA99E.


Border color

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

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

This div border color is #6BA99E.


Opacity

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

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

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

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

This text has shadow with #6BA99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA99E on black background.


Color preview on white background

This text has color #6BA99E on white background.



Black color preview on #6BA99E background

This text has black color on #6BA99E background.


White color preview on #6BA99E background

This text has white color on #6BA99E background.