COLOR #6BA2A7

HEX: #6BA2A7
RGB: (107,162,167)

Color info

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

RGB color model

#6BA2A7 color RGB value is (107,162,167).

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

RGB channels and saturation

R 107 of 255 = 42%
G 162 of 255 = 64%
B 167 of 255 = 65%

107
162
167

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

Portions of RGB colors in percentages

R + G + B =
107 + 162 + 167 = 436 (100%)
R 107 of 436 ~ 24.54%
G 162 of 436 ~ 37.16%
B 167 of 436 ~ 38.3%

%24.54
%37.16
%38.3

CMYK color model

#6BA2A7 color CMYK value is (36,3,0,35).

  • cyan value is 35.93%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(36,3,0,35)
C36M3Y0K35 
(36%,3%,0%,35%)
(0.36/0.03/0.00/0.35)	

CMYK percentages

%35.93
%2.99
%0
%34.51

Codes

Color #6BA2A7 in popluar color models

6BA2A7
RGB107162167
HSL185°25.42%53.73%
HSB/HSV185°35.93%65.49%
CMYK35.93%2.99%0.00%
34.51%

Color #6BA2A7 in popluar number systems.

HEX6BA2A7
Decimal107162167
Binary11010111010001010100111
Octal153242247

Shades and tints

Shades of #6BA2A7

#6BA2A7
(107,162,167)
#629498
(98,148,152)
#598689
(89,134,137)
#50787A
(80,120,122)
#476A6B
(71,106,107)
#3E5C5C
(62,92,92)
#354E4D
(53,78,77)
#2C403E
(44,64,62)
#23322F
(35,50,47)
#1A2420
(26,36,32)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #6BA2A7

#6BA2A7
(107,162,167)
#78AAAF
(120,170,175)
#85B2B7
(133,178,183)
#92BABF
(146,186,191)
#9FC2C7
(159,194,199)
#ACCACF
(172,202,207)
#B9D2D7
(185,210,215)
#C6DADF
(198,218,223)
#D3E2E7
(211,226,231)
#E0EAEF
(224,234,239)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA2A7; }

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

This text font color is #6BA2A7.


Background Color

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

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

This div background color is #6BA2A7.


Border color

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

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

This div border color is #6BA2A7.


Opacity

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

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

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

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

This text has shadow with #6BA2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA2A7 on black background.


Color preview on white background

This text has color #6BA2A7 on white background.



Black color preview on #6BA2A7 background

This text has black color on #6BA2A7 background.


White color preview on #6BA2A7 background

This text has white color on #6BA2A7 background.