COLOR #6AA794

HEX: #6AA794 RGB: (106,167,148)

Color info

#6AA794 contains mainly green and blue colors. Web safe color of #6AA794 is #669999 (or #699).

RGB color model

#6AA794 color RGB value is (106,167,148).

RGB: (106,167,148) (42%, 65%, 58%)

RGB channels and saturation

R 106 of 255 = 42%
G 167 of 255 = 65%
B 148 of 255 = 58%

106
167
148

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

Portions of RGB colors in percentages

R + G + B = 106 + 167 + 148 = 421 (100%)
R 106 of 421 ~ 25.18%
G 167 of 421 ~ 39.67%
B 148 of 421 ~ 35.15'%

%25.18
%39.67
%35.15

CMYK color model

#6AA794 color CMYK value is (37,0,11,35).

  • cyan value is 36.53%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 34.51%

CMYK: (37,0,11,35)
C37M0Y11K35 (37%, 0%, 11%, 35%)
(0.37 / 0.00 / 0.11 / 0.35)

CMYK percentages

%36.53
%0
%11.38
%34.51

Codes

Color #6AA794 in popluar color models

6A A7 94
RGB 106 167 148
HSL 161° 25.74% 53.53%
HSB/HSV 161° 36.53% 65.49%
CMYK 36.53% 0.00% 11.38%
34.51%

Color #6AA794 in popluar number systems.

HEX 6A A7 94
Decimal 106 167 148
Binary 1101010 10100111 10010100
Octal 152 247 224

Shades and tints

Shades of #6AA794

#6AA794
(106,167,148)
#619887
(97,152,135)
#58897A
(88,137,122)
#4F7A6D
(79,122,109)
#466B60
(70,107,96)
#3D5C53
(61,92,83)
#344D46
(52,77,70)
#2B3E39
(43,62,57)
#222F2C
(34,47,44)
#19201F
(25,32,31)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #6AA794

#6AA794
(106,167,148)
#77AF9D
(119,175,157)
#84B7A6
(132,183,166)
#91BFAF
(145,191,175)
#9EC7B8
(158,199,184)
#ABCFC1
(171,207,193)
#B8D7CA
(184,215,202)
#C5DFD3
(197,223,211)
#D2E7DC
(210,231,220)
#DFEFE5
(223,239,229)
#ECF7EE
(236,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA794 color. Also use rgb(106,167,148) instead hex code.

Text Font Color

.myTextColor { color: #6AA794; }

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

This text font color is #6AA794.

Background Color

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

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

This div background color is #6AA794.

Border color

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

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

This div border color is #6AA794.

Opacity

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

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

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

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

This text has shadow with #6AA794 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA794.

Preview

Color preview on black background

This text has color #6AA794 on black background.


Color preview on white background

This text has color #6AA794 on white background.


Black color preview on #6AA794 background

This text has black color on #6AA794 background.


White color preview on #6AA794 background

This text has white color on #6AA794 background.


Related colors

Complementary color

Complementary color for #hex is #95586B.


I love getcolorcode.com

Triadic colors

1 #946AA7 and #A7946A with #6AA794 are triadic colors.

2 #94A76A and #A76A94 with #6AA794 are triadic colors.