COLOR #6BA988

HEX: #6BA988
RGB: (107,169,136)

Color info

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

RGB color model

#6BA988 color RGB value is (107,169,136).

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

RGB channels and saturation

R 107 of 255 = 42%
G 169 of 255 = 66%
B 136 of 255 = 53%

107
169
136

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

Portions of RGB colors in percentages

R + G + B =
107 + 169 + 136 = 412 (100%)
R 107 of 412 ~ 25.97%
G 169 of 412 ~ 41.02%
B 136 of 412 ~ 33.01%

%25.97
%41.02
%33.01

CMYK color model

#6BA988 color CMYK value is (37,0,20,34).

  • cyan value is 36.69%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 33.73%
CMYK:
(37,0,20,34)
C37M0Y20K34 
(37%,0%,20%,34%)
(0.37/0.00/0.20/0.34)	

CMYK percentages

%36.69
%0
%19.53
%33.73

Codes

Color #6BA988 in popluar color models

6BA988
RGB107169136
HSL148°26.50%54.12%
HSB/HSV148°36.69%66.27%
CMYK36.69%0.00%19.53%
33.73%

Color #6BA988 in popluar number systems.

HEX6BA988
Decimal107169136
Binary11010111010100110001000
Octal153251210

Shades and tints

Shades of #6BA988

#6BA988
(107,169,136)
#629A7C
(98,154,124)
#598B70
(89,139,112)
#507C64
(80,124,100)
#476D58
(71,109,88)
#3E5E4C
(62,94,76)
#354F40
(53,79,64)
#2C4034
(44,64,52)
#233128
(35,49,40)
#1A221C
(26,34,28)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #6BA988

#6BA988
(107,169,136)
#78B092
(120,176,146)
#85B79C
(133,183,156)
#92BEA6
(146,190,166)
#9FC5B0
(159,197,176)
#ACCCBA
(172,204,186)
#B9D3C4
(185,211,196)
#C6DACE
(198,218,206)
#D3E1D8
(211,225,216)
#E0E8E2
(224,232,226)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA988; }

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

This text font color is #6BA988.


Background Color

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

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

This div background color is #6BA988.


Border color

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

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

This div border color is #6BA988.


Opacity

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

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

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

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

This text has shadow with #6BA988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA988 on black background.


Color preview on white background

This text has color #6BA988 on white background.



Black color preview on #6BA988 background

This text has black color on #6BA988 background.


White color preview on #6BA988 background

This text has white color on #6BA988 background.