COLOR #6BA0D8

HEX: #6BA0D8
RGB: (107,160,216)

Color info

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

RGB color model

#6BA0D8 color RGB value is (107,160,216).

  • red value is 107;
  • green value is 160;
  • blue value is 216.
RGB:
(107,160,216)
(42%,63%,85%)

RGB channels and saturation

R 107 of 255 = 42%
G 160 of 255 = 63%
B 216 of 255 = 85%

107
160
216

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

Portions of RGB colors in percentages

R + G + B =
107 + 160 + 216 = 483 (100%)
R 107 of 483 ~ 22.15%
G 160 of 483 ~ 33.13%
B 216 of 483 ~ 44.72%

%22.15
%33.13
%44.72

CMYK color model

#6BA0D8 color CMYK value is (50,26,0,15).

  • cyan value is 50.46%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(50,26,0,15)
C50M26Y0K15 
(50%,26%,0%,15%)
(0.50/0.26/0.00/0.15)	

CMYK percentages

%50.46
%25.93
%0
%15.29

Codes

Color #6BA0D8 in popluar color models

6BA0D8
RGB107160216
HSL211°58.29%63.33%
HSB/HSV211°50.46%84.71%
CMYK50.46%25.93%0.00%
15.29%

Color #6BA0D8 in popluar number systems.

HEX6BA0D8
Decimal107160216
Binary11010111010000011011000
Octal153240330

Shades and tints

Shades of #6BA0D8

#6BA0D8
(107,160,216)
#6292C5
(98,146,197)
#5984B2
(89,132,178)
#50769F
(80,118,159)
#47688C
(71,104,140)
#3E5A79
(62,90,121)
#354C66
(53,76,102)
#2C3E53
(44,62,83)
#233040
(35,48,64)
#1A222D
(26,34,45)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #6BA0D8

#6BA0D8
(107,160,216)
#78A8DB
(120,168,219)
#85B0DE
(133,176,222)
#92B8E1
(146,184,225)
#9FC0E4
(159,192,228)
#ACC8E7
(172,200,231)
#B9D0EA
(185,208,234)
#C6D8ED
(198,216,237)
#D3E0F0
(211,224,240)
#E0E8F3
(224,232,243)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA0D8 color. Also use rgb(107,160,216) instead hex code.

Text Font Color

.myTextColor { color: #6BA0D8; }

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

This text font color is #6BA0D8.


Background Color

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

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

This div background color is #6BA0D8.


Border color

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

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

This div border color is #6BA0D8.


Opacity

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

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

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

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

This text has shadow with #6BA0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA0D8 on black background.


Color preview on white background

This text has color #6BA0D8 on white background.



Black color preview on #6BA0D8 background

This text has black color on #6BA0D8 background.


White color preview on #6BA0D8 background

This text has white color on #6BA0D8 background.