COLOR #6FB8AF

HEX: #6FB8AF RGB: (111,184,175)

Color info

#6FB8AF contains mainly green and blue colors. Web safe color of #6FB8AF is #66CC99 (or #6C9).

RGB color model

#6FB8AF color RGB value is (111,184,175).

RGB: (111,184,175) (44%, 72%, 69%)

RGB channels and saturation

R 111 of 255 = 44%
G 184 of 255 = 72%
B 175 of 255 = 69%

111
184
175

R + G + B ~ 62%. #6FB8AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 184 + 175 = 470 (100%)
R 111 of 470 ~ 23.62%
G 184 of 470 ~ 39.15%
B 175 of 470 ~ 37.23'%

%23.62
%39.15
%37.23

CMYK color model

#6FB8AF color CMYK value is (40,0,5,28).

  • cyan value is 39.67%
  • magenta value is 0.00%
  • yellow value is 4.89%
  • key color value is 27.84%

CMYK: (40,0,5,28)
C40M0Y5K28 (40%, 0%, 5%, 28%)
(0.40 / 0.00 / 0.05 / 0.28)

CMYK percentages

%39.67
%0
%4.89
%27.84

Codes

Color #6FB8AF in popluar color models

6F B8 AF
RGB 111 184 175
HSL 173° 33.95% 57.84%
HSB/HSV 173° 39.67% 72.16%
CMYK 39.67% 0.00% 4.89%
27.84%

Color #6FB8AF in popluar number systems.

HEX 6F B8 AF
Decimal 111 184 175
Binary 1101111 10111000 10101111
Octal 157 270 257

Shades and tints

Shades of #6FB8AF

#6FB8AF
(111,184,175)
#65A8A0
(101,168,160)
#5B9891
(91,152,145)
#518882
(81,136,130)
#477873
(71,120,115)
#3D6864
(61,104,100)
#335855
(51,88,85)
#294846
(41,72,70)
#1F3837
(31,56,55)
#152828
(21,40,40)
#0B1819
(11,24,25)
#000000
(0,0,0)

Tints of #6FB8AF

#6FB8AF
(111,184,175)
#7CBEB6
(124,190,182)
#89C4BD
(137,196,189)
#96CAC4
(150,202,196)
#A3D0CB
(163,208,203)
#B0D6D2
(176,214,210)
#BDDCD9
(189,220,217)
#CAE2E0
(202,226,224)
#D7E8E7
(215,232,231)
#E4EEEE
(228,238,238)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB8AF color. Also use rgb(111,184,175) instead hex code.

Text Font Color

.myTextColor { color: #6FB8AF; }

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

This text font color is #6FB8AF.

Background Color

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

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

This div background color is #6FB8AF.

Border color

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

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

This div border color is #6FB8AF.

Opacity

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

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

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

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

This text has shadow with #6FB8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB8AF.

Preview

Color preview on black background

This text has color #6FB8AF on black background.


Color preview on white background

This text has color #6FB8AF on white background.


Black color preview on #6FB8AF background

This text has black color on #6FB8AF background.


White color preview on #6FB8AF background

This text has white color on #6FB8AF background.


Related colors

Complementary color

Complementary color for #hex is #904750.


I love getcolorcode.com

Triadic colors

1 #AF6FB8 and #B8AF6F with #6FB8AF are triadic colors.

2 #AFB86F and #B86FAF with #6FB8AF are triadic colors.