COLOR #6F8089

HEX: #6F8089
RGB: (111,128,137)

Color info

#6F8089 contains red, green and blue colors in about the same proportion. Web safe color of #6F8089 is #666699 (or #669).

RGB color model

#6F8089 color RGB value is (111,128,137).

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

RGB channels and saturation

R 111 of 255 = 44%
G 128 of 255 = 50%
B 137 of 255 = 54%

111
128
137

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

Portions of RGB colors in percentages

R + G + B =
111 + 128 + 137 = 376 (100%)
R 111 of 376 ~ 29.52%
G 128 of 376 ~ 34.04%
B 137 of 376 ~ 36.44%

%29.52
%34.04
%36.44

CMYK color model

#6F8089 color CMYK value is (19,7,0,46).

  • cyan value is 18.98%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(19,7,0,46)
C19M7Y0K46 
(19%,7%,0%,46%)
(0.19/0.07/0.00/0.46)	

CMYK percentages

%18.98
%6.57
%0
%46.27

Codes

Color #6F8089 in popluar color models

6F8089
RGB111128137
HSL201°10.48%48.63%
HSB/HSV201°18.98%53.73%
CMYK18.98%6.57%0.00%
46.27%

Color #6F8089 in popluar number systems.

HEX6F8089
Decimal111128137
Binary11011111000000010001001
Octal157200211

Shades and tints

Shades of #6F8089

#6F8089
(111,128,137)
#65757D
(101,117,125)
#5B6A71
(91,106,113)
#515F65
(81,95,101)
#475459
(71,84,89)
#3D494D
(61,73,77)
#333E41
(51,62,65)
#293335
(41,51,53)
#1F2829
(31,40,41)
#151D1D
(21,29,29)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #6F8089

#6F8089
(111,128,137)
#7C8B93
(124,139,147)
#89969D
(137,150,157)
#96A1A7
(150,161,167)
#A3ACB1
(163,172,177)
#B0B7BB
(176,183,187)
#BDC2C5
(189,194,197)
#CACDCF
(202,205,207)
#D7D8D9
(215,216,217)
#E4E3E3
(228,227,227)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8089; }

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

This text font color is #6F8089.


Background Color

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

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

This div background color is #6F8089.


Border color

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

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

This div border color is #6F8089.


Opacity

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

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

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

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

This text has shadow with #6F8089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8089 on black background.


Color preview on white background

This text has color #6F8089 on white background.



Black color preview on #6F8089 background

This text has black color on #6F8089 background.


White color preview on #6F8089 background

This text has white color on #6F8089 background.