COLOR #6BB195

HEX: #6BB195
RGB: (107,177,149)

Color info

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

RGB color model

#6BB195 color RGB value is (107,177,149).

  • red value is 107;
  • green value is 177;
  • blue value is 149.
RGB:
(107,177,149)
(42%,69%,58%)

RGB channels and saturation

R 107 of 255 = 42%
G 177 of 255 = 69%
B 149 of 255 = 58%

107
177
149

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

Portions of RGB colors in percentages

R + G + B =
107 + 177 + 149 = 433 (100%)
R 107 of 433 ~ 24.71%
G 177 of 433 ~ 40.88%
B 149 of 433 ~ 34.41%

%24.71
%40.88
%34.41

CMYK color model

#6BB195 color CMYK value is (40,0,16,31).

  • cyan value is 39.55%
  • magenta value is 0.00%
  • yellow value is 15.82%
  • key color value is 30.59%
CMYK:
(40,0,16,31)
C40M0Y16K31 
(40%,0%,16%,31%)
(0.40/0.00/0.16/0.31)	

CMYK percentages

%39.55
%0
%15.82
%30.59

Codes

Color #6BB195 in popluar color models

6BB195
RGB107177149
HSL156°30.97%55.69%
HSB/HSV156°39.55%69.41%
CMYK39.55%0.00%15.82%
30.59%

Color #6BB195 in popluar number systems.

HEX6BB195
Decimal107177149
Binary11010111011000110010101
Octal153261225

Shades and tints

Shades of #6BB195

#6BB195
(107,177,149)
#62A188
(98,161,136)
#59917B
(89,145,123)
#50816E
(80,129,110)
#477161
(71,113,97)
#3E6154
(62,97,84)
#355147
(53,81,71)
#2C413A
(44,65,58)
#23312D
(35,49,45)
#1A2120
(26,33,32)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #6BB195

#6BB195
(107,177,149)
#78B89E
(120,184,158)
#85BFA7
(133,191,167)
#92C6B0
(146,198,176)
#9FCDB9
(159,205,185)
#ACD4C2
(172,212,194)
#B9DBCB
(185,219,203)
#C6E2D4
(198,226,212)
#D3E9DD
(211,233,221)
#E0F0E6
(224,240,230)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB195 color. Also use rgb(107,177,149) instead hex code.

Text Font Color

.myTextColor { color: #6BB195; }

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

This text font color is #6BB195.


Background Color

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

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

This div background color is #6BB195.


Border color

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

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

This div border color is #6BB195.


Opacity

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

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

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

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

This text has shadow with #6BB195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB195 on black background.


Color preview on white background

This text has color #6BB195 on white background.



Black color preview on #6BB195 background

This text has black color on #6BB195 background.


White color preview on #6BB195 background

This text has white color on #6BB195 background.