COLOR #6BA0D5

HEX: #6BA0D5
RGB: (107,160,213)

Color info

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

RGB color model

#6BA0D5 color RGB value is (107,160,213).

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

RGB channels and saturation

R 107 of 255 = 42%
G 160 of 255 = 63%
B 213 of 255 = 84%

107
160
213

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

Portions of RGB colors in percentages

R + G + B =
107 + 160 + 213 = 480 (100%)
R 107 of 480 ~ 22.29%
G 160 of 480 ~ 33.33%
B 213 of 480 ~ 44.38%

%22.29
%33.33
%44.38

CMYK color model

#6BA0D5 color CMYK value is (50,25,0,16).

  • cyan value is 49.77%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(50,25,0,16)
C50M25Y0K16 
(50%,25%,0%,16%)
(0.50/0.25/0.00/0.16)	

CMYK percentages

%49.77
%24.88
%0
%16.47

Codes

Color #6BA0D5 in popluar color models

6BA0D5
RGB107160213
HSL210°55.79%62.75%
HSB/HSV210°49.77%83.53%
CMYK49.77%24.88%0.00%
16.47%

Color #6BA0D5 in popluar number systems.

HEX6BA0D5
Decimal107160213
Binary11010111010000011010101
Octal153240325

Shades and tints

Shades of #6BA0D5

#6BA0D5
(107,160,213)
#6292C2
(98,146,194)
#5984AF
(89,132,175)
#50769C
(80,118,156)
#476889
(71,104,137)
#3E5A76
(62,90,118)
#354C63
(53,76,99)
#2C3E50
(44,62,80)
#23303D
(35,48,61)
#1A222A
(26,34,42)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #6BA0D5

#6BA0D5
(107,160,213)
#78A8D8
(120,168,216)
#85B0DB
(133,176,219)
#92B8DE
(146,184,222)
#9FC0E1
(159,192,225)
#ACC8E4
(172,200,228)
#B9D0E7
(185,208,231)
#C6D8EA
(198,216,234)
#D3E0ED
(211,224,237)
#E0E8F0
(224,232,240)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA0D5; }

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

This text font color is #6BA0D5.


Background Color

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

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

This div background color is #6BA0D5.


Border color

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

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

This div border color is #6BA0D5.


Opacity

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

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

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

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

This text has shadow with #6BA0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA0D5 on black background.


Color preview on white background

This text has color #6BA0D5 on white background.



Black color preview on #6BA0D5 background

This text has black color on #6BA0D5 background.


White color preview on #6BA0D5 background

This text has white color on #6BA0D5 background.