COLOR #6F9284

HEX: #6F9284
RGB: (111,146,132)

Color info

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

RGB color model

#6F9284 color RGB value is (111,146,132).

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

RGB channels and saturation

R 111 of 255 = 44%
G 146 of 255 = 57%
B 132 of 255 = 52%

111
146
132

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

Portions of RGB colors in percentages

R + G + B =
111 + 146 + 132 = 389 (100%)
R 111 of 389 ~ 28.53%
G 146 of 389 ~ 37.53%
B 132 of 389 ~ 33.93%

%28.53
%37.53
%33.93

CMYK color model

#6F9284 color CMYK value is (24,0,10,43).

  • cyan value is 23.97%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 42.75%
CMYK:
(24,0,10,43)
C24M0Y10K43 
(24%,0%,10%,43%)
(0.24/0.00/0.10/0.43)	

CMYK percentages

%23.97
%0
%9.59
%42.75

Codes

Color #6F9284 in popluar color models

6F9284
RGB111146132
HSL156°13.83%50.39%
HSB/HSV156°23.97%57.25%
CMYK23.97%0.00%9.59%
42.75%

Color #6F9284 in popluar number systems.

HEX6F9284
Decimal111146132
Binary11011111001001010000100
Octal157222204

Shades and tints

Shades of #6F9284

#6F9284
(111,146,132)
#658578
(101,133,120)
#5B786C
(91,120,108)
#516B60
(81,107,96)
#475E54
(71,94,84)
#3D5148
(61,81,72)
#33443C
(51,68,60)
#293730
(41,55,48)
#1F2A24
(31,42,36)
#151D18
(21,29,24)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #6F9284

#6F9284
(111,146,132)
#7C9B8F
(124,155,143)
#89A49A
(137,164,154)
#96ADA5
(150,173,165)
#A3B6B0
(163,182,176)
#B0BFBB
(176,191,187)
#BDC8C6
(189,200,198)
#CAD1D1
(202,209,209)
#D7DADC
(215,218,220)
#E4E3E7
(228,227,231)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9284; }

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

This text font color is #6F9284.


Background Color

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

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

This div background color is #6F9284.


Border color

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

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

This div border color is #6F9284.


Opacity

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

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

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

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

This text has shadow with #6F9284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9284 on black background.


Color preview on white background

This text has color #6F9284 on white background.



Black color preview on #6F9284 background

This text has black color on #6F9284 background.


White color preview on #6F9284 background

This text has white color on #6F9284 background.