COLOR #6DA598

HEX: #6DA598 RGB: (109,165,152)

Color info

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

RGB color model

#6DA598 color RGB value is (109,165,152).

RGB: (109,165,152) (43%, 65%, 60%)

RGB channels and saturation

R 109 of 255 = 43%
G 165 of 255 = 65%
B 152 of 255 = 60%

109
165
152

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

Portions of RGB colors in percentages

R + G + B = 109 + 165 + 152 = 426 (100%)
R 109 of 426 ~ 25.59%
G 165 of 426 ~ 38.73%
B 152 of 426 ~ 35.68'%

%25.59
%38.73
%35.68

CMYK color model

#6DA598 color CMYK value is (34,0,8,35).

  • cyan value is 33.94%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 35.29%
CMYK: (34,0,8,35) C34M0Y8K35 (34%,0%,8%,35%) (0.34/0.00/0.08/0.35) 

CMYK percentages

%33.94
%0
%7.88
%35.29

Codes

Color #6DA598 in popluar color models

6D A5 98
RGB 109 165 152
HSL 166° 23.73% 53.73%
HSB/HSV 166° 33.94% 64.71%
CMYK 33.94% 0.00% 7.88%
35.29%

Color #6DA598 in popluar number systems.

HEX 6D A5 98
Decimal 109 165 152
Binary 1101101 10100101 10011000
Octal 155 245 230

Shades and tints

Shades of #6DA598

#6DA598
(109,165,152)
#64968B
(100,150,139)
#5B877E
(91,135,126)
#527871
(82,120,113)
#496964
(73,105,100)
#405A57
(64,90,87)
#374B4A
(55,75,74)
#2E3C3D
(46,60,61)
#252D30
(37,45,48)
#1C1E23
(28,30,35)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #6DA598

#6DA598
(109,165,152)
#7AADA1
(122,173,161)
#87B5AA
(135,181,170)
#94BDB3
(148,189,179)
#A1C5BC
(161,197,188)
#AECDC5
(174,205,197)
#BBD5CE
(187,213,206)
#C8DDD7
(200,221,215)
#D5E5E0
(213,229,224)
#E2EDE9
(226,237,233)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA598 color. Also use rgb(109,165,152) instead hex code.

Text Font Color

.myTextColor { color: #6DA598; }

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

This text font color is #6DA598.

Background Color

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

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

This div background color is #6DA598.

Border color

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

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

This div border color is #6DA598.

Opacity

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

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

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

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

This text has shadow with #6DA598 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA598.

Preview

Color preview on black background

This text has color #6DA598 on black background.


Color preview on white background

This text has color #6DA598 on white background.


Black color preview on #6DA598 background

This text has black color on #6DA598 background.


White color preview on #6DA598 background

This text has white color on #6DA598 background.


Related colors

Complementary color

Complementary color for #hex is #925A67.


I love getcolorcode.com

Triadic colors

1 #986DA5 and #A5986D with #6DA598 are triadic colors.

2 #98A56D and #A56D98 with #6DA598 are triadic colors.