COLOR #6BA7A5

HEX: #6BA7A5 RGB: (107,167,165)

Color info

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

RGB color model

#6BA7A5 color RGB value is (107,167,165).

RGB: (107,167,165) (42%, 65%, 65%)

RGB channels and saturation

R 107 of 255 = 42%
G 167 of 255 = 65%
B 165 of 255 = 65%

107
167
165

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

Portions of RGB colors in percentages

R + G + B = 107 + 167 + 165 = 439 (100%)
R 107 of 439 ~ 24.37%
G 167 of 439 ~ 38.04%
B 165 of 439 ~ 37.59'%

%24.37
%38.04
%37.59

CMYK color model

#6BA7A5 color CMYK value is (36,0,1,35).

  • cyan value is 35.93%
  • magenta value is 0.00%
  • yellow value is 1.20%
  • key color value is 34.51%

CMYK: (36,0,1,35)
C36M0Y1K35 (36%, 0%, 1%, 35%)
(0.36 / 0.00 / 0.01 / 0.35)

CMYK percentages

%35.93
%0
%1.2
%34.51

Codes

Color #6BA7A5 in popluar color models

6B A7 A5
RGB 107 167 165
HSL 178° 25.42% 53.73%
HSB/HSV 178° 35.93% 65.49%
CMYK 35.93% 0.00% 1.20%
34.51%

Color #6BA7A5 in popluar number systems.

HEX 6B A7 A5
Decimal 107 167 165
Binary 1101011 10100111 10100101
Octal 153 247 245

Shades and tints

Shades of #6BA7A5

#6BA7A5
(107,167,165)
#629896
(98,152,150)
#598987
(89,137,135)
#507A78
(80,122,120)
#476B69
(71,107,105)
#3E5C5A
(62,92,90)
#354D4B
(53,77,75)
#2C3E3C
(44,62,60)
#232F2D
(35,47,45)
#1A201E
(26,32,30)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6BA7A5

#6BA7A5
(107,167,165)
#78AFAD
(120,175,173)
#85B7B5
(133,183,181)
#92BFBD
(146,191,189)
#9FC7C5
(159,199,197)
#ACCFCD
(172,207,205)
#B9D7D5
(185,215,213)
#C6DFDD
(198,223,221)
#D3E7E5
(211,231,229)
#E0EFED
(224,239,237)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA7A5; }

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

This text font color is #6BA7A5.

Background Color

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

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

This div background color is #6BA7A5.

Border color

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

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

This div border color is #6BA7A5.

Opacity

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

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

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

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

This text has shadow with #6BA7A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA7A5.

Preview

Color preview on black background

This text has color #6BA7A5 on black background.


Color preview on white background

This text has color #6BA7A5 on white background.


Black color preview on #6BA7A5 background

This text has black color on #6BA7A5 background.


White color preview on #6BA7A5 background

This text has white color on #6BA7A5 background.


Related colors

Complementary color

Complementary color for #hex is #94585A.


I love getcolorcode.com

Triadic colors

1 #A56BA7 and #A7A56B with #6BA7A5 are triadic colors.

2 #A5A76B and #A76BA5 with #6BA7A5 are triadic colors.