COLOR #6BA395

HEX: #6BA395 RGB: (107,163,149)

Color info

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

RGB color model

#6BA395 color RGB value is (107,163,149).

RGB: (107,163,149) (42%, 64%, 58%)

RGB channels and saturation

R 107 of 255 = 42%
G 163 of 255 = 64%
B 149 of 255 = 58%

107
163
149

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

Portions of RGB colors in percentages

R + G + B = 107 + 163 + 149 = 419 (100%)
R 107 of 419 ~ 25.54%
G 163 of 419 ~ 38.9%
B 149 of 419 ~ 35.56'%

%25.54
%38.9
%35.56

CMYK color model

#6BA395 color CMYK value is (34,0,9,36).

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

CMYK: (34,0,9,36)
C34M0Y9K36 (34%, 0%, 9%, 36%)
(0.34 / 0.00 / 0.09 / 0.36)

CMYK percentages

%34.36
%0
%8.59
%36.08

Codes

Color #6BA395 in popluar color models

6B A3 95
RGB 107 163 149
HSL 165° 23.33% 52.94%
HSB/HSV 165° 34.36% 63.92%
CMYK 34.36% 0.00% 8.59%
36.08%

Color #6BA395 in popluar number systems.

HEX 6B A3 95
Decimal 107 163 149
Binary 1101011 10100011 10010101
Octal 153 243 225

Shades and tints

Shades of #6BA395

#6BA395
(107,163,149)
#629588
(98,149,136)
#59877B
(89,135,123)
#50796E
(80,121,110)
#476B61
(71,107,97)
#3E5D54
(62,93,84)
#354F47
(53,79,71)
#2C413A
(44,65,58)
#23332D
(35,51,45)
#1A2520
(26,37,32)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #6BA395

#6BA395
(107,163,149)
#78AB9E
(120,171,158)
#85B3A7
(133,179,167)
#92BBB0
(146,187,176)
#9FC3B9
(159,195,185)
#ACCBC2
(172,203,194)
#B9D3CB
(185,211,203)
#C6DBD4
(198,219,212)
#D3E3DD
(211,227,221)
#E0EBE6
(224,235,230)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA395; }

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

This text font color is #6BA395.

Background Color

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

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

This div background color is #6BA395.

Border color

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

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

This div border color is #6BA395.

Opacity

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

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

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

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

This text has shadow with #6BA395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA395.

Preview

Color preview on black background

This text has color #6BA395 on black background.


Color preview on white background

This text has color #6BA395 on white background.


Black color preview on #6BA395 background

This text has black color on #6BA395 background.


White color preview on #6BA395 background

This text has white color on #6BA395 background.


Related colors

Complementary color

Complementary color for #hex is #945C6A.


I love getcolorcode.com

Triadic colors

1 #956BA3 and #A3956B with #6BA395 are triadic colors.

2 #95A36B and #A36B95 with #6BA395 are triadic colors.