COLOR #6FA393

HEX: #6FA393
RGB: (111,163,147)

Color info

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

RGB color model

#6FA393 color RGB value is (111,163,147).

  • red value is 111;
  • green value is 163;
  • blue value is 147.
RGB:
(111,163,147)
(44%,64%,58%)

RGB channels and saturation

R 111 of 255 = 44%
G 163 of 255 = 64%
B 147 of 255 = 58%

111
163
147

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

Portions of RGB colors in percentages

R + G + B =
111 + 163 + 147 = 421 (100%)
R 111 of 421 ~ 26.37%
G 163 of 421 ~ 38.72%
B 147 of 421 ~ 34.92%

%26.37
%38.72
%34.92

CMYK color model

#6FA393 color CMYK value is (32,0,10,36).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 36.08%
CMYK:
(32,0,10,36)
C32M0Y10K36 
(32%,0%,10%,36%)
(0.32/0.00/0.10/0.36)	

CMYK percentages

%31.9
%0
%9.82
%36.08

Codes

Color #6FA393 in popluar color models

6FA393
RGB111163147
HSL162°22.03%53.73%
HSB/HSV162°31.90%63.92%
CMYK31.90%0.00%9.82%
36.08%

Color #6FA393 in popluar number systems.

HEX6FA393
Decimal111163147
Binary11011111010001110010011
Octal157243223

Shades and tints

Shades of #6FA393

#6FA393
(111,163,147)
#659586
(101,149,134)
#5B8779
(91,135,121)
#51796C
(81,121,108)
#476B5F
(71,107,95)
#3D5D52
(61,93,82)
#334F45
(51,79,69)
#294138
(41,65,56)
#1F332B
(31,51,43)
#15251E
(21,37,30)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #6FA393

#6FA393
(111,163,147)
#7CAB9C
(124,171,156)
#89B3A5
(137,179,165)
#96BBAE
(150,187,174)
#A3C3B7
(163,195,183)
#B0CBC0
(176,203,192)
#BDD3C9
(189,211,201)
#CADBD2
(202,219,210)
#D7E3DB
(215,227,219)
#E4EBE4
(228,235,228)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA393 color. Also use rgb(111,163,147) instead hex code.

Text Font Color

.myTextColor { color: #6FA393; }

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

This text font color is #6FA393.


Background Color

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

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

This div background color is #6FA393.


Border color

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

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

This div border color is #6FA393.


Opacity

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

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

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

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

This text has shadow with #6FA393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA393 on black background.


Color preview on white background

This text has color #6FA393 on white background.



Black color preview on #6FA393 background

This text has black color on #6FA393 background.


White color preview on #6FA393 background

This text has white color on #6FA393 background.