COLOR #6FA892

HEX: #6FA892
RGB: (111,168,146)

Color info

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

RGB color model

#6FA892 color RGB value is (111,168,146).

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

RGB channels and saturation

R 111 of 255 = 44%
G 168 of 255 = 66%
B 146 of 255 = 57%

111
168
146

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

Portions of RGB colors in percentages

R + G + B =
111 + 168 + 146 = 425 (100%)
R 111 of 425 ~ 26.12%
G 168 of 425 ~ 39.53%
B 146 of 425 ~ 34.35%

%26.12
%39.53
%34.35

CMYK color model

#6FA892 color CMYK value is (34,0,13,34).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 34.12%
CMYK:
(34,0,13,34)
C34M0Y13K34 
(34%,0%,13%,34%)
(0.34/0.00/0.13/0.34)	

CMYK percentages

%33.93
%0
%13.1
%34.12

Codes

Color #6FA892 in popluar color models

6FA892
RGB111168146
HSL157°24.68%54.71%
HSB/HSV157°33.93%65.88%
CMYK33.93%0.00%13.10%
34.12%

Color #6FA892 in popluar number systems.

HEX6FA892
Decimal111168146
Binary11011111010100010010010
Octal157250222

Shades and tints

Shades of #6FA892

#6FA892
(111,168,146)
#659985
(101,153,133)
#5B8A78
(91,138,120)
#517B6B
(81,123,107)
#476C5E
(71,108,94)
#3D5D51
(61,93,81)
#334E44
(51,78,68)
#293F37
(41,63,55)
#1F302A
(31,48,42)
#15211D
(21,33,29)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #6FA892

#6FA892
(111,168,146)
#7CAF9B
(124,175,155)
#89B6A4
(137,182,164)
#96BDAD
(150,189,173)
#A3C4B6
(163,196,182)
#B0CBBF
(176,203,191)
#BDD2C8
(189,210,200)
#CAD9D1
(202,217,209)
#D7E0DA
(215,224,218)
#E4E7E3
(228,231,227)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA892; }

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

This text font color is #6FA892.


Background Color

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

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

This div background color is #6FA892.


Border color

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

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

This div border color is #6FA892.


Opacity

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

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

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

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

This text has shadow with #6FA892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA892 on black background.


Color preview on white background

This text has color #6FA892 on white background.



Black color preview on #6FA892 background

This text has black color on #6FA892 background.


White color preview on #6FA892 background

This text has white color on #6FA892 background.