COLOR #6F8289

HEX: #6F8289
RGB: (111,130,137)

Color info

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

RGB color model

#6F8289 color RGB value is (111,130,137).

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

RGB channels and saturation

R 111 of 255 = 44%
G 130 of 255 = 51%
B 137 of 255 = 54%

111
130
137

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

Portions of RGB colors in percentages

R + G + B =
111 + 130 + 137 = 378 (100%)
R 111 of 378 ~ 29.37%
G 130 of 378 ~ 34.39%
B 137 of 378 ~ 36.24%

%29.37
%34.39
%36.24

CMYK color model

#6F8289 color CMYK value is (19,5,0,46).

  • cyan value is 18.98%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(19,5,0,46)
C19M5Y0K46 
(19%,5%,0%,46%)
(0.19/0.05/0.00/0.46)	

CMYK percentages

%18.98
%5.11
%0
%46.27

Codes

Color #6F8289 in popluar color models

6F8289
RGB111130137
HSL196°10.48%48.63%
HSB/HSV196°18.98%53.73%
CMYK18.98%5.11%0.00%
46.27%

Color #6F8289 in popluar number systems.

HEX6F8289
Decimal111130137
Binary11011111000001010001001
Octal157202211

Shades and tints

Shades of #6F8289

#6F8289
(111,130,137)
#65777D
(101,119,125)
#5B6C71
(91,108,113)
#516165
(81,97,101)
#475659
(71,86,89)
#3D4B4D
(61,75,77)
#334041
(51,64,65)
#293535
(41,53,53)
#1F2A29
(31,42,41)
#151F1D
(21,31,29)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #6F8289

#6F8289
(111,130,137)
#7C8D93
(124,141,147)
#89989D
(137,152,157)
#96A3A7
(150,163,167)
#A3AEB1
(163,174,177)
#B0B9BB
(176,185,187)
#BDC4C5
(189,196,197)
#CACFCF
(202,207,207)
#D7DAD9
(215,218,217)
#E4E5E3
(228,229,227)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8289; }

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

This text font color is #6F8289.


Background Color

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

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

This div background color is #6F8289.


Border color

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

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

This div border color is #6F8289.


Opacity

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

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

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

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

This text has shadow with #6F8289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8289 on black background.


Color preview on white background

This text has color #6F8289 on white background.



Black color preview on #6F8289 background

This text has black color on #6F8289 background.


White color preview on #6F8289 background

This text has white color on #6F8289 background.