COLOR #6FB2B6

HEX: #6FB2B6
RGB: (111,178,182)

Color info

#6FB2B6 contains mainly green and blue colors. Web safe color of #6FB2B6 is #6699CC (or #69C).

RGB color model

#6FB2B6 color RGB value is (111,178,182).

  • red value is 111;
  • green value is 178;
  • blue value is 182.
RGB:
(111,178,182)
(44%,70%,71%)

RGB channels and saturation

R 111 of 255 = 44%
G 178 of 255 = 70%
B 182 of 255 = 71%

111
178
182

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

Portions of RGB colors in percentages

R + G + B =
111 + 178 + 182 = 471 (100%)
R 111 of 471 ~ 23.57%
G 178 of 471 ~ 37.79%
B 182 of 471 ~ 38.64%

%23.57
%37.79
%38.64

CMYK color model

#6FB2B6 color CMYK value is (39,2,0,29).

  • cyan value is 39.01%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(39,2,0,29)
C39M2Y0K29 
(39%,2%,0%,29%)
(0.39/0.02/0.00/0.29)	

CMYK percentages

%39.01
%2.2
%0
%28.63

Codes

Color #6FB2B6 in popluar color models

6FB2B6
RGB111178182
HSL183°32.72%57.45%
HSB/HSV183°39.01%71.37%
CMYK39.01%2.20%0.00%
28.63%

Color #6FB2B6 in popluar number systems.

HEX6FB2B6
Decimal111178182
Binary11011111011001010110110
Octal157262266

Shades and tints

Shades of #6FB2B6

#6FB2B6
(111,178,182)
#65A2A6
(101,162,166)
#5B9296
(91,146,150)
#518286
(81,130,134)
#477276
(71,114,118)
#3D6266
(61,98,102)
#335256
(51,82,86)
#294246
(41,66,70)
#1F3236
(31,50,54)
#152226
(21,34,38)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #6FB2B6

#6FB2B6
(111,178,182)
#7CB9BC
(124,185,188)
#89C0C2
(137,192,194)
#96C7C8
(150,199,200)
#A3CECE
(163,206,206)
#B0D5D4
(176,213,212)
#BDDCDA
(189,220,218)
#CAE3E0
(202,227,224)
#D7EAE6
(215,234,230)
#E4F1EC
(228,241,236)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB2B6 color. Also use rgb(111,178,182) instead hex code.

Text Font Color

.myTextColor { color: #6FB2B6; }

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

This text font color is #6FB2B6.


Background Color

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

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

This div background color is #6FB2B6.


Border color

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

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

This div border color is #6FB2B6.


Opacity

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

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

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

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

This text has shadow with #6FB2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB2B6 on black background.


Color preview on white background

This text has color #6FB2B6 on white background.



Black color preview on #6FB2B6 background

This text has black color on #6FB2B6 background.


White color preview on #6FB2B6 background

This text has white color on #6FB2B6 background.