COLOR #6BA295

HEX: #6BA295
RGB: (107,162,149)

Color info

#6BA295 contains red, green and blue colors in about the same proportion. Web safe color of #6BA295 is #669999 (or #699).

RGB color model

#6BA295 color RGB value is (107,162,149).

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

RGB channels and saturation

R 107 of 255 = 42%
G 162 of 255 = 64%
B 149 of 255 = 58%

107
162
149

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

Portions of RGB colors in percentages

R + G + B =
107 + 162 + 149 = 418 (100%)
R 107 of 418 ~ 25.6%
G 162 of 418 ~ 38.76%
B 149 of 418 ~ 35.65%

%25.6
%38.76
%35.65

CMYK color model

#6BA295 color CMYK value is (34,0,8,36).

  • cyan value is 33.95%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 36.47%
CMYK:
(34,0,8,36)
C34M0Y8K36 
(34%,0%,8%,36%)
(0.34/0.00/0.08/0.36)	

CMYK percentages

%33.95
%0
%8.02
%36.47

Codes

Color #6BA295 in popluar color models

6BA295
RGB107162149
HSL166°22.82%52.75%
HSB/HSV166°33.95%63.53%
CMYK33.95%0.00%8.02%
36.47%

Color #6BA295 in popluar number systems.

HEX6BA295
Decimal107162149
Binary11010111010001010010101
Octal153242225

Shades and tints

Shades of #6BA295

#6BA295
(107,162,149)
#629488
(98,148,136)
#59867B
(89,134,123)
#50786E
(80,120,110)
#476A61
(71,106,97)
#3E5C54
(62,92,84)
#354E47
(53,78,71)
#2C403A
(44,64,58)
#23322D
(35,50,45)
#1A2420
(26,36,32)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #6BA295

#6BA295
(107,162,149)
#78AA9E
(120,170,158)
#85B2A7
(133,178,167)
#92BAB0
(146,186,176)
#9FC2B9
(159,194,185)
#ACCAC2
(172,202,194)
#B9D2CB
(185,210,203)
#C6DAD4
(198,218,212)
#D3E2DD
(211,226,221)
#E0EAE6
(224,234,230)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA295; }

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

This text font color is #6BA295.


Background Color

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

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

This div background color is #6BA295.


Border color

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

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

This div border color is #6BA295.


Opacity

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

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

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

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

This text has shadow with #6BA295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA295 on black background.


Color preview on white background

This text has color #6BA295 on white background.



Black color preview on #6BA295 background

This text has black color on #6BA295 background.


White color preview on #6BA295 background

This text has white color on #6BA295 background.