COLOR #6AC691

HEX: #6AC691 RGB: (106,198,145)

Color info

#6AC691 contains mainly green and blue colors. Web safe color of #6AC691 is #66CC99 (or #6C9).

RGB color model

#6AC691 color RGB value is (106,198,145).

RGB: (106,198,145) (42%, 78%, 57%)

RGB channels and saturation

R 106 of 255 = 42%
G 198 of 255 = 78%
B 145 of 255 = 57%

106
198
145

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

Portions of RGB colors in percentages

R + G + B = 106 + 198 + 145 = 449 (100%)
R 106 of 449 ~ 23.61%
G 198 of 449 ~ 44.1%
B 145 of 449 ~ 32.29'%

%23.61
%44.1
%32.29

CMYK color model

#6AC691 color CMYK value is (46,0,27,22).

  • cyan value is 46.46%
  • magenta value is 0.00%
  • yellow value is 26.77%
  • key color value is 22.35%

CMYK: (46,0,27,22)
C46M0Y27K22 (46%, 0%, 27%, 22%)
(0.46 / 0.00 / 0.27 / 0.22)

CMYK percentages

%46.46
%0
%26.77
%22.35

Codes

Color #6AC691 in popluar color models

6A C6 91
RGB 106 198 145
HSL 145° 44.66% 59.61%
HSB/HSV 145° 46.46% 77.65%
CMYK 46.46% 0.00% 26.77%
22.35%

Color #6AC691 in popluar number systems.

HEX 6A C6 91
Decimal 106 198 145
Binary 1101010 11000110 10010001
Octal 152 306 221

Shades and tints

Shades of #6AC691

#6AC691
(106,198,145)
#61B484
(97,180,132)
#58A277
(88,162,119)
#4F906A
(79,144,106)
#467E5D
(70,126,93)
#3D6C50
(61,108,80)
#345A43
(52,90,67)
#2B4836
(43,72,54)
#223629
(34,54,41)
#19241C
(25,36,28)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #6AC691

#6AC691
(106,198,145)
#77CB9B
(119,203,155)
#84D0A5
(132,208,165)
#91D5AF
(145,213,175)
#9EDAB9
(158,218,185)
#ABDFC3
(171,223,195)
#B8E4CD
(184,228,205)
#C5E9D7
(197,233,215)
#D2EEE1
(210,238,225)
#DFF3EB
(223,243,235)
#ECF8F5
(236,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC691 color. Also use rgb(106,198,145) instead hex code.

Text Font Color

.myTextColor { color: #6AC691; }

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

This text font color is #6AC691.

Background Color

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

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

This div background color is #6AC691.

Border color

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

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

This div border color is #6AC691.

Opacity

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

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

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

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

This text has shadow with #6AC691 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AC691.

Preview

Color preview on black background

This text has color #6AC691 on black background.


Color preview on white background

This text has color #6AC691 on white background.


Black color preview on #6AC691 background

This text has black color on #6AC691 background.


White color preview on #6AC691 background

This text has white color on #6AC691 background.


Related colors

Complementary color

Complementary color for #hex is #95396E.


I love getcolorcode.com

Triadic colors

1 #916AC6 and #C6916A with #6AC691 are triadic colors.

2 #91C66A and #C66A91 with #6AC691 are triadic colors.