COLOR #6FB490

HEX: #6FB490
RGB: (111,180,144)

Color info

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

RGB color model

#6FB490 color RGB value is (111,180,144).

  • red value is 111;
  • green value is 180;
  • blue value is 144.
RGB:
(111,180,144)
(44%,71%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 180 of 255 = 71%
B 144 of 255 = 56%

111
180
144

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

Portions of RGB colors in percentages

R + G + B =
111 + 180 + 144 = 435 (100%)
R 111 of 435 ~ 25.52%
G 180 of 435 ~ 41.38%
B 144 of 435 ~ 33.1%

%25.52
%41.38
%33.1

CMYK color model

#6FB490 color CMYK value is (38,0,20,29).

  • cyan value is 38.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 29.41%
CMYK:
(38,0,20,29)
C38M0Y20K29 
(38%,0%,20%,29%)
(0.38/0.00/0.20/0.29)	

CMYK percentages

%38.33
%0
%20
%29.41

Codes

Color #6FB490 in popluar color models

6FB490
RGB111180144
HSL149°31.51%57.06%
HSB/HSV149°38.33%70.59%
CMYK38.33%0.00%20.00%
29.41%

Color #6FB490 in popluar number systems.

HEX6FB490
Decimal111180144
Binary11011111011010010010000
Octal157264220

Shades and tints

Shades of #6FB490

#6FB490
(111,180,144)
#65A483
(101,164,131)
#5B9476
(91,148,118)
#518469
(81,132,105)
#47745C
(71,116,92)
#3D644F
(61,100,79)
#335442
(51,84,66)
#294435
(41,68,53)
#1F3428
(31,52,40)
#15241B
(21,36,27)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #6FB490

#6FB490
(111,180,144)
#7CBA9A
(124,186,154)
#89C0A4
(137,192,164)
#96C6AE
(150,198,174)
#A3CCB8
(163,204,184)
#B0D2C2
(176,210,194)
#BDD8CC
(189,216,204)
#CADED6
(202,222,214)
#D7E4E0
(215,228,224)
#E4EAEA
(228,234,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB490; }

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

This text font color is #6FB490.


Background Color

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

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

This div background color is #6FB490.


Border color

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

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

This div border color is #6FB490.


Opacity

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

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

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

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

This text has shadow with #6FB490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB490 on black background.


Color preview on white background

This text has color #6FB490 on white background.



Black color preview on #6FB490 background

This text has black color on #6FB490 background.


White color preview on #6FB490 background

This text has white color on #6FB490 background.