COLOR #6BA183

HEX: #6BA183
RGB: (107,161,131)

Color info

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

RGB color model

#6BA183 color RGB value is (107,161,131).

  • red value is 107;
  • green value is 161;
  • blue value is 131.
RGB:
(107,161,131)
(42%,63%,51%)

RGB channels and saturation

R 107 of 255 = 42%
G 161 of 255 = 63%
B 131 of 255 = 51%

107
161
131

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

Portions of RGB colors in percentages

R + G + B =
107 + 161 + 131 = 399 (100%)
R 107 of 399 ~ 26.82%
G 161 of 399 ~ 40.35%
B 131 of 399 ~ 32.83%

%26.82
%40.35
%32.83

CMYK color model

#6BA183 color CMYK value is (34,0,19,37).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 36.86%
CMYK:
(34,0,19,37)
C34M0Y19K37 
(34%,0%,19%,37%)
(0.34/0.00/0.19/0.37)	

CMYK percentages

%33.54
%0
%18.63
%36.86

Codes

Color #6BA183 in popluar color models

6BA183
RGB107161131
HSL147°22.31%52.55%
HSB/HSV147°33.54%63.14%
CMYK33.54%0.00%18.63%
36.86%

Color #6BA183 in popluar number systems.

HEX6BA183
Decimal107161131
Binary11010111010000110000011
Octal153241203

Shades and tints

Shades of #6BA183

#6BA183
(107,161,131)
#629378
(98,147,120)
#59856D
(89,133,109)
#507762
(80,119,98)
#476957
(71,105,87)
#3E5B4C
(62,91,76)
#354D41
(53,77,65)
#2C3F36
(44,63,54)
#23312B
(35,49,43)
#1A2320
(26,35,32)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #6BA183

#6BA183
(107,161,131)
#78A98E
(120,169,142)
#85B199
(133,177,153)
#92B9A4
(146,185,164)
#9FC1AF
(159,193,175)
#ACC9BA
(172,201,186)
#B9D1C5
(185,209,197)
#C6D9D0
(198,217,208)
#D3E1DB
(211,225,219)
#E0E9E6
(224,233,230)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA183 color. Also use rgb(107,161,131) instead hex code.

Text Font Color

.myTextColor { color: #6BA183; }

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

This text font color is #6BA183.


Background Color

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

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

This div background color is #6BA183.


Border color

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

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

This div border color is #6BA183.


Opacity

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

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

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

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

This text has shadow with #6BA183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA183 on black background.


Color preview on white background

This text has color #6BA183 on white background.



Black color preview on #6BA183 background

This text has black color on #6BA183 background.


White color preview on #6BA183 background

This text has white color on #6BA183 background.