COLOR #6BB595

HEX: #6BB595
RGB: (107,181,149)

Color info

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

RGB color model

#6BB595 color RGB value is (107,181,149).

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

RGB channels and saturation

R 107 of 255 = 42%
G 181 of 255 = 71%
B 149 of 255 = 58%

107
181
149

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

Portions of RGB colors in percentages

R + G + B =
107 + 181 + 149 = 437 (100%)
R 107 of 437 ~ 24.49%
G 181 of 437 ~ 41.42%
B 149 of 437 ~ 34.1%

%24.49
%41.42
%34.1

CMYK color model

#6BB595 color CMYK value is (41,0,18,29).

  • cyan value is 40.88%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 29.02%
CMYK:
(41,0,18,29)
C41M0Y18K29 
(41%,0%,18%,29%)
(0.41/0.00/0.18/0.29)	

CMYK percentages

%40.88
%0
%17.68
%29.02

Codes

Color #6BB595 in popluar color models

6BB595
RGB107181149
HSL154°33.33%56.47%
HSB/HSV154°40.88%70.98%
CMYK40.88%0.00%17.68%
29.02%

Color #6BB595 in popluar number systems.

HEX6BB595
Decimal107181149
Binary11010111011010110010101
Octal153265225

Shades and tints

Shades of #6BB595

#6BB595
(107,181,149)
#62A588
(98,165,136)
#59957B
(89,149,123)
#50856E
(80,133,110)
#477561
(71,117,97)
#3E6554
(62,101,84)
#355547
(53,85,71)
#2C453A
(44,69,58)
#23352D
(35,53,45)
#1A2520
(26,37,32)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #6BB595

#6BB595
(107,181,149)
#78BB9E
(120,187,158)
#85C1A7
(133,193,167)
#92C7B0
(146,199,176)
#9FCDB9
(159,205,185)
#ACD3C2
(172,211,194)
#B9D9CB
(185,217,203)
#C6DFD4
(198,223,212)
#D3E5DD
(211,229,221)
#E0EBE6
(224,235,230)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB595; }

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

This text font color is #6BB595.


Background Color

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

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

This div background color is #6BB595.


Border color

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

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

This div border color is #6BB595.


Opacity

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

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

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

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

This text has shadow with #6BB595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB595 on black background.


Color preview on white background

This text has color #6BB595 on white background.



Black color preview on #6BB595 background

This text has black color on #6BB595 background.


White color preview on #6BB595 background

This text has white color on #6BB595 background.