COLOR #6BB0D9

HEX: #6BB0D9
RGB: (107,176,217)

Color info

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

RGB color model

#6BB0D9 color RGB value is (107,176,217).

  • red value is 107;
  • green value is 176;
  • blue value is 217.
RGB:
(107,176,217)
(42%,69%,85%)

RGB channels and saturation

R 107 of 255 = 42%
G 176 of 255 = 69%
B 217 of 255 = 85%

107
176
217

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

Portions of RGB colors in percentages

R + G + B =
107 + 176 + 217 = 500 (100%)
R 107 of 500 ~ 21.4%
G 176 of 500 ~ 35.2%
B 217 of 500 ~ 43.4%

%21.4
%35.2
%43.4

CMYK color model

#6BB0D9 color CMYK value is (51,19,0,15).

  • cyan value is 50.69%
  • magenta value is 18.89%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(51,19,0,15)
C51M19Y0K15 
(51%,19%,0%,15%)
(0.51/0.19/0.00/0.15)	

CMYK percentages

%50.69
%18.89
%0
%14.9

Codes

Color #6BB0D9 in popluar color models

6BB0D9
RGB107176217
HSL202°59.14%63.53%
HSB/HSV202°50.69%85.10%
CMYK50.69%18.89%0.00%
14.90%

Color #6BB0D9 in popluar number systems.

HEX6BB0D9
Decimal107176217
Binary11010111011000011011001
Octal153260331

Shades and tints

Shades of #6BB0D9

#6BB0D9
(107,176,217)
#62A0C6
(98,160,198)
#5990B3
(89,144,179)
#5080A0
(80,128,160)
#47708D
(71,112,141)
#3E607A
(62,96,122)
#355067
(53,80,103)
#2C4054
(44,64,84)
#233041
(35,48,65)
#1A202E
(26,32,46)
#11101B
(17,16,27)
#000000
(0,0,0)

Tints of #6BB0D9

#6BB0D9
(107,176,217)
#78B7DC
(120,183,220)
#85BEDF
(133,190,223)
#92C5E2
(146,197,226)
#9FCCE5
(159,204,229)
#ACD3E8
(172,211,232)
#B9DAEB
(185,218,235)
#C6E1EE
(198,225,238)
#D3E8F1
(211,232,241)
#E0EFF4
(224,239,244)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB0D9 color. Also use rgb(107,176,217) instead hex code.

Text Font Color

.myTextColor { color: #6BB0D9; }

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

This text font color is #6BB0D9.


Background Color

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

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

This div background color is #6BB0D9.


Border color

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

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

This div border color is #6BB0D9.


Opacity

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

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

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

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

This text has shadow with #6BB0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB0D9 on black background.


Color preview on white background

This text has color #6BB0D9 on white background.



Black color preview on #6BB0D9 background

This text has black color on #6BB0D9 background.


White color preview on #6BB0D9 background

This text has white color on #6BB0D9 background.