COLOR #6BA2BE

HEX: #6BA2BE
RGB: (107,162,190)

Color info

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

RGB color model

#6BA2BE color RGB value is (107,162,190).

  • red value is 107;
  • green value is 162;
  • blue value is 190.
RGB:
(107,162,190)
(42%,64%,75%)

RGB channels and saturation

R 107 of 255 = 42%
G 162 of 255 = 64%
B 190 of 255 = 75%

107
162
190

R + G + B ~ 60%. #6BA2BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 162 + 190 = 459 (100%)
R 107 of 459 ~ 23.31%
G 162 of 459 ~ 35.29%
B 190 of 459 ~ 41.39%

%23.31
%35.29
%41.39

CMYK color model

#6BA2BE color CMYK value is (44,15,0,25).

  • cyan value is 43.68%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(44,15,0,25)
C44M15Y0K25 
(44%,15%,0%,25%)
(0.44/0.15/0.00/0.25)	

CMYK percentages

%43.68
%14.74
%0
%25.49

Codes

Color #6BA2BE in popluar color models

6BA2BE
RGB107162190
HSL200°38.97%58.24%
HSB/HSV200°43.68%74.51%
CMYK43.68%14.74%0.00%
25.49%

Color #6BA2BE in popluar number systems.

HEX6BA2BE
Decimal107162190
Binary11010111010001010111110
Octal153242276

Shades and tints

Shades of #6BA2BE

#6BA2BE
(107,162,190)
#6294AD
(98,148,173)
#59869C
(89,134,156)
#50788B
(80,120,139)
#476A7A
(71,106,122)
#3E5C69
(62,92,105)
#354E58
(53,78,88)
#2C4047
(44,64,71)
#233236
(35,50,54)
#1A2425
(26,36,37)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #6BA2BE

#6BA2BE
(107,162,190)
#78AAC3
(120,170,195)
#85B2C8
(133,178,200)
#92BACD
(146,186,205)
#9FC2D2
(159,194,210)
#ACCAD7
(172,202,215)
#B9D2DC
(185,210,220)
#C6DAE1
(198,218,225)
#D3E2E6
(211,226,230)
#E0EAEB
(224,234,235)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA2BE color. Also use rgb(107,162,190) instead hex code.

Text Font Color

.myTextColor { color: #6BA2BE; }

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

This text font color is #6BA2BE.


Background Color

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

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

This div background color is #6BA2BE.


Border color

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

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

This div border color is #6BA2BE.


Opacity

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

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

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

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

This text has shadow with #6BA2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA2BE on black background.


Color preview on white background

This text has color #6BA2BE on white background.



Black color preview on #6BA2BE background

This text has black color on #6BA2BE background.


White color preview on #6BA2BE background

This text has white color on #6BA2BE background.