COLOR #6BB5D4

HEX: #6BB5D4
RGB: (107,181,212)

Color info

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

RGB color model

#6BB5D4 color RGB value is (107,181,212).

  • red value is 107;
  • green value is 181;
  • blue value is 212.
RGB:
(107,181,212)
(42%,71%,83%)

RGB channels and saturation

R 107 of 255 = 42%
G 181 of 255 = 71%
B 212 of 255 = 83%

107
181
212

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

Portions of RGB colors in percentages

R + G + B =
107 + 181 + 212 = 500 (100%)
R 107 of 500 ~ 21.4%
G 181 of 500 ~ 36.2%
B 212 of 500 ~ 42.4%

%21.4
%36.2
%42.4

CMYK color model

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

  • cyan value is 49.53%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(50,15,0,17)
C50M15Y0K17 
(50%,15%,0%,17%)
(0.50/0.15/0.00/0.17)	

CMYK percentages

%49.53
%14.62
%0
%16.86

Codes

Color #6BB5D4 in popluar color models

6BB5D4
RGB107181212
HSL198°54.97%62.55%
HSB/HSV198°49.53%83.14%
CMYK49.53%14.62%0.00%
16.86%

Color #6BB5D4 in popluar number systems.

HEX6BB5D4
Decimal107181212
Binary11010111011010111010100
Octal153265324

Shades and tints

Shades of #6BB5D4

#6BB5D4
(107,181,212)
#62A5C1
(98,165,193)
#5995AE
(89,149,174)
#50859B
(80,133,155)
#477588
(71,117,136)
#3E6575
(62,101,117)
#355562
(53,85,98)
#2C454F
(44,69,79)
#23353C
(35,53,60)
#1A2529
(26,37,41)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #6BB5D4

#6BB5D4
(107,181,212)
#78BBD7
(120,187,215)
#85C1DA
(133,193,218)
#92C7DD
(146,199,221)
#9FCDE0
(159,205,224)
#ACD3E3
(172,211,227)
#B9D9E6
(185,217,230)
#C6DFE9
(198,223,233)
#D3E5EC
(211,229,236)
#E0EBEF
(224,235,239)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB5D4 color. Also use rgb(107,181,212) instead hex code.

Text Font Color

.myTextColor { color: #6BB5D4; }

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

This text font color is #6BB5D4.


Background Color

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

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

This div background color is #6BB5D4.


Border color

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

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

This div border color is #6BB5D4.


Opacity

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

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

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

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

This text has shadow with #6BB5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB5D4 on black background.


Color preview on white background

This text has color #6BB5D4 on white background.



Black color preview on #6BB5D4 background

This text has black color on #6BB5D4 background.


White color preview on #6BB5D4 background

This text has white color on #6BB5D4 background.