COLOR #6BAAB3

HEX: #6BAAB3 RGB: (107,170,179)

Color info

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

RGB color model

#6BAAB3 color RGB value is (107,170,179).

RGB: (107,170,179) (42%, 67%, 70%)

RGB channels and saturation

R 107 of 255 = 42%
G 170 of 255 = 67%
B 179 of 255 = 70%

107
170
179

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

Portions of RGB colors in percentages

R + G + B = 107 + 170 + 179 = 456 (100%)
R 107 of 456 ~ 23.46%
G 170 of 456 ~ 37.28%
B 179 of 456 ~ 39.25'%

%23.46
%37.28
%39.25

CMYK color model

#6BAAB3 color CMYK value is (40,5,0,30).

  • cyan value is 40.22%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (40,5,0,30)
C40M5Y0K30 (40%, 5%, 0%, 30%)
(0.40 / 0.05 / 0.00 / 0.30)

CMYK percentages

%40.22
%5.03
%0
%29.8

Codes

Color #6BAAB3 in popluar color models

6B AA B3
RGB 107 170 179
HSL 188° 32.14% 56.08%
HSB/HSV 188° 40.22% 70.20%
CMYK 40.22% 5.03% 0.00%
29.80%

Color #6BAAB3 in popluar number systems.

HEX 6B AA B3
Decimal 107 170 179
Binary 1101011 10101010 10110011
Octal 153 252 263

Shades and tints

Shades of #6BAAB3

#6BAAB3
(107,170,179)
#629BA3
(98,155,163)
#598C93
(89,140,147)
#507D83
(80,125,131)
#476E73
(71,110,115)
#3E5F63
(62,95,99)
#355053
(53,80,83)
#2C4143
(44,65,67)
#233233
(35,50,51)
#1A2323
(26,35,35)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #6BAAB3

#6BAAB3
(107,170,179)
#78B1B9
(120,177,185)
#85B8BF
(133,184,191)
#92BFC5
(146,191,197)
#9FC6CB
(159,198,203)
#ACCDD1
(172,205,209)
#B9D4D7
(185,212,215)
#C6DBDD
(198,219,221)
#D3E2E3
(211,226,227)
#E0E9E9
(224,233,233)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAAB3 color. Also use rgb(107,170,179) instead hex code.

Text Font Color

.myTextColor { color: #6BAAB3; }

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

This text font color is #6BAAB3.

Background Color

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

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

This div background color is #6BAAB3.

Border color

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

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

This div border color is #6BAAB3.

Opacity

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

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

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

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

This text has shadow with #6BAAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BAAB3.

Preview

Color preview on black background

This text has color #6BAAB3 on black background.


Color preview on white background

This text has color #6BAAB3 on white background.


Black color preview on #6BAAB3 background

This text has black color on #6BAAB3 background.


White color preview on #6BAAB3 background

This text has white color on #6BAAB3 background.


Related colors

Complementary color

Complementary color for #hex is #94554C.


I love getcolorcode.com

Triadic colors

1 #B36BAA and #AAB36B with #6BAAB3 are triadic colors.

2 #B3AA6B and #AA6BB3 with #6BAAB3 are triadic colors.