COLOR #6BA8DA

HEX: #6BA8DA RGB: (107,168,218)

Color info

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

RGB color model

#6BA8DA color RGB value is (107,168,218).

RGB: (107,168,218) (42%, 66%, 85%)

RGB channels and saturation

R 107 of 255 = 42%
G 168 of 255 = 66%
B 218 of 255 = 85%

107
168
218

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

Portions of RGB colors in percentages

R + G + B = 107 + 168 + 218 = 493 (100%)
R 107 of 493 ~ 21.7%
G 168 of 493 ~ 34.08%
B 218 of 493 ~ 44.22'%

%21.7
%34.08
%44.22

CMYK color model

#6BA8DA color CMYK value is (51,23,0,15).

  • cyan value is 50.92%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (51,23,0,15) C51M23Y0K15 (51%,23%,0%,15%) (0.51/0.23/0.00/0.15) 

CMYK percentages

%50.92
%22.94
%0
%14.51

Codes

Color #6BA8DA in popluar color models

6B A8 DA
RGB 107 168 218
HSL 207° 60.00% 63.73%
HSB/HSV 207° 50.92% 85.49%
CMYK 50.92% 22.94% 0.00%
14.51%

Color #6BA8DA in popluar number systems.

HEX 6B A8 DA
Decimal 107 168 218
Binary 1101011 10101000 11011010
Octal 153 250 332

Shades and tints

Shades of #6BA8DA

#6BA8DA
(107,168,218)
#6299C7
(98,153,199)
#598AB4
(89,138,180)
#507BA1
(80,123,161)
#476C8E
(71,108,142)
#3E5D7B
(62,93,123)
#354E68
(53,78,104)
#2C3F55
(44,63,85)
#233042
(35,48,66)
#1A212F
(26,33,47)
#11121C
(17,18,28)
#000000
(0,0,0)

Tints of #6BA8DA

#6BA8DA
(107,168,218)
#78AFDD
(120,175,221)
#85B6E0
(133,182,224)
#92BDE3
(146,189,227)
#9FC4E6
(159,196,230)
#ACCBE9
(172,203,233)
#B9D2EC
(185,210,236)
#C6D9EF
(198,217,239)
#D3E0F2
(211,224,242)
#E0E7F5
(224,231,245)
#EDEEF8
(237,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA8DA; }

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

This text font color is #6BA8DA.

Background Color

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

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

This div background color is #6BA8DA.

Border color

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

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

This div border color is #6BA8DA.

Opacity

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

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

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

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

This text has shadow with #6BA8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA8DA.

Preview

Color preview on black background

This text has color #6BA8DA on black background.


Color preview on white background

This text has color #6BA8DA on white background.


Black color preview on #6BA8DA background

This text has black color on #6BA8DA background.


White color preview on #6BA8DA background

This text has white color on #6BA8DA background.


Related colors

Complementary color

Complementary color for #hex is #945725.


I love getcolorcode.com

Triadic colors

1 #DA6BA8 and #A8DA6B with #6BA8DA are triadic colors.

2 #DAA86B and #A86BDA with #6BA8DA are triadic colors.