COLOR #6F8487

HEX: #6F8487
RGB: (111,132,135)

Color info

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

RGB color model

#6F8487 color RGB value is (111,132,135).

  • red value is 111;
  • green value is 132;
  • blue value is 135.
RGB:
(111,132,135)
(44%,52%,53%)

RGB channels and saturation

R 111 of 255 = 44%
G 132 of 255 = 52%
B 135 of 255 = 53%

111
132
135

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

Portions of RGB colors in percentages

R + G + B =
111 + 132 + 135 = 378 (100%)
R 111 of 378 ~ 29.37%
G 132 of 378 ~ 34.92%
B 135 of 378 ~ 35.71%

%29.37
%34.92
%35.71

CMYK color model

#6F8487 color CMYK value is (18,2,0,47).

  • cyan value is 17.78%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(18,2,0,47)
C18M2Y0K47 
(18%,2%,0%,47%)
(0.18/0.02/0.00/0.47)	

CMYK percentages

%17.78
%2.22
%0
%47.06

Codes

Color #6F8487 in popluar color models

6F8487
RGB111132135
HSL188°9.76%48.24%
HSB/HSV188°17.78%52.94%
CMYK17.78%2.22%0.00%
47.06%

Color #6F8487 in popluar number systems.

HEX6F8487
Decimal111132135
Binary11011111000010010000111
Octal157204207

Shades and tints

Shades of #6F8487

#6F8487
(111,132,135)
#65787B
(101,120,123)
#5B6C6F
(91,108,111)
#516063
(81,96,99)
#475457
(71,84,87)
#3D484B
(61,72,75)
#333C3F
(51,60,63)
#293033
(41,48,51)
#1F2427
(31,36,39)
#15181B
(21,24,27)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #6F8487

#6F8487
(111,132,135)
#7C8F91
(124,143,145)
#899A9B
(137,154,155)
#96A5A5
(150,165,165)
#A3B0AF
(163,176,175)
#B0BBB9
(176,187,185)
#BDC6C3
(189,198,195)
#CAD1CD
(202,209,205)
#D7DCD7
(215,220,215)
#E4E7E1
(228,231,225)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8487 color. Also use rgb(111,132,135) instead hex code.

Text Font Color

.myTextColor { color: #6F8487; }

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

This text font color is #6F8487.


Background Color

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

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

This div background color is #6F8487.


Border color

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

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

This div border color is #6F8487.


Opacity

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

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

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

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

This text has shadow with #6F8487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8487 on black background.


Color preview on white background

This text has color #6F8487 on white background.



Black color preview on #6F8487 background

This text has black color on #6F8487 background.


White color preview on #6F8487 background

This text has white color on #6F8487 background.