COLOR #6F8584

HEX: #6F8584
RGB: (111,133,132)

Color info

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

RGB color model

#6F8584 color RGB value is (111,133,132).

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

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 132 of 255 = 52%

111
133
132

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

Portions of RGB colors in percentages

R + G + B =
111 + 133 + 132 = 376 (100%)
R 111 of 376 ~ 29.52%
G 133 of 376 ~ 35.37%
B 132 of 376 ~ 35.11%

%29.52
%35.37
%35.11

CMYK color model

#6F8584 color CMYK value is (17,0,1,48).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(17,0,1,48)
C17M0Y1K48 
(17%,0%,1%,48%)
(0.17/0.00/0.01/0.48)	

CMYK percentages

%16.54
%0
%0.75
%47.84

Codes

Color #6F8584 in popluar color models

6F8584
RGB111133132
HSL177°9.02%47.84%
HSB/HSV177°16.54%52.16%
CMYK16.54%0.00%0.75%
47.84%

Color #6F8584 in popluar number systems.

HEX6F8584
Decimal111133132
Binary11011111000010110000100
Octal157205204

Shades and tints

Shades of #6F8584

#6F8584
(111,133,132)
#657978
(101,121,120)
#5B6D6C
(91,109,108)
#516160
(81,97,96)
#475554
(71,85,84)
#3D4948
(61,73,72)
#333D3C
(51,61,60)
#293130
(41,49,48)
#1F2524
(31,37,36)
#151918
(21,25,24)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #6F8584

#6F8584
(111,133,132)
#7C908F
(124,144,143)
#899B9A
(137,155,154)
#96A6A5
(150,166,165)
#A3B1B0
(163,177,176)
#B0BCBB
(176,188,187)
#BDC7C6
(189,199,198)
#CAD2D1
(202,210,209)
#D7DDDC
(215,221,220)
#E4E8E7
(228,232,231)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8584; }

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

This text font color is #6F8584.


Background Color

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

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

This div background color is #6F8584.


Border color

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

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

This div border color is #6F8584.


Opacity

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

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

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

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

This text has shadow with #6F8584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8584 on black background.


Color preview on white background

This text has color #6F8584 on white background.



Black color preview on #6F8584 background

This text has black color on #6F8584 background.


White color preview on #6F8584 background

This text has white color on #6F8584 background.