COLOR #6BA7B1

HEX: #6BA7B1
RGB: (107,167,177)

Color info

#6BA7B1 contains mainly green and blue colors. Web safe color of #6BA7B1 is #669999 (or #699).

RGB color model

#6BA7B1 color RGB value is (107,167,177).

  • red value is 107;
  • green value is 167;
  • blue value is 177.
RGB:
(107,167,177)
(42%,65%,69%)

RGB channels and saturation

R 107 of 255 = 42%
G 167 of 255 = 65%
B 177 of 255 = 69%

107
167
177

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

Portions of RGB colors in percentages

R + G + B =
107 + 167 + 177 = 451 (100%)
R 107 of 451 ~ 23.73%
G 167 of 451 ~ 37.03%
B 177 of 451 ~ 39.25%

%23.73
%37.03
%39.25

CMYK color model

#6BA7B1 color CMYK value is (40,6,0,31).

  • cyan value is 39.55%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(40,6,0,31)
C40M6Y0K31 
(40%,6%,0%,31%)
(0.40/0.06/0.00/0.31)	

CMYK percentages

%39.55
%5.65
%0
%30.59

Codes

Color #6BA7B1 in popluar color models

6BA7B1
RGB107167177
HSL189°30.97%55.69%
HSB/HSV189°39.55%69.41%
CMYK39.55%5.65%0.00%
30.59%

Color #6BA7B1 in popluar number systems.

HEX6BA7B1
Decimal107167177
Binary11010111010011110110001
Octal153247261

Shades and tints

Shades of #6BA7B1

#6BA7B1
(107,167,177)
#6298A1
(98,152,161)
#598991
(89,137,145)
#507A81
(80,122,129)
#476B71
(71,107,113)
#3E5C61
(62,92,97)
#354D51
(53,77,81)
#2C3E41
(44,62,65)
#232F31
(35,47,49)
#1A2021
(26,32,33)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #6BA7B1

#6BA7B1
(107,167,177)
#78AFB8
(120,175,184)
#85B7BF
(133,183,191)
#92BFC6
(146,191,198)
#9FC7CD
(159,199,205)
#ACCFD4
(172,207,212)
#B9D7DB
(185,215,219)
#C6DFE2
(198,223,226)
#D3E7E9
(211,231,233)
#E0EFF0
(224,239,240)
#EDF7F7
(237,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA7B1 color. Also use rgb(107,167,177) instead hex code.

Text Font Color

.myTextColor { color: #6BA7B1; }

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

This text font color is #6BA7B1.


Background Color

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

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

This div background color is #6BA7B1.


Border color

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

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

This div border color is #6BA7B1.


Opacity

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

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

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

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

This text has shadow with #6BA7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA7B1 on black background.


Color preview on white background

This text has color #6BA7B1 on white background.



Black color preview on #6BA7B1 background

This text has black color on #6BA7B1 background.


White color preview on #6BA7B1 background

This text has white color on #6BA7B1 background.