COLOR #6BA9A0

HEX: #6BA9A0
RGB: (107,169,160)

Color info

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

RGB color model

#6BA9A0 color RGB value is (107,169,160).

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

RGB channels and saturation

R 107 of 255 = 42%
G 169 of 255 = 66%
B 160 of 255 = 63%

107
169
160

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

Portions of RGB colors in percentages

R + G + B =
107 + 169 + 160 = 436 (100%)
R 107 of 436 ~ 24.54%
G 169 of 436 ~ 38.76%
B 160 of 436 ~ 36.7%

%24.54
%38.76
%36.7

CMYK color model

#6BA9A0 color CMYK value is (37,0,5,34).

  • cyan value is 36.69%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 33.73%
CMYK:
(37,0,5,34)
C37M0Y5K34 
(37%,0%,5%,34%)
(0.37/0.00/0.05/0.34)	

CMYK percentages

%36.69
%0
%5.33
%33.73

Codes

Color #6BA9A0 in popluar color models

6BA9A0
RGB107169160
HSL171°26.50%54.12%
HSB/HSV171°36.69%66.27%
CMYK36.69%0.00%5.33%
33.73%

Color #6BA9A0 in popluar number systems.

HEX6BA9A0
Decimal107169160
Binary11010111010100110100000
Octal153251240

Shades and tints

Shades of #6BA9A0

#6BA9A0
(107,169,160)
#629A92
(98,154,146)
#598B84
(89,139,132)
#507C76
(80,124,118)
#476D68
(71,109,104)
#3E5E5A
(62,94,90)
#354F4C
(53,79,76)
#2C403E
(44,64,62)
#233130
(35,49,48)
#1A2222
(26,34,34)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #6BA9A0

#6BA9A0
(107,169,160)
#78B0A8
(120,176,168)
#85B7B0
(133,183,176)
#92BEB8
(146,190,184)
#9FC5C0
(159,197,192)
#ACCCC8
(172,204,200)
#B9D3D0
(185,211,208)
#C6DAD8
(198,218,216)
#D3E1E0
(211,225,224)
#E0E8E8
(224,232,232)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA9A0; }

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

This text font color is #6BA9A0.


Background Color

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

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

This div background color is #6BA9A0.


Border color

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

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

This div border color is #6BA9A0.


Opacity

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

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

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

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

This text has shadow with #6BA9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA9A0 on black background.


Color preview on white background

This text has color #6BA9A0 on white background.



Black color preview on #6BA9A0 background

This text has black color on #6BA9A0 background.


White color preview on #6BA9A0 background

This text has white color on #6BA9A0 background.