COLOR #6BA8B5

HEX: #6BA8B5
RGB: (107,168,181)

Color info

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

RGB color model

#6BA8B5 color RGB value is (107,168,181).

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

RGB channels and saturation

R 107 of 255 = 42%
G 168 of 255 = 66%
B 181 of 255 = 71%

107
168
181

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

Portions of RGB colors in percentages

R + G + B =
107 + 168 + 181 = 456 (100%)
R 107 of 456 ~ 23.46%
G 168 of 456 ~ 36.84%
B 181 of 456 ~ 39.69%

%23.46
%36.84
%39.69

CMYK color model

#6BA8B5 color CMYK value is (41,7,0,29).

  • cyan value is 40.88%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(41,7,0,29)
C41M7Y0K29 
(41%,7%,0%,29%)
(0.41/0.07/0.00/0.29)	

CMYK percentages

%40.88
%7.18
%0
%29.02

Codes

Color #6BA8B5 in popluar color models

6BA8B5
RGB107168181
HSL191°33.33%56.47%
HSB/HSV191°40.88%70.98%
CMYK40.88%7.18%0.00%
29.02%

Color #6BA8B5 in popluar number systems.

HEX6BA8B5
Decimal107168181
Binary11010111010100010110101
Octal153250265

Shades and tints

Shades of #6BA8B5

#6BA8B5
(107,168,181)
#6299A5
(98,153,165)
#598A95
(89,138,149)
#507B85
(80,123,133)
#476C75
(71,108,117)
#3E5D65
(62,93,101)
#354E55
(53,78,85)
#2C3F45
(44,63,69)
#233035
(35,48,53)
#1A2125
(26,33,37)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #6BA8B5

#6BA8B5
(107,168,181)
#78AFBB
(120,175,187)
#85B6C1
(133,182,193)
#92BDC7
(146,189,199)
#9FC4CD
(159,196,205)
#ACCBD3
(172,203,211)
#B9D2D9
(185,210,217)
#C6D9DF
(198,217,223)
#D3E0E5
(211,224,229)
#E0E7EB
(224,231,235)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA8B5; }

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

This text font color is #6BA8B5.


Background Color

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

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

This div background color is #6BA8B5.


Border color

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

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

This div border color is #6BA8B5.


Opacity

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

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

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

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

This text has shadow with #6BA8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA8B5 on black background.


Color preview on white background

This text has color #6BA8B5 on white background.



Black color preview on #6BA8B5 background

This text has black color on #6BA8B5 background.


White color preview on #6BA8B5 background

This text has white color on #6BA8B5 background.