COLOR #6BD595

HEX: #6BD595
RGB: (107,213,149)

Color info

#6BD595 contains mainly green color. Web safe color of #6BD595 is #66CC99 (or #6C9).

RGB color model

#6BD595 color RGB value is (107,213,149).

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

RGB channels and saturation

R 107 of 255 = 42%
G 213 of 255 = 84%
B 149 of 255 = 58%

107
213
149

R + G + B ~ 61%. #6BD595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 213 + 149 = 469 (100%)
R 107 of 469 ~ 22.81%
G 213 of 469 ~ 45.42%
B 149 of 469 ~ 31.77%

%22.81
%45.42
%31.77

CMYK color model

#6BD595 color CMYK value is (50,0,30,16).

  • cyan value is 49.77%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 16.47%
CMYK:
(50,0,30,16)
C50M0Y30K16 
(50%,0%,30%,16%)
(0.50/0.00/0.30/0.16)	

CMYK percentages

%49.77
%0
%30.05
%16.47

Codes

Color #6BD595 in popluar color models

6BD595
RGB107213149
HSL144°55.79%62.75%
HSB/HSV144°49.77%83.53%
CMYK49.77%0.00%30.05%
16.47%

Color #6BD595 in popluar number systems.

HEX6BD595
Decimal107213149
Binary11010111101010110010101
Octal153325225

Shades and tints

Shades of #6BD595

#6BD595
(107,213,149)
#62C288
(98,194,136)
#59AF7B
(89,175,123)
#509C6E
(80,156,110)
#478961
(71,137,97)
#3E7654
(62,118,84)
#356347
(53,99,71)
#2C503A
(44,80,58)
#233D2D
(35,61,45)
#1A2A20
(26,42,32)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #6BD595

#6BD595
(107,213,149)
#78D89E
(120,216,158)
#85DBA7
(133,219,167)
#92DEB0
(146,222,176)
#9FE1B9
(159,225,185)
#ACE4C2
(172,228,194)
#B9E7CB
(185,231,203)
#C6EAD4
(198,234,212)
#D3EDDD
(211,237,221)
#E0F0E6
(224,240,230)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BD595; }

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

This text font color is #6BD595.


Background Color

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

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

This div background color is #6BD595.


Border color

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

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

This div border color is #6BD595.


Opacity

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

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

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

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

This text has shadow with #6BD595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD595 on black background.


Color preview on white background

This text has color #6BD595 on white background.



Black color preview on #6BD595 background

This text has black color on #6BD595 background.


White color preview on #6BD595 background

This text has white color on #6BD595 background.