COLOR #6BA396

HEX: #6BA396 RGB: (107,163,150)

Color info

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

RGB color model

#6BA396 color RGB value is (107,163,150).

RGB: (107,163,150) (42%, 64%, 59%)

RGB channels and saturation

R 107 of 255 = 42%
G 163 of 255 = 64%
B 150 of 255 = 59%

107
163
150

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

Portions of RGB colors in percentages

R + G + B = 107 + 163 + 150 = 420 (100%)
R 107 of 420 ~ 25.48%
G 163 of 420 ~ 38.81%
B 150 of 420 ~ 35.71'%

%25.48
%38.81
%35.71

CMYK color model

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

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 36.08%

CMYK: (34,0,8,36)
C34M0Y8K36 (34%, 0%, 8%, 36%)
(0.34 / 0.00 / 0.08 / 0.36)

CMYK percentages

%34.36
%0
%7.98
%36.08

Codes

Color #6BA396 in popluar color models

6B A3 96
RGB 107 163 150
HSL 166° 23.33% 52.94%
HSB/HSV 166° 34.36% 63.92%
CMYK 34.36% 0.00% 7.98%
36.08%

Color #6BA396 in popluar number systems.

HEX 6B A3 96
Decimal 107 163 150
Binary 1101011 10100011 10010110
Octal 153 243 226

Shades and tints

Shades of #6BA396

#6BA396
(107,163,150)
#629589
(98,149,137)
#59877C
(89,135,124)
#50796F
(80,121,111)
#476B62
(71,107,98)
#3E5D55
(62,93,85)
#354F48
(53,79,72)
#2C413B
(44,65,59)
#23332E
(35,51,46)
#1A2521
(26,37,33)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #6BA396

#6BA396
(107,163,150)
#78AB9F
(120,171,159)
#85B3A8
(133,179,168)
#92BBB1
(146,187,177)
#9FC3BA
(159,195,186)
#ACCBC3
(172,203,195)
#B9D3CC
(185,211,204)
#C6DBD5
(198,219,213)
#D3E3DE
(211,227,222)
#E0EBE7
(224,235,231)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA396 color. Also use rgb(107,163,150) instead hex code.

Text Font Color

.myTextColor { color: #6BA396; }

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

This text font color is #6BA396.

Background Color

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

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

This div background color is #6BA396.

Border color

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

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

This div border color is #6BA396.

Opacity

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

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

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

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

This text has shadow with #6BA396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA396.

Preview

Color preview on black background

This text has color #6BA396 on black background.


Color preview on white background

This text has color #6BA396 on white background.


Black color preview on #6BA396 background

This text has black color on #6BA396 background.


White color preview on #6BA396 background

This text has white color on #6BA396 background.


Related colors

Complementary color

Complementary color for #hex is #945C69.


I love getcolorcode.com

Triadic colors

1 #966BA3 and #A3966B with #6BA396 are triadic colors.

2 #96A36B and #A36B96 with #6BA396 are triadic colors.