COLOR #6BA79B

HEX: #6BA79B
RGB: (107,167,155)

Color info

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

RGB color model

#6BA79B color RGB value is (107,167,155).

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

RGB channels and saturation

R 107 of 255 = 42%
G 167 of 255 = 65%
B 155 of 255 = 61%

107
167
155

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

Portions of RGB colors in percentages

R + G + B =
107 + 167 + 155 = 429 (100%)
R 107 of 429 ~ 24.94%
G 167 of 429 ~ 38.93%
B 155 of 429 ~ 36.13%

%24.94
%38.93
%36.13

CMYK color model

#6BA79B color CMYK value is (36,0,7,35).

  • cyan value is 35.93%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 34.51%
CMYK:
(36,0,7,35)
C36M0Y7K35 
(36%,0%,7%,35%)
(0.36/0.00/0.07/0.35)	

CMYK percentages

%35.93
%0
%7.19
%34.51

Codes

Color #6BA79B in popluar color models

6BA79B
RGB107167155
HSL168°25.42%53.73%
HSB/HSV168°35.93%65.49%
CMYK35.93%0.00%7.19%
34.51%

Color #6BA79B in popluar number systems.

HEX6BA79B
Decimal107167155
Binary11010111010011110011011
Octal153247233

Shades and tints

Shades of #6BA79B

#6BA79B
(107,167,155)
#62988D
(98,152,141)
#59897F
(89,137,127)
#507A71
(80,122,113)
#476B63
(71,107,99)
#3E5C55
(62,92,85)
#354D47
(53,77,71)
#2C3E39
(44,62,57)
#232F2B
(35,47,43)
#1A201D
(26,32,29)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6BA79B

#6BA79B
(107,167,155)
#78AFA4
(120,175,164)
#85B7AD
(133,183,173)
#92BFB6
(146,191,182)
#9FC7BF
(159,199,191)
#ACCFC8
(172,207,200)
#B9D7D1
(185,215,209)
#C6DFDA
(198,223,218)
#D3E7E3
(211,231,227)
#E0EFEC
(224,239,236)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA79B; }

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

This text font color is #6BA79B.


Background Color

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

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

This div background color is #6BA79B.


Border color

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

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

This div border color is #6BA79B.


Opacity

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

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

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

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

This text has shadow with #6BA79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA79B on black background.


Color preview on white background

This text has color #6BA79B on white background.



Black color preview on #6BA79B background

This text has black color on #6BA79B background.


White color preview on #6BA79B background

This text has white color on #6BA79B background.