COLOR #6BA9B4

HEX: #6BA9B4 RGB: (107,169,180)

Color info

#6BA9B4 contains mainly green and blue colors. Web safe color of #6BA9B4 is #6699CC (or #69C).

RGB color model

#6BA9B4 color RGB value is (107,169,180).

RGB: (107,169,180) (42%, 66%, 71%)

RGB channels and saturation

R 107 of 255 = 42%
G 169 of 255 = 66%
B 180 of 255 = 71%

107
169
180

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

Portions of RGB colors in percentages

R + G + B = 107 + 169 + 180 = 456 (100%)
R 107 of 456 ~ 23.46%
G 169 of 456 ~ 37.06%
B 180 of 456 ~ 39.47'%

%23.46
%37.06
%39.47

CMYK color model

#6BA9B4 color CMYK value is (41,6,0,29).

  • cyan value is 40.56%
  • magenta value is 6.11%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (41,6,0,29)
C41M6Y0K29 (41%, 6%, 0%, 29%)
(0.41 / 0.06 / 0.00 / 0.29)

CMYK percentages

%40.56
%6.11
%0
%29.41

Codes

Color #6BA9B4 in popluar color models

6B A9 B4
RGB 107 169 180
HSL 189° 32.74% 56.27%
HSB/HSV 189° 40.56% 70.59%
CMYK 40.56% 6.11% 0.00%
29.41%

Color #6BA9B4 in popluar number systems.

HEX 6B A9 B4
Decimal 107 169 180
Binary 1101011 10101001 10110100
Octal 153 251 264

Shades and tints

Shades of #6BA9B4

#6BA9B4
(107,169,180)
#629AA4
(98,154,164)
#598B94
(89,139,148)
#507C84
(80,124,132)
#476D74
(71,109,116)
#3E5E64
(62,94,100)
#354F54
(53,79,84)
#2C4044
(44,64,68)
#233134
(35,49,52)
#1A2224
(26,34,36)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #6BA9B4

#6BA9B4
(107,169,180)
#78B0BA
(120,176,186)
#85B7C0
(133,183,192)
#92BEC6
(146,190,198)
#9FC5CC
(159,197,204)
#ACCCD2
(172,204,210)
#B9D3D8
(185,211,216)
#C6DADE
(198,218,222)
#D3E1E4
(211,225,228)
#E0E8EA
(224,232,234)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA9B4; }

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

This text font color is #6BA9B4.

Background Color

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

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

This div background color is #6BA9B4.

Border color

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

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

This div border color is #6BA9B4.

Opacity

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

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

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

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

This text has shadow with #6BA9B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA9B4.

Preview

Color preview on black background

This text has color #6BA9B4 on black background.


Color preview on white background

This text has color #6BA9B4 on white background.


Black color preview on #6BA9B4 background

This text has black color on #6BA9B4 background.


White color preview on #6BA9B4 background

This text has white color on #6BA9B4 background.


Related colors

Complementary color

Complementary color for #hex is #94564B.


I love getcolorcode.com

Triadic colors

1 #B46BA9 and #A9B46B with #6BA9B4 are triadic colors.

2 #B4A96B and #A96BB4 with #6BA9B4 are triadic colors.