COLOR #6FB1B2

HEX: #6FB1B2 RGB: (111,177,178)

Color info

#6FB1B2 contains mainly green and blue colors. Web safe color of #6FB1B2 is #669999 (or #699).

RGB color model

#6FB1B2 color RGB value is (111,177,178).

RGB: (111,177,178) (44%, 69%, 70%)

RGB channels and saturation

R 111 of 255 = 44%
G 177 of 255 = 69%
B 178 of 255 = 70%

111
177
178

R + G + B ~ 61%. #6FB1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 177 + 178 = 466 (100%)
R 111 of 466 ~ 23.82%
G 177 of 466 ~ 37.98%
B 178 of 466 ~ 38.2'%

%23.82
%37.98
%38.2

CMYK color model

#6FB1B2 color CMYK value is (38,1,0,30).

  • cyan value is 37.64%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (38,1,0,30)
C38M1Y0K30 (38%, 1%, 0%, 30%)
(0.38 / 0.01 / 0.00 / 0.30)

CMYK percentages

%37.64
%0.56
%0
%30.2

Codes

Color #6FB1B2 in popluar color models

6F B1 B2
RGB 111 177 178
HSL 181° 30.32% 56.67%
HSB/HSV 181° 37.64% 69.80%
CMYK 37.64% 0.56% 0.00%
30.20%

Color #6FB1B2 in popluar number systems.

HEX 6F B1 B2
Decimal 111 177 178
Binary 1101111 10110001 10110010
Octal 157 261 262

Shades and tints

Shades of #6FB1B2

#6FB1B2
(111,177,178)
#65A1A2
(101,161,162)
#5B9192
(91,145,146)
#518182
(81,129,130)
#477172
(71,113,114)
#3D6162
(61,97,98)
#335152
(51,81,82)
#294142
(41,65,66)
#1F3132
(31,49,50)
#152122
(21,33,34)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #6FB1B2

#6FB1B2
(111,177,178)
#7CB8B9
(124,184,185)
#89BFC0
(137,191,192)
#96C6C7
(150,198,199)
#A3CDCE
(163,205,206)
#B0D4D5
(176,212,213)
#BDDBDC
(189,219,220)
#CAE2E3
(202,226,227)
#D7E9EA
(215,233,234)
#E4F0F1
(228,240,241)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB1B2; }

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

This text font color is #6FB1B2.

Background Color

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

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

This div background color is #6FB1B2.

Border color

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

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

This div border color is #6FB1B2.

Opacity

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

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

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

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

This text has shadow with #6FB1B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB1B2.

Preview

Color preview on black background

This text has color #6FB1B2 on black background.


Color preview on white background

This text has color #6FB1B2 on white background.


Black color preview on #6FB1B2 background

This text has black color on #6FB1B2 background.


White color preview on #6FB1B2 background

This text has white color on #6FB1B2 background.


Related colors

Complementary color

Complementary color for #hex is #904E4D.


I love getcolorcode.com

Triadic colors

1 #B26FB1 and #B1B26F with #6FB1B2 are triadic colors.

2 #B2B16F and #B16FB2 with #6FB1B2 are triadic colors.