COLOR #6F9893

HEX: #6F9893
RGB: (111,152,147)

Color info

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

RGB color model

#6F9893 color RGB value is (111,152,147).

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

RGB channels and saturation

R 111 of 255 = 44%
G 152 of 255 = 60%
B 147 of 255 = 58%

111
152
147

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

Portions of RGB colors in percentages

R + G + B =
111 + 152 + 147 = 410 (100%)
R 111 of 410 ~ 27.07%
G 152 of 410 ~ 37.07%
B 147 of 410 ~ 35.85%

%27.07
%37.07
%35.85

CMYK color model

#6F9893 color CMYK value is (27,0,3,40).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 40.39%
CMYK:
(27,0,3,40)
C27M0Y3K40 
(27%,0%,3%,40%)
(0.27/0.00/0.03/0.40)	

CMYK percentages

%26.97
%0
%3.29
%40.39

Codes

Color #6F9893 in popluar color models

6F9893
RGB111152147
HSL173°16.60%51.57%
HSB/HSV173°26.97%59.61%
CMYK26.97%0.00%3.29%
40.39%

Color #6F9893 in popluar number systems.

HEX6F9893
Decimal111152147
Binary11011111001100010010011
Octal157230223

Shades and tints

Shades of #6F9893

#6F9893
(111,152,147)
#658B86
(101,139,134)
#5B7E79
(91,126,121)
#51716C
(81,113,108)
#47645F
(71,100,95)
#3D5752
(61,87,82)
#334A45
(51,74,69)
#293D38
(41,61,56)
#1F302B
(31,48,43)
#15231E
(21,35,30)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #6F9893

#6F9893
(111,152,147)
#7CA19C
(124,161,156)
#89AAA5
(137,170,165)
#96B3AE
(150,179,174)
#A3BCB7
(163,188,183)
#B0C5C0
(176,197,192)
#BDCEC9
(189,206,201)
#CAD7D2
(202,215,210)
#D7E0DB
(215,224,219)
#E4E9E4
(228,233,228)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9893; }

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

This text font color is #6F9893.


Background Color

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

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

This div background color is #6F9893.


Border color

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

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

This div border color is #6F9893.


Opacity

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

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

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

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

This text has shadow with #6F9893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9893 on black background.


Color preview on white background

This text has color #6F9893 on white background.



Black color preview on #6F9893 background

This text has black color on #6F9893 background.


White color preview on #6F9893 background

This text has white color on #6F9893 background.