COLOR #6F9399

HEX: #6F9399
RGB: (111,147,153)

Color info

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

RGB color model

#6F9399 color RGB value is (111,147,153).

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

RGB channels and saturation

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

111
147
153

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

Portions of RGB colors in percentages

R + G + B =
111 + 147 + 153 = 411 (100%)
R 111 of 411 ~ 27.01%
G 147 of 411 ~ 35.77%
B 153 of 411 ~ 37.23%

%27.01
%35.77
%37.23

CMYK color model

#6F9399 color CMYK value is (27,4,0,40).

  • cyan value is 27.45%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(27,4,0,40)
C27M4Y0K40 
(27%,4%,0%,40%)
(0.27/0.04/0.00/0.40)	

CMYK percentages

%27.45
%3.92
%0
%40

Codes

Color #6F9399 in popluar color models

6F9399
RGB111147153
HSL189°17.07%51.76%
HSB/HSV189°27.45%60.00%
CMYK27.45%3.92%0.00%
40.00%

Color #6F9399 in popluar number systems.

HEX6F9399
Decimal111147153
Binary11011111001001110011001
Octal157223231

Shades and tints

Shades of #6F9399

#6F9399
(111,147,153)
#65868C
(101,134,140)
#5B797F
(91,121,127)
#516C72
(81,108,114)
#475F65
(71,95,101)
#3D5258
(61,82,88)
#33454B
(51,69,75)
#29383E
(41,56,62)
#1F2B31
(31,43,49)
#151E24
(21,30,36)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #6F9399

#6F9399
(111,147,153)
#7C9CA2
(124,156,162)
#89A5AB
(137,165,171)
#96AEB4
(150,174,180)
#A3B7BD
(163,183,189)
#B0C0C6
(176,192,198)
#BDC9CF
(189,201,207)
#CAD2D8
(202,210,216)
#D7DBE1
(215,219,225)
#E4E4EA
(228,228,234)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9399; }

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

This text font color is #6F9399.


Background Color

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

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

This div background color is #6F9399.


Border color

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

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

This div border color is #6F9399.


Opacity

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

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

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

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

This text has shadow with #6F9399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9399 on black background.


Color preview on white background

This text has color #6F9399 on white background.



Black color preview on #6F9399 background

This text has black color on #6F9399 background.


White color preview on #6F9399 background

This text has white color on #6F9399 background.