COLOR #6BA29D

HEX: #6BA29D
RGB: (107,162,157)

Color info

#6BA29D contains red, green and blue colors in about the same proportion. Web safe color of #6BA29D is #669999 (or #699).

RGB color model

#6BA29D color RGB value is (107,162,157).

  • red value is 107;
  • green value is 162;
  • blue value is 157.
RGB:
(107,162,157)
(42%,64%,62%)

RGB channels and saturation

R 107 of 255 = 42%
G 162 of 255 = 64%
B 157 of 255 = 62%

107
162
157

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

Portions of RGB colors in percentages

R + G + B =
107 + 162 + 157 = 426 (100%)
R 107 of 426 ~ 25.12%
G 162 of 426 ~ 38.03%
B 157 of 426 ~ 36.85%

%25.12
%38.03
%36.85

CMYK color model

#6BA29D color CMYK value is (34,0,3,36).

  • cyan value is 33.95%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 36.47%
CMYK:
(34,0,3,36)
C34M0Y3K36 
(34%,0%,3%,36%)
(0.34/0.00/0.03/0.36)	

CMYK percentages

%33.95
%0
%3.09
%36.47

Codes

Color #6BA29D in popluar color models

6BA29D
RGB107162157
HSL175°22.82%52.75%
HSB/HSV175°33.95%63.53%
CMYK33.95%0.00%3.09%
36.47%

Color #6BA29D in popluar number systems.

HEX6BA29D
Decimal107162157
Binary11010111010001010011101
Octal153242235

Shades and tints

Shades of #6BA29D

#6BA29D
(107,162,157)
#62948F
(98,148,143)
#598681
(89,134,129)
#507873
(80,120,115)
#476A65
(71,106,101)
#3E5C57
(62,92,87)
#354E49
(53,78,73)
#2C403B
(44,64,59)
#23322D
(35,50,45)
#1A241F
(26,36,31)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #6BA29D

#6BA29D
(107,162,157)
#78AAA5
(120,170,165)
#85B2AD
(133,178,173)
#92BAB5
(146,186,181)
#9FC2BD
(159,194,189)
#ACCAC5
(172,202,197)
#B9D2CD
(185,210,205)
#C6DAD5
(198,218,213)
#D3E2DD
(211,226,221)
#E0EAE5
(224,234,229)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA29D color. Also use rgb(107,162,157) instead hex code.

Text Font Color

.myTextColor { color: #6BA29D; }

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

This text font color is #6BA29D.


Background Color

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

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

This div background color is #6BA29D.


Border color

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

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

This div border color is #6BA29D.


Opacity

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

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

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

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

This text has shadow with #6BA29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA29D on black background.


Color preview on white background

This text has color #6BA29D on white background.



Black color preview on #6BA29D background

This text has black color on #6BA29D background.


White color preview on #6BA29D background

This text has white color on #6BA29D background.