COLOR #6BA284

HEX: #6BA284
RGB: (107,162,132)

Color info

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

RGB color model

#6BA284 color RGB value is (107,162,132).

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

RGB channels and saturation

R 107 of 255 = 42%
G 162 of 255 = 64%
B 132 of 255 = 52%

107
162
132

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

Portions of RGB colors in percentages

R + G + B =
107 + 162 + 132 = 401 (100%)
R 107 of 401 ~ 26.68%
G 162 of 401 ~ 40.4%
B 132 of 401 ~ 32.92%

%26.68
%40.4
%32.92

CMYK color model

#6BA284 color CMYK value is (34,0,19,36).

  • cyan value is 33.95%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 36.47%
CMYK:
(34,0,19,36)
C34M0Y19K36 
(34%,0%,19%,36%)
(0.34/0.00/0.19/0.36)	

CMYK percentages

%33.95
%0
%18.52
%36.47

Codes

Color #6BA284 in popluar color models

6BA284
RGB107162132
HSL147°22.82%52.75%
HSB/HSV147°33.95%63.53%
CMYK33.95%0.00%18.52%
36.47%

Color #6BA284 in popluar number systems.

HEX6BA284
Decimal107162132
Binary11010111010001010000100
Octal153242204

Shades and tints

Shades of #6BA284

#6BA284
(107,162,132)
#629478
(98,148,120)
#59866C
(89,134,108)
#507860
(80,120,96)
#476A54
(71,106,84)
#3E5C48
(62,92,72)
#354E3C
(53,78,60)
#2C4030
(44,64,48)
#233224
(35,50,36)
#1A2418
(26,36,24)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #6BA284

#6BA284
(107,162,132)
#78AA8F
(120,170,143)
#85B29A
(133,178,154)
#92BAA5
(146,186,165)
#9FC2B0
(159,194,176)
#ACCABB
(172,202,187)
#B9D2C6
(185,210,198)
#C6DAD1
(198,218,209)
#D3E2DC
(211,226,220)
#E0EAE7
(224,234,231)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA284; }

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

This text font color is #6BA284.


Background Color

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

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

This div background color is #6BA284.


Border color

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

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

This div border color is #6BA284.


Opacity

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

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

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

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

This text has shadow with #6BA284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA284 on black background.


Color preview on white background

This text has color #6BA284 on white background.



Black color preview on #6BA284 background

This text has black color on #6BA284 background.


White color preview on #6BA284 background

This text has white color on #6BA284 background.