COLOR #6F9491

HEX: #6F9491
RGB: (111,148,145)

Color info

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

RGB color model

#6F9491 color RGB value is (111,148,145).

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

RGB channels and saturation

R 111 of 255 = 44%
G 148 of 255 = 58%
B 145 of 255 = 57%

111
148
145

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

Portions of RGB colors in percentages

R + G + B =
111 + 148 + 145 = 404 (100%)
R 111 of 404 ~ 27.48%
G 148 of 404 ~ 36.63%
B 145 of 404 ~ 35.89%

%27.48
%36.63
%35.89

CMYK color model

#6F9491 color CMYK value is (25,0,2,42).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 2.03%
  • key color value is 41.96%
CMYK:
(25,0,2,42)
C25M0Y2K42 
(25%,0%,2%,42%)
(0.25/0.00/0.02/0.42)	

CMYK percentages

%25
%0
%2.03
%41.96

Codes

Color #6F9491 in popluar color models

6F9491
RGB111148145
HSL175°14.74%50.78%
HSB/HSV175°25.00%58.04%
CMYK25.00%0.00%2.03%
41.96%

Color #6F9491 in popluar number systems.

HEX6F9491
Decimal111148145
Binary11011111001010010010001
Octal157224221

Shades and tints

Shades of #6F9491

#6F9491
(111,148,145)
#658784
(101,135,132)
#5B7A77
(91,122,119)
#516D6A
(81,109,106)
#47605D
(71,96,93)
#3D5350
(61,83,80)
#334643
(51,70,67)
#293936
(41,57,54)
#1F2C29
(31,44,41)
#151F1C
(21,31,28)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #6F9491

#6F9491
(111,148,145)
#7C9D9B
(124,157,155)
#89A6A5
(137,166,165)
#96AFAF
(150,175,175)
#A3B8B9
(163,184,185)
#B0C1C3
(176,193,195)
#BDCACD
(189,202,205)
#CAD3D7
(202,211,215)
#D7DCE1
(215,220,225)
#E4E5EB
(228,229,235)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9491; }

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

This text font color is #6F9491.


Background Color

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

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

This div background color is #6F9491.


Border color

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

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

This div border color is #6F9491.


Opacity

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

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

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

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

This text has shadow with #6F9491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9491 on black background.


Color preview on white background

This text has color #6F9491 on white background.



Black color preview on #6F9491 background

This text has black color on #6F9491 background.


White color preview on #6F9491 background

This text has white color on #6F9491 background.