COLOR #6BB3AF

HEX: #6BB3AF
RGB: (107,179,175)

Color info

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

RGB color model

#6BB3AF color RGB value is (107,179,175).

  • red value is 107;
  • green value is 179;
  • blue value is 175.
RGB:
(107,179,175)
(42%,70%,69%)

RGB channels and saturation

R 107 of 255 = 42%
G 179 of 255 = 70%
B 175 of 255 = 69%

107
179
175

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

Portions of RGB colors in percentages

R + G + B =
107 + 179 + 175 = 461 (100%)
R 107 of 461 ~ 23.21%
G 179 of 461 ~ 38.83%
B 175 of 461 ~ 37.96%

%23.21
%38.83
%37.96

CMYK color model

#6BB3AF color CMYK value is (40,0,2,30).

  • cyan value is 40.22%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 29.80%
CMYK:
(40,0,2,30)
C40M0Y2K30 
(40%,0%,2%,30%)
(0.40/0.00/0.02/0.30)	

CMYK percentages

%40.22
%0
%2.23
%29.8

Codes

Color #6BB3AF in popluar color models

6BB3AF
RGB107179175
HSL177°32.14%56.08%
HSB/HSV177°40.22%70.20%
CMYK40.22%0.00%2.23%
29.80%

Color #6BB3AF in popluar number systems.

HEX6BB3AF
Decimal107179175
Binary11010111011001110101111
Octal153263257

Shades and tints

Shades of #6BB3AF

#6BB3AF
(107,179,175)
#62A3A0
(98,163,160)
#599391
(89,147,145)
#508382
(80,131,130)
#477373
(71,115,115)
#3E6364
(62,99,100)
#355355
(53,83,85)
#2C4346
(44,67,70)
#233337
(35,51,55)
#1A2328
(26,35,40)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #6BB3AF

#6BB3AF
(107,179,175)
#78B9B6
(120,185,182)
#85BFBD
(133,191,189)
#92C5C4
(146,197,196)
#9FCBCB
(159,203,203)
#ACD1D2
(172,209,210)
#B9D7D9
(185,215,217)
#C6DDE0
(198,221,224)
#D3E3E7
(211,227,231)
#E0E9EE
(224,233,238)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB3AF; }

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

This text font color is #6BB3AF.


Background Color

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

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

This div background color is #6BB3AF.


Border color

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

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

This div border color is #6BB3AF.


Opacity

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

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

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

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

This text has shadow with #6BB3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB3AF on black background.


Color preview on white background

This text has color #6BB3AF on white background.



Black color preview on #6BB3AF background

This text has black color on #6BB3AF background.


White color preview on #6BB3AF background

This text has white color on #6BB3AF background.