COLOR #6F9490

HEX: #6F9490
RGB: (111,148,144)

Color info

#6F9490 contains red, green and blue colors in about the same proportion. Web safe color of #6F9490 is #669999 (or #699).

RGB color model

#6F9490 color RGB value is (111,148,144).

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

RGB channels and saturation

R 111 of 255 = 44%
G 148 of 255 = 58%
B 144 of 255 = 56%

111
148
144

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

Portions of RGB colors in percentages

R + G + B =
111 + 148 + 144 = 403 (100%)
R 111 of 403 ~ 27.54%
G 148 of 403 ~ 36.72%
B 144 of 403 ~ 35.73%

%27.54
%36.72
%35.73

CMYK color model

#6F9490 color CMYK value is (25,0,3,42).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 41.96%
CMYK:
(25,0,3,42)
C25M0Y3K42 
(25%,0%,3%,42%)
(0.25/0.00/0.03/0.42)	

CMYK percentages

%25
%0
%2.7
%41.96

Codes

Color #6F9490 in popluar color models

6F9490
RGB111148144
HSL174°14.74%50.78%
HSB/HSV174°25.00%58.04%
CMYK25.00%0.00%2.70%
41.96%

Color #6F9490 in popluar number systems.

HEX6F9490
Decimal111148144
Binary11011111001010010010000
Octal157224220

Shades and tints

Shades of #6F9490

#6F9490
(111,148,144)
#658783
(101,135,131)
#5B7A76
(91,122,118)
#516D69
(81,109,105)
#47605C
(71,96,92)
#3D534F
(61,83,79)
#334642
(51,70,66)
#293935
(41,57,53)
#1F2C28
(31,44,40)
#151F1B
(21,31,27)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #6F9490

#6F9490
(111,148,144)
#7C9D9A
(124,157,154)
#89A6A4
(137,166,164)
#96AFAE
(150,175,174)
#A3B8B8
(163,184,184)
#B0C1C2
(176,193,194)
#BDCACC
(189,202,204)
#CAD3D6
(202,211,214)
#D7DCE0
(215,220,224)
#E4E5EA
(228,229,234)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9490; }

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

This text font color is #6F9490.


Background Color

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

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

This div background color is #6F9490.


Border color

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

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

This div border color is #6F9490.


Opacity

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

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

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

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

This text has shadow with #6F9490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9490 on black background.


Color preview on white background

This text has color #6F9490 on white background.



Black color preview on #6F9490 background

This text has black color on #6F9490 background.


White color preview on #6F9490 background

This text has white color on #6F9490 background.