COLOR #6FD890

HEX: #6FD890 RGB: (111,216,144)

Color info

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

RGB color model

#6FD890 color RGB value is (111,216,144).

RGB: (111,216,144) (44%, 85%, 56%)

RGB channels and saturation

R 111 of 255 = 44%
G 216 of 255 = 85%
B 144 of 255 = 56%

111
216
144

R + G + B ~ 62%. #6FD890 is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 216 + 144 = 471 (100%)
R 111 of 471 ~ 23.57%
G 216 of 471 ~ 45.86%
B 144 of 471 ~ 30.57'%

%23.57
%45.86
%30.57

CMYK color model

#6FD890 color CMYK value is (49,0,33,15).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 15.29%

CMYK: (49,0,33,15)
C49M0Y33K15 (49%, 0%, 33%, 15%)
(0.49 / 0.00 / 0.33 / 0.15)

CMYK percentages

%48.61
%0
%33.33
%15.29

Codes

Color #6FD890 in popluar color models

6F D8 90
RGB 111 216 144
HSL 139° 57.38% 64.12%
HSB/HSV 139° 48.61% 84.71%
CMYK 48.61% 0.00% 33.33%
15.29%

Color #6FD890 in popluar number systems.

HEX 6F D8 90
Decimal 111 216 144
Binary 1101111 11011000 10010000
Octal 157 330 220

Shades and tints

Shades of #6FD890

#6FD890
(111,216,144)
#65C583
(101,197,131)
#5BB276
(91,178,118)
#519F69
(81,159,105)
#478C5C
(71,140,92)
#3D794F
(61,121,79)
#336642
(51,102,66)
#295335
(41,83,53)
#1F4028
(31,64,40)
#152D1B
(21,45,27)
#0B1A0E
(11,26,14)
#000000
(0,0,0)

Tints of #6FD890

#6FD890
(111,216,144)
#7CDB9A
(124,219,154)
#89DEA4
(137,222,164)
#96E1AE
(150,225,174)
#A3E4B8
(163,228,184)
#B0E7C2
(176,231,194)
#BDEACC
(189,234,204)
#CAEDD6
(202,237,214)
#D7F0E0
(215,240,224)
#E4F3EA
(228,243,234)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD890 color. Also use rgb(111,216,144) instead hex code.

Text Font Color

.myTextColor { color: #6FD890; }

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

This text font color is #6FD890.

Background Color

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

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

This div background color is #6FD890.

Border color

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

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

This div border color is #6FD890.

Opacity

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

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

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

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

This text has shadow with #6FD890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FD890.

Preview

Color preview on black background

This text has color #6FD890 on black background.


Color preview on white background

This text has color #6FD890 on white background.


Black color preview on #6FD890 background

This text has black color on #6FD890 background.


White color preview on #6FD890 background

This text has white color on #6FD890 background.


Related colors

Complementary color

Complementary color for #hex is #90276F.


I love getcolorcode.com

Triadic colors

1 #906FD8 and #D8906F with #6FD890 are triadic colors.

2 #90D86F and #D86F90 with #6FD890 are triadic colors.