COLOR #6BA89E

HEX: #6BA89E
RGB: (107,168,158)

Color info

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

RGB color model

#6BA89E color RGB value is (107,168,158).

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

RGB channels and saturation

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

107
168
158

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

Portions of RGB colors in percentages

R + G + B =
107 + 168 + 158 = 433 (100%)
R 107 of 433 ~ 24.71%
G 168 of 433 ~ 38.8%
B 158 of 433 ~ 36.49%

%24.71
%38.8
%36.49

CMYK color model

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

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 34.12%
CMYK:
(36,0,6,34)
C36M0Y6K34 
(36%,0%,6%,34%)
(0.36/0.00/0.06/0.34)	

CMYK percentages

%36.31
%0
%5.95
%34.12

Codes

Color #6BA89E in popluar color models

6BA89E
RGB107168158
HSL170°25.96%53.92%
HSB/HSV170°36.31%65.88%
CMYK36.31%0.00%5.95%
34.12%

Color #6BA89E in popluar number systems.

HEX6BA89E
Decimal107168158
Binary11010111010100010011110
Octal153250236

Shades and tints

Shades of #6BA89E

#6BA89E
(107,168,158)
#629990
(98,153,144)
#598A82
(89,138,130)
#507B74
(80,123,116)
#476C66
(71,108,102)
#3E5D58
(62,93,88)
#354E4A
(53,78,74)
#2C3F3C
(44,63,60)
#23302E
(35,48,46)
#1A2120
(26,33,32)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #6BA89E

#6BA89E
(107,168,158)
#78AFA6
(120,175,166)
#85B6AE
(133,182,174)
#92BDB6
(146,189,182)
#9FC4BE
(159,196,190)
#ACCBC6
(172,203,198)
#B9D2CE
(185,210,206)
#C6D9D6
(198,217,214)
#D3E0DE
(211,224,222)
#E0E7E6
(224,231,230)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA89E; }

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

This text font color is #6BA89E.


Background Color

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

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

This div background color is #6BA89E.


Border color

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

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

This div border color is #6BA89E.


Opacity

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

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

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

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

This text has shadow with #6BA89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA89E on black background.


Color preview on white background

This text has color #6BA89E on white background.



Black color preview on #6BA89E background

This text has black color on #6BA89E background.


White color preview on #6BA89E background

This text has white color on #6BA89E background.