COLOR #6BC09A

HEX: #6BC09A
RGB: (107,192,154)

Color info

#6BC09A contains mainly green and blue colors. Web safe color of #6BC09A is #66CC99 (or #6C9).

RGB color model

#6BC09A color RGB value is (107,192,154).

  • red value is 107;
  • green value is 192;
  • blue value is 154.
RGB:
(107,192,154)
(42%,75%,60%)

RGB channels and saturation

R 107 of 255 = 42%
G 192 of 255 = 75%
B 154 of 255 = 60%

107
192
154

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

Portions of RGB colors in percentages

R + G + B =
107 + 192 + 154 = 453 (100%)
R 107 of 453 ~ 23.62%
G 192 of 453 ~ 42.38%
B 154 of 453 ~ 34%

%23.62
%42.38
%34

CMYK color model

#6BC09A color CMYK value is (44,0,20,25).

  • cyan value is 44.27%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 24.71%
CMYK:
(44,0,20,25)
C44M0Y20K25 
(44%,0%,20%,25%)
(0.44/0.00/0.20/0.25)	

CMYK percentages

%44.27
%0
%19.79
%24.71

Codes

Color #6BC09A in popluar color models

6BC09A
RGB107192154
HSL153°40.28%58.63%
HSB/HSV153°44.27%75.29%
CMYK44.27%0.00%19.79%
24.71%

Color #6BC09A in popluar number systems.

HEX6BC09A
Decimal107192154
Binary11010111100000010011010
Octal153300232

Shades and tints

Shades of #6BC09A

#6BC09A
(107,192,154)
#62AF8C
(98,175,140)
#599E7E
(89,158,126)
#508D70
(80,141,112)
#477C62
(71,124,98)
#3E6B54
(62,107,84)
#355A46
(53,90,70)
#2C4938
(44,73,56)
#23382A
(35,56,42)
#1A271C
(26,39,28)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #6BC09A

#6BC09A
(107,192,154)
#78C5A3
(120,197,163)
#85CAAC
(133,202,172)
#92CFB5
(146,207,181)
#9FD4BE
(159,212,190)
#ACD9C7
(172,217,199)
#B9DED0
(185,222,208)
#C6E3D9
(198,227,217)
#D3E8E2
(211,232,226)
#E0EDEB
(224,237,235)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC09A color. Also use rgb(107,192,154) instead hex code.

Text Font Color

.myTextColor { color: #6BC09A; }

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

This text font color is #6BC09A.


Background Color

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

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

This div background color is #6BC09A.


Border color

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

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

This div border color is #6BC09A.


Opacity

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

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

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

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

This text has shadow with #6BC09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC09A on black background.


Color preview on white background

This text has color #6BC09A on white background.



Black color preview on #6BC09A background

This text has black color on #6BC09A background.


White color preview on #6BC09A background

This text has white color on #6BC09A background.