COLOR #6BB3A2

HEX: #6BB3A2
RGB: (107,179,162)

Color info

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

RGB color model

#6BB3A2 color RGB value is (107,179,162).

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

RGB channels and saturation

R 107 of 255 = 42%
G 179 of 255 = 70%
B 162 of 255 = 64%

107
179
162

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

Portions of RGB colors in percentages

R + G + B =
107 + 179 + 162 = 448 (100%)
R 107 of 448 ~ 23.88%
G 179 of 448 ~ 39.96%
B 162 of 448 ~ 36.16%

%23.88
%39.96
%36.16

CMYK color model

#6BB3A2 color CMYK value is (40,0,9,30).

  • cyan value is 40.22%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 29.80%
CMYK:
(40,0,9,30)
C40M0Y9K30 
(40%,0%,9%,30%)
(0.40/0.00/0.09/0.30)	

CMYK percentages

%40.22
%0
%9.5
%29.8

Codes

Color #6BB3A2 in popluar color models

6BB3A2
RGB107179162
HSL166°32.14%56.08%
HSB/HSV166°40.22%70.20%
CMYK40.22%0.00%9.50%
29.80%

Color #6BB3A2 in popluar number systems.

HEX6BB3A2
Decimal107179162
Binary11010111011001110100010
Octal153263242

Shades and tints

Shades of #6BB3A2

#6BB3A2
(107,179,162)
#62A394
(98,163,148)
#599386
(89,147,134)
#508378
(80,131,120)
#47736A
(71,115,106)
#3E635C
(62,99,92)
#35534E
(53,83,78)
#2C4340
(44,67,64)
#233332
(35,51,50)
#1A2324
(26,35,36)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #6BB3A2

#6BB3A2
(107,179,162)
#78B9AA
(120,185,170)
#85BFB2
(133,191,178)
#92C5BA
(146,197,186)
#9FCBC2
(159,203,194)
#ACD1CA
(172,209,202)
#B9D7D2
(185,215,210)
#C6DDDA
(198,221,218)
#D3E3E2
(211,227,226)
#E0E9EA
(224,233,234)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB3A2; }

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

This text font color is #6BB3A2.


Background Color

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

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

This div background color is #6BB3A2.


Border color

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

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

This div border color is #6BB3A2.


Opacity

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

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

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

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

This text has shadow with #6BB3A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB3A2 on black background.


Color preview on white background

This text has color #6BB3A2 on white background.



Black color preview on #6BB3A2 background

This text has black color on #6BB3A2 background.


White color preview on #6BB3A2 background

This text has white color on #6BB3A2 background.