COLOR #6BA7DA

HEX: #6BA7DA RGB: (107,167,218)

Color info

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

RGB color model

#6BA7DA color RGB value is (107,167,218).

RGB: (107,167,218) (42%, 65%, 85%)

RGB channels and saturation

R 107 of 255 = 42%
G 167 of 255 = 65%
B 218 of 255 = 85%

107
167
218

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

Portions of RGB colors in percentages

R + G + B = 107 + 167 + 218 = 492 (100%)
R 107 of 492 ~ 21.75%
G 167 of 492 ~ 33.94%
B 218 of 492 ~ 44.31'%

%21.75
%33.94
%44.31

CMYK color model

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

  • cyan value is 50.92%
  • magenta value is 23.39%
  • 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
%23.39
%0
%14.51

Codes

Color #6BA7DA in popluar color models

6B A7 DA
RGB 107 167 218
HSL 208° 60.00% 63.73%
HSB/HSV 208° 50.92% 85.49%
CMYK 50.92% 23.39% 0.00%
14.51%

Color #6BA7DA in popluar number systems.

HEX 6B A7 DA
Decimal 107 167 218
Binary 1101011 10100111 11011010
Octal 153 247 332

Shades and tints

Shades of #6BA7DA

#6BA7DA
(107,167,218)
#6298C7
(98,152,199)
#5989B4
(89,137,180)
#507AA1
(80,122,161)
#476B8E
(71,107,142)
#3E5C7B
(62,92,123)
#354D68
(53,77,104)
#2C3E55
(44,62,85)
#232F42
(35,47,66)
#1A202F
(26,32,47)
#11111C
(17,17,28)
#000000
(0,0,0)

Tints of #6BA7DA

#6BA7DA
(107,167,218)
#78AFDD
(120,175,221)
#85B7E0
(133,183,224)
#92BFE3
(146,191,227)
#9FC7E6
(159,199,230)
#ACCFE9
(172,207,233)
#B9D7EC
(185,215,236)
#C6DFEF
(198,223,239)
#D3E7F2
(211,231,242)
#E0EFF5
(224,239,245)
#EDF7F8
(237,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA7DA; }

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

This text font color is #6BA7DA.

Background Color

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

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

This div background color is #6BA7DA.

Border color

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

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

This div border color is #6BA7DA.

Opacity

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

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

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

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

This text has shadow with #6BA7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA7DA.

Preview

Color preview on black background

This text has color #6BA7DA on black background.


Color preview on white background

This text has color #6BA7DA on white background.


Black color preview on #6BA7DA background

This text has black color on #6BA7DA background.


White color preview on #6BA7DA background

This text has white color on #6BA7DA background.


Related colors

Complementary color

Complementary color for #hex is #945825.


I love getcolorcode.com

Triadic colors

1 #DA6BA7 and #A7DA6B with #6BA7DA are triadic colors.

2 #DAA76B and #A76BDA with #6BA7DA are triadic colors.