COLOR #6BA599

HEX: #6BA599 RGB: (107,165,153)

Color info

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

RGB color model

#6BA599 color RGB value is (107,165,153).

RGB: (107,165,153) (42%, 65%, 60%)

RGB channels and saturation

R 107 of 255 = 42%
G 165 of 255 = 65%
B 153 of 255 = 60%

107
165
153

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

Portions of RGB colors in percentages

R + G + B = 107 + 165 + 153 = 425 (100%)
R 107 of 425 ~ 25.18%
G 165 of 425 ~ 38.82%
B 153 of 425 ~ 36'%

%25.18
%38.82
%36

CMYK color model

#6BA599 color CMYK value is (35,0,7,35).

  • cyan value is 35.15%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 35.29%

CMYK: (35,0,7,35)
C35M0Y7K35 (35%, 0%, 7%, 35%)
(0.35 / 0.00 / 0.07 / 0.35)

CMYK percentages

%35.15
%0
%7.27
%35.29

Codes

Color #6BA599 in popluar color models

6B A5 99
RGB 107 165 153
HSL 168° 24.37% 53.33%
HSB/HSV 168° 35.15% 64.71%
CMYK 35.15% 0.00% 7.27%
35.29%

Color #6BA599 in popluar number systems.

HEX 6B A5 99
Decimal 107 165 153
Binary 1101011 10100101 10011001
Octal 153 245 231

Shades and tints

Shades of #6BA599

#6BA599
(107,165,153)
#62968C
(98,150,140)
#59877F
(89,135,127)
#507872
(80,120,114)
#476965
(71,105,101)
#3E5A58
(62,90,88)
#354B4B
(53,75,75)
#2C3C3E
(44,60,62)
#232D31
(35,45,49)
#1A1E24
(26,30,36)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #6BA599

#6BA599
(107,165,153)
#78ADA2
(120,173,162)
#85B5AB
(133,181,171)
#92BDB4
(146,189,180)
#9FC5BD
(159,197,189)
#ACCDC6
(172,205,198)
#B9D5CF
(185,213,207)
#C6DDD8
(198,221,216)
#D3E5E1
(211,229,225)
#E0EDEA
(224,237,234)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA599 color. Also use rgb(107,165,153) instead hex code.

Text Font Color

.myTextColor { color: #6BA599; }

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

This text font color is #6BA599.

Background Color

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

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

This div background color is #6BA599.

Border color

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

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

This div border color is #6BA599.

Opacity

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

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

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

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

This text has shadow with #6BA599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA599.

Preview

Color preview on black background

This text has color #6BA599 on black background.


Color preview on white background

This text has color #6BA599 on white background.


Black color preview on #6BA599 background

This text has black color on #6BA599 background.


White color preview on #6BA599 background

This text has white color on #6BA599 background.


Related colors

Complementary color

Complementary color for #hex is #945A66.


I love getcolorcode.com

Triadic colors

1 #996BA5 and #A5996B with #6BA599 are triadic colors.

2 #99A56B and #A56B99 with #6BA599 are triadic colors.