COLOR #6BAF8A

HEX: #6BAF8A
RGB: (107,175,138)

Color info

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

RGB color model

#6BAF8A color RGB value is (107,175,138).

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

RGB channels and saturation

R 107 of 255 = 42%
G 175 of 255 = 69%
B 138 of 255 = 54%

107
175
138

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

Portions of RGB colors in percentages

R + G + B =
107 + 175 + 138 = 420 (100%)
R 107 of 420 ~ 25.48%
G 175 of 420 ~ 41.67%
B 138 of 420 ~ 32.86%

%25.48
%41.67
%32.86

CMYK color model

#6BAF8A color CMYK value is (39,0,21,31).

  • cyan value is 38.86%
  • magenta value is 0.00%
  • yellow value is 21.14%
  • key color value is 31.37%
CMYK:
(39,0,21,31)
C39M0Y21K31 
(39%,0%,21%,31%)
(0.39/0.00/0.21/0.31)	

CMYK percentages

%38.86
%0
%21.14
%31.37

Codes

Color #6BAF8A in popluar color models

6BAF8A
RGB107175138
HSL147°29.82%55.29%
HSB/HSV147°38.86%68.63%
CMYK38.86%0.00%21.14%
31.37%

Color #6BAF8A in popluar number systems.

HEX6BAF8A
Decimal107175138
Binary11010111010111110001010
Octal153257212

Shades and tints

Shades of #6BAF8A

#6BAF8A
(107,175,138)
#62A07E
(98,160,126)
#599172
(89,145,114)
#508266
(80,130,102)
#47735A
(71,115,90)
#3E644E
(62,100,78)
#355542
(53,85,66)
#2C4636
(44,70,54)
#23372A
(35,55,42)
#1A281E
(26,40,30)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #6BAF8A

#6BAF8A
(107,175,138)
#78B694
(120,182,148)
#85BD9E
(133,189,158)
#92C4A8
(146,196,168)
#9FCBB2
(159,203,178)
#ACD2BC
(172,210,188)
#B9D9C6
(185,217,198)
#C6E0D0
(198,224,208)
#D3E7DA
(211,231,218)
#E0EEE4
(224,238,228)
#EDF5EE
(237,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BAF8A; }

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

This text font color is #6BAF8A.


Background Color

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

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

This div background color is #6BAF8A.


Border color

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

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

This div border color is #6BAF8A.


Opacity

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

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

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

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

This text has shadow with #6BAF8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAF8A on black background.


Color preview on white background

This text has color #6BAF8A on white background.



Black color preview on #6BAF8A background

This text has black color on #6BAF8A background.


White color preview on #6BAF8A background

This text has white color on #6BAF8A background.