COLOR #6BA9D6

HEX: #6BA9D6
RGB: (107,169,214)

Color info

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

RGB color model

#6BA9D6 color RGB value is (107,169,214).

  • red value is 107;
  • green value is 169;
  • blue value is 214.
RGB:
(107,169,214)
(42%,66%,84%)

RGB channels and saturation

R 107 of 255 = 42%
G 169 of 255 = 66%
B 214 of 255 = 84%

107
169
214

R + G + B ~ 64%. #6BA9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 169 + 214 = 490 (100%)
R 107 of 490 ~ 21.84%
G 169 of 490 ~ 34.49%
B 214 of 490 ~ 43.67%

%21.84
%34.49
%43.67

CMYK color model

#6BA9D6 color CMYK value is (50,21,0,16).

  • cyan value is 50.00%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(50,21,0,16)
C50M21Y0K16 
(50%,21%,0%,16%)
(0.50/0.21/0.00/0.16)	

CMYK percentages

%50
%21.03
%0
%16.08

Codes

Color #6BA9D6 in popluar color models

6BA9D6
RGB107169214
HSL205°56.61%62.94%
HSB/HSV205°50.00%83.92%
CMYK50.00%21.03%0.00%
16.08%

Color #6BA9D6 in popluar number systems.

HEX6BA9D6
Decimal107169214
Binary11010111010100111010110
Octal153251326

Shades and tints

Shades of #6BA9D6

#6BA9D6
(107,169,214)
#629AC3
(98,154,195)
#598BB0
(89,139,176)
#507C9D
(80,124,157)
#476D8A
(71,109,138)
#3E5E77
(62,94,119)
#354F64
(53,79,100)
#2C4051
(44,64,81)
#23313E
(35,49,62)
#1A222B
(26,34,43)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #6BA9D6

#6BA9D6
(107,169,214)
#78B0D9
(120,176,217)
#85B7DC
(133,183,220)
#92BEDF
(146,190,223)
#9FC5E2
(159,197,226)
#ACCCE5
(172,204,229)
#B9D3E8
(185,211,232)
#C6DAEB
(198,218,235)
#D3E1EE
(211,225,238)
#E0E8F1
(224,232,241)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA9D6 color. Also use rgb(107,169,214) instead hex code.

Text Font Color

.myTextColor { color: #6BA9D6; }

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

This text font color is #6BA9D6.


Background Color

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

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

This div background color is #6BA9D6.


Border color

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

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

This div border color is #6BA9D6.


Opacity

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

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

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

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

This text has shadow with #6BA9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA9D6 on black background.


Color preview on white background

This text has color #6BA9D6 on white background.



Black color preview on #6BA9D6 background

This text has black color on #6BA9D6 background.


White color preview on #6BA9D6 background

This text has white color on #6BA9D6 background.