COLOR #6BA8BE

HEX: #6BA8BE
RGB: (107,168,190)

Color info

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

RGB color model

#6BA8BE color RGB value is (107,168,190).

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

RGB channels and saturation

R 107 of 255 = 42%
G 168 of 255 = 66%
B 190 of 255 = 75%

107
168
190

R + G + B ~ 61%. #6BA8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 168 + 190 = 465 (100%)
R 107 of 465 ~ 23.01%
G 168 of 465 ~ 36.13%
B 190 of 465 ~ 40.86%

%23.01
%36.13
%40.86

CMYK color model

#6BA8BE color CMYK value is (44,12,0,25).

  • cyan value is 43.68%
  • magenta value is 11.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(44,12,0,25)
C44M12Y0K25 
(44%,12%,0%,25%)
(0.44/0.12/0.00/0.25)	

CMYK percentages

%43.68
%11.58
%0
%25.49

Codes

Color #6BA8BE in popluar color models

6BA8BE
RGB107168190
HSL196°38.97%58.24%
HSB/HSV196°43.68%74.51%
CMYK43.68%11.58%0.00%
25.49%

Color #6BA8BE in popluar number systems.

HEX6BA8BE
Decimal107168190
Binary11010111010100010111110
Octal153250276

Shades and tints

Shades of #6BA8BE

#6BA8BE
(107,168,190)
#6299AD
(98,153,173)
#598A9C
(89,138,156)
#507B8B
(80,123,139)
#476C7A
(71,108,122)
#3E5D69
(62,93,105)
#354E58
(53,78,88)
#2C3F47
(44,63,71)
#233036
(35,48,54)
#1A2125
(26,33,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #6BA8BE

#6BA8BE
(107,168,190)
#78AFC3
(120,175,195)
#85B6C8
(133,182,200)
#92BDCD
(146,189,205)
#9FC4D2
(159,196,210)
#ACCBD7
(172,203,215)
#B9D2DC
(185,210,220)
#C6D9E1
(198,217,225)
#D3E0E6
(211,224,230)
#E0E7EB
(224,231,235)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA8BE; }

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

This text font color is #6BA8BE.


Background Color

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

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

This div background color is #6BA8BE.


Border color

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

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

This div border color is #6BA8BE.


Opacity

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

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

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

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

This text has shadow with #6BA8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA8BE on black background.


Color preview on white background

This text has color #6BA8BE on white background.



Black color preview on #6BA8BE background

This text has black color on #6BA8BE background.


White color preview on #6BA8BE background

This text has white color on #6BA8BE background.