COLOR #6BA085

HEX: #6BA085
RGB: (107,160,133)

Color info

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

RGB color model

#6BA085 color RGB value is (107,160,133).

  • red value is 107;
  • green value is 160;
  • blue value is 133.
RGB:
(107,160,133)
(42%,63%,52%)

RGB channels and saturation

R 107 of 255 = 42%
G 160 of 255 = 63%
B 133 of 255 = 52%

107
160
133

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

Portions of RGB colors in percentages

R + G + B =
107 + 160 + 133 = 400 (100%)
R 107 of 400 ~ 26.75%
G 160 of 400 ~ 40%
B 133 of 400 ~ 33.25%

%26.75
%40
%33.25

CMYK color model

#6BA085 color CMYK value is (33,0,17,37).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 37.25%
CMYK:
(33,0,17,37)
C33M0Y17K37 
(33%,0%,17%,37%)
(0.33/0.00/0.17/0.37)	

CMYK percentages

%33.13
%0
%16.88
%37.25

Codes

Color #6BA085 in popluar color models

6BA085
RGB107160133
HSL149°21.81%52.35%
HSB/HSV149°33.13%62.75%
CMYK33.13%0.00%16.88%
37.25%

Color #6BA085 in popluar number systems.

HEX6BA085
Decimal107160133
Binary11010111010000010000101
Octal153240205

Shades and tints

Shades of #6BA085

#6BA085
(107,160,133)
#629279
(98,146,121)
#59846D
(89,132,109)
#507661
(80,118,97)
#476855
(71,104,85)
#3E5A49
(62,90,73)
#354C3D
(53,76,61)
#2C3E31
(44,62,49)
#233025
(35,48,37)
#1A2219
(26,34,25)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #6BA085

#6BA085
(107,160,133)
#78A890
(120,168,144)
#85B09B
(133,176,155)
#92B8A6
(146,184,166)
#9FC0B1
(159,192,177)
#ACC8BC
(172,200,188)
#B9D0C7
(185,208,199)
#C6D8D2
(198,216,210)
#D3E0DD
(211,224,221)
#E0E8E8
(224,232,232)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA085 color. Also use rgb(107,160,133) instead hex code.

Text Font Color

.myTextColor { color: #6BA085; }

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

This text font color is #6BA085.


Background Color

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

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

This div background color is #6BA085.


Border color

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

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

This div border color is #6BA085.


Opacity

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

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

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

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

This text has shadow with #6BA085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA085 on black background.


Color preview on white background

This text has color #6BA085 on white background.



Black color preview on #6BA085 background

This text has black color on #6BA085 background.


White color preview on #6BA085 background

This text has white color on #6BA085 background.