COLOR #6F899C

HEX: #6F899C
RGB: (111,137,156)

Color info

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

RGB color model

#6F899C color RGB value is (111,137,156).

  • red value is 111;
  • green value is 137;
  • blue value is 156.
RGB:
(111,137,156)
(44%,54%,61%)

RGB channels and saturation

R 111 of 255 = 44%
G 137 of 255 = 54%
B 156 of 255 = 61%

111
137
156

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

Portions of RGB colors in percentages

R + G + B =
111 + 137 + 156 = 404 (100%)
R 111 of 404 ~ 27.48%
G 137 of 404 ~ 33.91%
B 156 of 404 ~ 38.61%

%27.48
%33.91
%38.61

CMYK color model

#6F899C color CMYK value is (29,12,0,39).

  • cyan value is 28.85%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(29,12,0,39)
C29M12Y0K39 
(29%,12%,0%,39%)
(0.29/0.12/0.00/0.39)	

CMYK percentages

%28.85
%12.18
%0
%38.82

Codes

Color #6F899C in popluar color models

6F899C
RGB111137156
HSL205°18.52%52.35%
HSB/HSV205°28.85%61.18%
CMYK28.85%12.18%0.00%
38.82%

Color #6F899C in popluar number systems.

HEX6F899C
Decimal111137156
Binary11011111000100110011100
Octal157211234

Shades and tints

Shades of #6F899C

#6F899C
(111,137,156)
#657D8E
(101,125,142)
#5B7180
(91,113,128)
#516572
(81,101,114)
#475964
(71,89,100)
#3D4D56
(61,77,86)
#334148
(51,65,72)
#29353A
(41,53,58)
#1F292C
(31,41,44)
#151D1E
(21,29,30)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #6F899C

#6F899C
(111,137,156)
#7C93A5
(124,147,165)
#899DAE
(137,157,174)
#96A7B7
(150,167,183)
#A3B1C0
(163,177,192)
#B0BBC9
(176,187,201)
#BDC5D2
(189,197,210)
#CACFDB
(202,207,219)
#D7D9E4
(215,217,228)
#E4E3ED
(228,227,237)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F899C color. Also use rgb(111,137,156) instead hex code.

Text Font Color

.myTextColor { color: #6F899C; }

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

This text font color is #6F899C.


Background Color

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

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

This div background color is #6F899C.


Border color

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

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

This div border color is #6F899C.


Opacity

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

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

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

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

This text has shadow with #6F899C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F899C on black background.


Color preview on white background

This text has color #6F899C on white background.



Black color preview on #6F899C background

This text has black color on #6F899C background.


White color preview on #6F899C background

This text has white color on #6F899C background.