COLOR #6F9493

HEX: #6F9493
RGB: (111,148,147)

Color info

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

RGB color model

#6F9493 color RGB value is (111,148,147).

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

RGB channels and saturation

R 111 of 255 = 44%
G 148 of 255 = 58%
B 147 of 255 = 58%

111
148
147

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

Portions of RGB colors in percentages

R + G + B =
111 + 148 + 147 = 406 (100%)
R 111 of 406 ~ 27.34%
G 148 of 406 ~ 36.45%
B 147 of 406 ~ 36.21%

%27.34
%36.45
%36.21

CMYK color model

#6F9493 color CMYK value is (25,0,1,42).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 41.96%
CMYK:
(25,0,1,42)
C25M0Y1K42 
(25%,0%,1%,42%)
(0.25/0.00/0.01/0.42)	

CMYK percentages

%25
%0
%0.68
%41.96

Codes

Color #6F9493 in popluar color models

6F9493
RGB111148147
HSL178°14.74%50.78%
HSB/HSV178°25.00%58.04%
CMYK25.00%0.00%0.68%
41.96%

Color #6F9493 in popluar number systems.

HEX6F9493
Decimal111148147
Binary11011111001010010010011
Octal157224223

Shades and tints

Shades of #6F9493

#6F9493
(111,148,147)
#658786
(101,135,134)
#5B7A79
(91,122,121)
#516D6C
(81,109,108)
#47605F
(71,96,95)
#3D5352
(61,83,82)
#334645
(51,70,69)
#293938
(41,57,56)
#1F2C2B
(31,44,43)
#151F1E
(21,31,30)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #6F9493

#6F9493
(111,148,147)
#7C9D9C
(124,157,156)
#89A6A5
(137,166,165)
#96AFAE
(150,175,174)
#A3B8B7
(163,184,183)
#B0C1C0
(176,193,192)
#BDCAC9
(189,202,201)
#CAD3D2
(202,211,210)
#D7DCDB
(215,220,219)
#E4E5E4
(228,229,228)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9493; }

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

This text font color is #6F9493.


Background Color

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

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

This div background color is #6F9493.


Border color

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

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

This div border color is #6F9493.


Opacity

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

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

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

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

This text has shadow with #6F9493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9493 on black background.


Color preview on white background

This text has color #6F9493 on white background.



Black color preview on #6F9493 background

This text has black color on #6F9493 background.


White color preview on #6F9493 background

This text has white color on #6F9493 background.