COLOR #6BA8D3

HEX: #6BA8D3
RGB: (107,168,211)

Color info

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

RGB color model

#6BA8D3 color RGB value is (107,168,211).

  • red value is 107;
  • green value is 168;
  • blue value is 211.
RGB:
(107,168,211)
(42%,66%,83%)

RGB channels and saturation

R 107 of 255 = 42%
G 168 of 255 = 66%
B 211 of 255 = 83%

107
168
211

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

Portions of RGB colors in percentages

R + G + B =
107 + 168 + 211 = 486 (100%)
R 107 of 486 ~ 22.02%
G 168 of 486 ~ 34.57%
B 211 of 486 ~ 43.42%

%22.02
%34.57
%43.42

CMYK color model

#6BA8D3 color CMYK value is (49,20,0,17).

  • cyan value is 49.29%
  • magenta value is 20.38%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(49,20,0,17)
C49M20Y0K17 
(49%,20%,0%,17%)
(0.49/0.20/0.00/0.17)	

CMYK percentages

%49.29
%20.38
%0
%17.25

Codes

Color #6BA8D3 in popluar color models

6BA8D3
RGB107168211
HSL205°54.17%62.35%
HSB/HSV205°49.29%82.75%
CMYK49.29%20.38%0.00%
17.25%

Color #6BA8D3 in popluar number systems.

HEX6BA8D3
Decimal107168211
Binary11010111010100011010011
Octal153250323

Shades and tints

Shades of #6BA8D3

#6BA8D3
(107,168,211)
#6299C0
(98,153,192)
#598AAD
(89,138,173)
#507B9A
(80,123,154)
#476C87
(71,108,135)
#3E5D74
(62,93,116)
#354E61
(53,78,97)
#2C3F4E
(44,63,78)
#23303B
(35,48,59)
#1A2128
(26,33,40)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #6BA8D3

#6BA8D3
(107,168,211)
#78AFD7
(120,175,215)
#85B6DB
(133,182,219)
#92BDDF
(146,189,223)
#9FC4E3
(159,196,227)
#ACCBE7
(172,203,231)
#B9D2EB
(185,210,235)
#C6D9EF
(198,217,239)
#D3E0F3
(211,224,243)
#E0E7F7
(224,231,247)
#EDEEFB
(237,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA8D3 color. Also use rgb(107,168,211) instead hex code.

Text Font Color

.myTextColor { color: #6BA8D3; }

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

This text font color is #6BA8D3.


Background Color

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

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

This div background color is #6BA8D3.


Border color

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

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

This div border color is #6BA8D3.


Opacity

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

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

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

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

This text has shadow with #6BA8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA8D3 on black background.


Color preview on white background

This text has color #6BA8D3 on white background.



Black color preview on #6BA8D3 background

This text has black color on #6BA8D3 background.


White color preview on #6BA8D3 background

This text has white color on #6BA8D3 background.