COLOR #6BB2BE

HEX: #6BB2BE
RGB: (107,178,190)

Color info

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

RGB color model

#6BB2BE color RGB value is (107,178,190).

  • red value is 107;
  • green value is 178;
  • blue value is 190.
RGB:
(107,178,190)
(42%,70%,75%)

RGB channels and saturation

R 107 of 255 = 42%
G 178 of 255 = 70%
B 190 of 255 = 75%

107
178
190

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

Portions of RGB colors in percentages

R + G + B =
107 + 178 + 190 = 475 (100%)
R 107 of 475 ~ 22.53%
G 178 of 475 ~ 37.47%
B 190 of 475 ~ 40%

%22.53
%37.47
%40

CMYK color model

#6BB2BE color CMYK value is (44,6,0,25).

  • cyan value is 43.68%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(44,6,0,25)
C44M6Y0K25 
(44%,6%,0%,25%)
(0.44/0.06/0.00/0.25)	

CMYK percentages

%43.68
%6.32
%0
%25.49

Codes

Color #6BB2BE in popluar color models

6BB2BE
RGB107178190
HSL189°38.97%58.24%
HSB/HSV189°43.68%74.51%
CMYK43.68%6.32%0.00%
25.49%

Color #6BB2BE in popluar number systems.

HEX6BB2BE
Decimal107178190
Binary11010111011001010111110
Octal153262276

Shades and tints

Shades of #6BB2BE

#6BB2BE
(107,178,190)
#62A2AD
(98,162,173)
#59929C
(89,146,156)
#50828B
(80,130,139)
#47727A
(71,114,122)
#3E6269
(62,98,105)
#355258
(53,82,88)
#2C4247
(44,66,71)
#233236
(35,50,54)
#1A2225
(26,34,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #6BB2BE

#6BB2BE
(107,178,190)
#78B9C3
(120,185,195)
#85C0C8
(133,192,200)
#92C7CD
(146,199,205)
#9FCED2
(159,206,210)
#ACD5D7
(172,213,215)
#B9DCDC
(185,220,220)
#C6E3E1
(198,227,225)
#D3EAE6
(211,234,230)
#E0F1EB
(224,241,235)
#EDF8F0
(237,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB2BE color. Also use rgb(107,178,190) instead hex code.

Text Font Color

.myTextColor { color: #6BB2BE; }

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

This text font color is #6BB2BE.


Background Color

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

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

This div background color is #6BB2BE.


Border color

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

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

This div border color is #6BB2BE.


Opacity

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

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

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

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

This text has shadow with #6BB2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB2BE on black background.


Color preview on white background

This text has color #6BB2BE on white background.



Black color preview on #6BB2BE background

This text has black color on #6BB2BE background.


White color preview on #6BB2BE background

This text has white color on #6BB2BE background.