COLOR #6FB095

HEX: #6FB095
RGB: (111,176,149)

Color info

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

RGB color model

#6FB095 color RGB value is (111,176,149).

  • red value is 111;
  • green value is 176;
  • blue value is 149.
RGB:
(111,176,149)
(44%,69%,58%)

RGB channels and saturation

R 111 of 255 = 44%
G 176 of 255 = 69%
B 149 of 255 = 58%

111
176
149

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

Portions of RGB colors in percentages

R + G + B =
111 + 176 + 149 = 436 (100%)
R 111 of 436 ~ 25.46%
G 176 of 436 ~ 40.37%
B 149 of 436 ~ 34.17%

%25.46
%40.37
%34.17

CMYK color model

#6FB095 color CMYK value is (37,0,15,31).

  • cyan value is 36.93%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 30.98%
CMYK:
(37,0,15,31)
C37M0Y15K31 
(37%,0%,15%,31%)
(0.37/0.00/0.15/0.31)	

CMYK percentages

%36.93
%0
%15.34
%30.98

Codes

Color #6FB095 in popluar color models

6FB095
RGB111176149
HSL155°29.15%56.27%
HSB/HSV155°36.93%69.02%
CMYK36.93%0.00%15.34%
30.98%

Color #6FB095 in popluar number systems.

HEX6FB095
Decimal111176149
Binary11011111011000010010101
Octal157260225

Shades and tints

Shades of #6FB095

#6FB095
(111,176,149)
#65A088
(101,160,136)
#5B907B
(91,144,123)
#51806E
(81,128,110)
#477061
(71,112,97)
#3D6054
(61,96,84)
#335047
(51,80,71)
#29403A
(41,64,58)
#1F302D
(31,48,45)
#152020
(21,32,32)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #6FB095

#6FB095
(111,176,149)
#7CB79E
(124,183,158)
#89BEA7
(137,190,167)
#96C5B0
(150,197,176)
#A3CCB9
(163,204,185)
#B0D3C2
(176,211,194)
#BDDACB
(189,218,203)
#CAE1D4
(202,225,212)
#D7E8DD
(215,232,221)
#E4EFE6
(228,239,230)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB095 color. Also use rgb(111,176,149) instead hex code.

Text Font Color

.myTextColor { color: #6FB095; }

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

This text font color is #6FB095.


Background Color

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

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

This div background color is #6FB095.


Border color

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

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

This div border color is #6FB095.


Opacity

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

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

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

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

This text has shadow with #6FB095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB095 on black background.


Color preview on white background

This text has color #6FB095 on white background.



Black color preview on #6FB095 background

This text has black color on #6FB095 background.


White color preview on #6FB095 background

This text has white color on #6FB095 background.