COLOR #6BC883

HEX: #6BC883 RGB: (107,200,131)

Color info

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

RGB color model

#6BC883 color RGB value is (107,200,131).

RGB: (107,200,131) (42%, 78%, 51%)

RGB channels and saturation

R 107 of 255 = 42%
G 200 of 255 = 78%
B 131 of 255 = 51%

107
200
131

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

Portions of RGB colors in percentages

R + G + B = 107 + 200 + 131 = 438 (100%)
R 107 of 438 ~ 24.43%
G 200 of 438 ~ 45.66%
B 131 of 438 ~ 29.91'%

%24.43
%45.66
%29.91

CMYK color model

#6BC883 color CMYK value is (47,0,35,22).

  • cyan value is 46.50%
  • magenta value is 0.00%
  • yellow value is 34.50%
  • key color value is 21.57%

CMYK: (47,0,35,22)
C47M0Y35K22 (47%, 0%, 35%, 22%)
(0.47 / 0.00 / 0.35 / 0.22)

CMYK percentages

%46.5
%0
%34.5
%21.57

Codes

Color #6BC883 in popluar color models

6B C8 83
RGB 107 200 131
HSL 135° 45.81% 60.20%
HSB/HSV 135° 46.50% 78.43%
CMYK 46.50% 0.00% 34.50%
21.57%

Color #6BC883 in popluar number systems.

HEX 6B C8 83
Decimal 107 200 131
Binary 1101011 11001000 10000011
Octal 153 310 203

Shades and tints

Shades of #6BC883

#6BC883
(107,200,131)
#62B678
(98,182,120)
#59A46D
(89,164,109)
#509262
(80,146,98)
#478057
(71,128,87)
#3E6E4C
(62,110,76)
#355C41
(53,92,65)
#2C4A36
(44,74,54)
#23382B
(35,56,43)
#1A2620
(26,38,32)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #6BC883

#6BC883
(107,200,131)
#78CD8E
(120,205,142)
#85D299
(133,210,153)
#92D7A4
(146,215,164)
#9FDCAF
(159,220,175)
#ACE1BA
(172,225,186)
#B9E6C5
(185,230,197)
#C6EBD0
(198,235,208)
#D3F0DB
(211,240,219)
#E0F5E6
(224,245,230)
#EDFAF1
(237,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC883 color. Also use rgb(107,200,131) instead hex code.

Text Font Color

.myTextColor { color: #6BC883; }

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

This text font color is #6BC883.

Background Color

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

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

This div background color is #6BC883.

Border color

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

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

This div border color is #6BC883.

Opacity

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

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

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

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

This text has shadow with #6BC883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BC883.

Preview

Color preview on black background

This text has color #6BC883 on black background.


Color preview on white background

This text has color #6BC883 on white background.


Black color preview on #6BC883 background

This text has black color on #6BC883 background.


White color preview on #6BC883 background

This text has white color on #6BC883 background.


Related colors

Complementary color

Complementary color for #hex is #94377C.


I love getcolorcode.com

Triadic colors

1 #836BC8 and #C8836B with #6BC883 are triadic colors.

2 #83C86B and #C86B83 with #6BC883 are triadic colors.