COLOR #6BB7D8

HEX: #6BB7D8
RGB: (107,183,216)

Color info

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

RGB color model

#6BB7D8 color RGB value is (107,183,216).

  • red value is 107;
  • green value is 183;
  • blue value is 216.
RGB:
(107,183,216)
(42%,72%,85%)

RGB channels and saturation

R 107 of 255 = 42%
G 183 of 255 = 72%
B 216 of 255 = 85%

107
183
216

R + G + B ~ 66%. #6BB7D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 183 + 216 = 506 (100%)
R 107 of 506 ~ 21.15%
G 183 of 506 ~ 36.17%
B 216 of 506 ~ 42.69%

%21.15
%36.17
%42.69

CMYK color model

#6BB7D8 color CMYK value is (50,15,0,15).

  • cyan value is 50.46%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(50,15,0,15)
C50M15Y0K15 
(50%,15%,0%,15%)
(0.50/0.15/0.00/0.15)	

CMYK percentages

%50.46
%15.28
%0
%15.29

Codes

Color #6BB7D8 in popluar color models

6BB7D8
RGB107183216
HSL198°58.29%63.33%
HSB/HSV198°50.46%84.71%
CMYK50.46%15.28%0.00%
15.29%

Color #6BB7D8 in popluar number systems.

HEX6BB7D8
Decimal107183216
Binary11010111011011111011000
Octal153267330

Shades and tints

Shades of #6BB7D8

#6BB7D8
(107,183,216)
#62A7C5
(98,167,197)
#5997B2
(89,151,178)
#50879F
(80,135,159)
#47778C
(71,119,140)
#3E6779
(62,103,121)
#355766
(53,87,102)
#2C4753
(44,71,83)
#233740
(35,55,64)
#1A272D
(26,39,45)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #6BB7D8

#6BB7D8
(107,183,216)
#78BDDB
(120,189,219)
#85C3DE
(133,195,222)
#92C9E1
(146,201,225)
#9FCFE4
(159,207,228)
#ACD5E7
(172,213,231)
#B9DBEA
(185,219,234)
#C6E1ED
(198,225,237)
#D3E7F0
(211,231,240)
#E0EDF3
(224,237,243)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB7D8 color. Also use rgb(107,183,216) instead hex code.

Text Font Color

.myTextColor { color: #6BB7D8; }

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

This text font color is #6BB7D8.


Background Color

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

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

This div background color is #6BB7D8.


Border color

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

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

This div border color is #6BB7D8.


Opacity

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

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

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

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

This text has shadow with #6BB7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB7D8 on black background.


Color preview on white background

This text has color #6BB7D8 on white background.



Black color preview on #6BB7D8 background

This text has black color on #6BB7D8 background.


White color preview on #6BB7D8 background

This text has white color on #6BB7D8 background.