COLOR #6BA4BF

HEX: #6BA4BF
RGB: (107,164,191)

Color info

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

RGB color model

#6BA4BF color RGB value is (107,164,191).

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

RGB channels and saturation

R 107 of 255 = 42%
G 164 of 255 = 64%
B 191 of 255 = 75%

107
164
191

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

Portions of RGB colors in percentages

R + G + B =
107 + 164 + 191 = 462 (100%)
R 107 of 462 ~ 23.16%
G 164 of 462 ~ 35.5%
B 191 of 462 ~ 41.34%

%23.16
%35.5
%41.34

CMYK color model

#6BA4BF color CMYK value is (44,14,0,25).

  • cyan value is 43.98%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(44,14,0,25)
C44M14Y0K25 
(44%,14%,0%,25%)
(0.44/0.14/0.00/0.25)	

CMYK percentages

%43.98
%14.14
%0
%25.1

Codes

Color #6BA4BF in popluar color models

6BA4BF
RGB107164191
HSL199°39.62%58.43%
HSB/HSV199°43.98%74.90%
CMYK43.98%14.14%0.00%
25.10%

Color #6BA4BF in popluar number systems.

HEX6BA4BF
Decimal107164191
Binary11010111010010010111111
Octal153244277

Shades and tints

Shades of #6BA4BF

#6BA4BF
(107,164,191)
#6296AE
(98,150,174)
#59889D
(89,136,157)
#507A8C
(80,122,140)
#476C7B
(71,108,123)
#3E5E6A
(62,94,106)
#355059
(53,80,89)
#2C4248
(44,66,72)
#233437
(35,52,55)
#1A2626
(26,38,38)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #6BA4BF

#6BA4BF
(107,164,191)
#78ACC4
(120,172,196)
#85B4C9
(133,180,201)
#92BCCE
(146,188,206)
#9FC4D3
(159,196,211)
#ACCCD8
(172,204,216)
#B9D4DD
(185,212,221)
#C6DCE2
(198,220,226)
#D3E4E7
(211,228,231)
#E0ECEC
(224,236,236)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA4BF color. Also use rgb(107,164,191) instead hex code.

Text Font Color

.myTextColor { color: #6BA4BF; }

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

This text font color is #6BA4BF.


Background Color

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

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

This div background color is #6BA4BF.


Border color

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

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

This div border color is #6BA4BF.


Opacity

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

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

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

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

This text has shadow with #6BA4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA4BF on black background.


Color preview on white background

This text has color #6BA4BF on white background.



Black color preview on #6BA4BF background

This text has black color on #6BA4BF background.


White color preview on #6BA4BF background

This text has white color on #6BA4BF background.