COLOR #6BA9CB

HEX: #6BA9CB
RGB: (107,169,203)

Color info

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

RGB color model

#6BA9CB color RGB value is (107,169,203).

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

RGB channels and saturation

R 107 of 255 = 42%
G 169 of 255 = 66%
B 203 of 255 = 80%

107
169
203

R + G + B ~ 63%. #6BA9CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 169 + 203 = 479 (100%)
R 107 of 479 ~ 22.34%
G 169 of 479 ~ 35.28%
B 203 of 479 ~ 42.38%

%22.34
%35.28
%42.38

CMYK color model

#6BA9CB color CMYK value is (47,17,0,20).

  • cyan value is 47.29%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(47,17,0,20)
C47M17Y0K20 
(47%,17%,0%,20%)
(0.47/0.17/0.00/0.20)	

CMYK percentages

%47.29
%16.75
%0
%20.39

Codes

Color #6BA9CB in popluar color models

6BA9CB
RGB107169203
HSL201°48.00%60.78%
HSB/HSV201°47.29%79.61%
CMYK47.29%16.75%0.00%
20.39%

Color #6BA9CB in popluar number systems.

HEX6BA9CB
Decimal107169203
Binary11010111010100111001011
Octal153251313

Shades and tints

Shades of #6BA9CB

#6BA9CB
(107,169,203)
#629AB9
(98,154,185)
#598BA7
(89,139,167)
#507C95
(80,124,149)
#476D83
(71,109,131)
#3E5E71
(62,94,113)
#354F5F
(53,79,95)
#2C404D
(44,64,77)
#23313B
(35,49,59)
#1A2229
(26,34,41)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #6BA9CB

#6BA9CB
(107,169,203)
#78B0CF
(120,176,207)
#85B7D3
(133,183,211)
#92BED7
(146,190,215)
#9FC5DB
(159,197,219)
#ACCCDF
(172,204,223)
#B9D3E3
(185,211,227)
#C6DAE7
(198,218,231)
#D3E1EB
(211,225,235)
#E0E8EF
(224,232,239)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA9CB; }

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

This text font color is #6BA9CB.


Background Color

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

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

This div background color is #6BA9CB.


Border color

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

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

This div border color is #6BA9CB.


Opacity

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

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

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

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

This text has shadow with #6BA9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA9CB on black background.


Color preview on white background

This text has color #6BA9CB on white background.



Black color preview on #6BA9CB background

This text has black color on #6BA9CB background.


White color preview on #6BA9CB background

This text has white color on #6BA9CB background.