COLOR #6BB593

HEX: #6BB593 RGB: (107,181,147)

Color info

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

RGB color model

#6BB593 color RGB value is (107,181,147).

RGB: (107,181,147) (42%, 71%, 58%)

RGB channels and saturation

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

107
181
147

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

Portions of RGB colors in percentages

R + G + B = 107 + 181 + 147 = 435 (100%)
R 107 of 435 ~ 24.6%
G 181 of 435 ~ 41.61%
B 147 of 435 ~ 33.79'%

%24.6
%41.61
%33.79

CMYK color model

#6BB593 color CMYK value is (41,0,19,29).

  • cyan value is 40.88%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 29.02%

CMYK: (41,0,19,29)
C41M0Y19K29 (41%, 0%, 19%, 29%)
(0.41 / 0.00 / 0.19 / 0.29)

CMYK percentages

%40.88
%0
%18.78
%29.02

Codes

Color #6BB593 in popluar color models

6B B5 93
RGB 107 181 147
HSL 152° 33.33% 56.47%
HSB/HSV 152° 40.88% 70.98%
CMYK 40.88% 0.00% 18.78%
29.02%

Color #6BB593 in popluar number systems.

HEX 6B B5 93
Decimal 107 181 147
Binary 1101011 10110101 10010011
Octal 153 265 223

Shades and tints

Shades of #6BB593

#6BB593
(107,181,147)
#62A586
(98,165,134)
#599579
(89,149,121)
#50856C
(80,133,108)
#47755F
(71,117,95)
#3E6552
(62,101,82)
#355545
(53,85,69)
#2C4538
(44,69,56)
#23352B
(35,53,43)
#1A251E
(26,37,30)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #6BB593

#6BB593
(107,181,147)
#78BB9C
(120,187,156)
#85C1A5
(133,193,165)
#92C7AE
(146,199,174)
#9FCDB7
(159,205,183)
#ACD3C0
(172,211,192)
#B9D9C9
(185,217,201)
#C6DFD2
(198,223,210)
#D3E5DB
(211,229,219)
#E0EBE4
(224,235,228)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB593; }

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

This text font color is #6BB593.

Background Color

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

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

This div background color is #6BB593.

Border color

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

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

This div border color is #6BB593.

Opacity

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

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

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

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

This text has shadow with #6BB593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BB593.

Preview

Color preview on black background

This text has color #6BB593 on black background.


Color preview on white background

This text has color #6BB593 on white background.


Black color preview on #6BB593 background

This text has black color on #6BB593 background.


White color preview on #6BB593 background

This text has white color on #6BB593 background.


Related colors

Complementary color

Complementary color for #hex is #944A6C.


I love getcolorcode.com

Triadic colors

1 #936BB5 and #B5936B with #6BB593 are triadic colors.

2 #93B56B and #B56B93 with #6BB593 are triadic colors.