COLOR #6BB6D2

HEX: #6BB6D2
RGB: (107,182,210)

Color info

#6BB6D2 contains mainly green and blue colors. Web safe color of #6BB6D2 is #66CCCC (or #6CC).

RGB color model

#6BB6D2 color RGB value is (107,182,210).

  • red value is 107;
  • green value is 182;
  • blue value is 210.
RGB:
(107,182,210)
(42%,71%,82%)

RGB channels and saturation

R 107 of 255 = 42%
G 182 of 255 = 71%
B 210 of 255 = 82%

107
182
210

R + G + B ~ 65%. #6BB6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 182 + 210 = 499 (100%)
R 107 of 499 ~ 21.44%
G 182 of 499 ~ 36.47%
B 210 of 499 ~ 42.08%

%21.44
%36.47
%42.08

CMYK color model

#6BB6D2 color CMYK value is (49,13,0,18).

  • cyan value is 49.05%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(49,13,0,18)
C49M13Y0K18 
(49%,13%,0%,18%)
(0.49/0.13/0.00/0.18)	

CMYK percentages

%49.05
%13.33
%0
%17.65

Codes

Color #6BB6D2 in popluar color models

6BB6D2
RGB107182210
HSL196°53.37%62.16%
HSB/HSV196°49.05%82.35%
CMYK49.05%13.33%0.00%
17.65%

Color #6BB6D2 in popluar number systems.

HEX6BB6D2
Decimal107182210
Binary11010111011011011010010
Octal153266322

Shades and tints

Shades of #6BB6D2

#6BB6D2
(107,182,210)
#62A6BF
(98,166,191)
#5996AC
(89,150,172)
#508699
(80,134,153)
#477686
(71,118,134)
#3E6673
(62,102,115)
#355660
(53,86,96)
#2C464D
(44,70,77)
#23363A
(35,54,58)
#1A2627
(26,38,39)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #6BB6D2

#6BB6D2
(107,182,210)
#78BCD6
(120,188,214)
#85C2DA
(133,194,218)
#92C8DE
(146,200,222)
#9FCEE2
(159,206,226)
#ACD4E6
(172,212,230)
#B9DAEA
(185,218,234)
#C6E0EE
(198,224,238)
#D3E6F2
(211,230,242)
#E0ECF6
(224,236,246)
#EDF2FA
(237,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB6D2 color. Also use rgb(107,182,210) instead hex code.

Text Font Color

.myTextColor { color: #6BB6D2; }

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

This text font color is #6BB6D2.


Background Color

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

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

This div background color is #6BB6D2.


Border color

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

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

This div border color is #6BB6D2.


Opacity

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

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

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

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

This text has shadow with #6BB6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB6D2 on black background.


Color preview on white background

This text has color #6BB6D2 on white background.



Black color preview on #6BB6D2 background

This text has black color on #6BB6D2 background.


White color preview on #6BB6D2 background

This text has white color on #6BB6D2 background.