COLOR #6BA491

HEX: #6BA491
RGB: (107,164,145)

Color info

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

RGB color model

#6BA491 color RGB value is (107,164,145).

  • red value is 107;
  • green value is 164;
  • blue value is 145.
RGB:
(107,164,145)
(42%,64%,57%)

RGB channels and saturation

R 107 of 255 = 42%
G 164 of 255 = 64%
B 145 of 255 = 57%

107
164
145

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

Portions of RGB colors in percentages

R + G + B =
107 + 164 + 145 = 416 (100%)
R 107 of 416 ~ 25.72%
G 164 of 416 ~ 39.42%
B 145 of 416 ~ 34.86%

%25.72
%39.42
%34.86

CMYK color model

#6BA491 color CMYK value is (35,0,12,36).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 35.69%
CMYK:
(35,0,12,36)
C35M0Y12K36 
(35%,0%,12%,36%)
(0.35/0.00/0.12/0.36)	

CMYK percentages

%34.76
%0
%11.59
%35.69

Codes

Color #6BA491 in popluar color models

6BA491
RGB107164145
HSL160°23.85%53.14%
HSB/HSV160°34.76%64.31%
CMYK34.76%0.00%11.59%
35.69%

Color #6BA491 in popluar number systems.

HEX6BA491
Decimal107164145
Binary11010111010010010010001
Octal153244221

Shades and tints

Shades of #6BA491

#6BA491
(107,164,145)
#629684
(98,150,132)
#598877
(89,136,119)
#507A6A
(80,122,106)
#476C5D
(71,108,93)
#3E5E50
(62,94,80)
#355043
(53,80,67)
#2C4236
(44,66,54)
#233429
(35,52,41)
#1A261C
(26,38,28)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #6BA491

#6BA491
(107,164,145)
#78AC9B
(120,172,155)
#85B4A5
(133,180,165)
#92BCAF
(146,188,175)
#9FC4B9
(159,196,185)
#ACCCC3
(172,204,195)
#B9D4CD
(185,212,205)
#C6DCD7
(198,220,215)
#D3E4E1
(211,228,225)
#E0ECEB
(224,236,235)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA491 color. Also use rgb(107,164,145) instead hex code.

Text Font Color

.myTextColor { color: #6BA491; }

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

This text font color is #6BA491.


Background Color

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

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

This div background color is #6BA491.


Border color

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

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

This div border color is #6BA491.


Opacity

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

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

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

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

This text has shadow with #6BA491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA491 on black background.


Color preview on white background

This text has color #6BA491 on white background.



Black color preview on #6BA491 background

This text has black color on #6BA491 background.


White color preview on #6BA491 background

This text has white color on #6BA491 background.