COLOR #6FB0B6

HEX: #6FB0B6 RGB: (111,176,182)

Color info

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

RGB color model

#6FB0B6 color RGB value is (111,176,182).

RGB: (111,176,182) (44%, 69%, 71%)

RGB channels and saturation

R 111 of 255 = 44%
G 176 of 255 = 69%
B 182 of 255 = 71%

111
176
182

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

Portions of RGB colors in percentages

R + G + B = 111 + 176 + 182 = 469 (100%)
R 111 of 469 ~ 23.67%
G 176 of 469 ~ 37.53%
B 182 of 469 ~ 38.81'%

%23.67
%37.53
%38.81

CMYK color model

#6FB0B6 color CMYK value is (39,3,0,29).

  • cyan value is 39.01%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (39,3,0,29)
C39M3Y0K29 (39%, 3%, 0%, 29%)
(0.39 / 0.03 / 0.00 / 0.29)

CMYK percentages

%39.01
%3.3
%0
%28.63

Codes

Color #6FB0B6 in popluar color models

6F B0 B6
RGB 111 176 182
HSL 185° 32.72% 57.45%
HSB/HSV 185° 39.01% 71.37%
CMYK 39.01% 3.30% 0.00%
28.63%

Color #6FB0B6 in popluar number systems.

HEX 6F B0 B6
Decimal 111 176 182
Binary 1101111 10110000 10110110
Octal 157 260 266

Shades and tints

Shades of #6FB0B6

#6FB0B6
(111,176,182)
#65A0A6
(101,160,166)
#5B9096
(91,144,150)
#518086
(81,128,134)
#477076
(71,112,118)
#3D6066
(61,96,102)
#335056
(51,80,86)
#294046
(41,64,70)
#1F3036
(31,48,54)
#152026
(21,32,38)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #6FB0B6

#6FB0B6
(111,176,182)
#7CB7BC
(124,183,188)
#89BEC2
(137,190,194)
#96C5C8
(150,197,200)
#A3CCCE
(163,204,206)
#B0D3D4
(176,211,212)
#BDDADA
(189,218,218)
#CAE1E0
(202,225,224)
#D7E8E6
(215,232,230)
#E4EFEC
(228,239,236)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB0B6; }

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

This text font color is #6FB0B6.

Background Color

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

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

This div background color is #6FB0B6.

Border color

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

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

This div border color is #6FB0B6.

Opacity

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

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

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

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

This text has shadow with #6FB0B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB0B6.

Preview

Color preview on black background

This text has color #6FB0B6 on black background.


Color preview on white background

This text has color #6FB0B6 on white background.


Black color preview on #6FB0B6 background

This text has black color on #6FB0B6 background.


White color preview on #6FB0B6 background

This text has white color on #6FB0B6 background.


Related colors

Complementary color

Complementary color for #hex is #904F49.


I love getcolorcode.com

Triadic colors

1 #B66FB0 and #B0B66F with #6FB0B6 are triadic colors.

2 #B6B06F and #B06FB6 with #6FB0B6 are triadic colors.