COLOR #6AA38D

HEX: #6AA38D RGB: (106,163,141)

Color info

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

RGB color model

#6AA38D color RGB value is (106,163,141).

RGB: (106,163,141) (42%, 64%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 163 of 255 = 64%
B 141 of 255 = 55%

106
163
141

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

Portions of RGB colors in percentages

R + G + B = 106 + 163 + 141 = 410 (100%)
R 106 of 410 ~ 25.85%
G 163 of 410 ~ 39.76%
B 141 of 410 ~ 34.39'%

%25.85
%39.76
%34.39

CMYK color model

#6AA38D color CMYK value is (35,0,13,36).

  • cyan value is 34.97%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 36.08%

CMYK: (35,0,13,36)
C35M0Y13K36 (35%, 0%, 13%, 36%)
(0.35 / 0.00 / 0.13 / 0.36)

CMYK percentages

%34.97
%0
%13.5
%36.08

Codes

Color #6AA38D in popluar color models

6A A3 8D
RGB 106 163 141
HSL 157° 23.65% 52.75%
HSB/HSV 157° 34.97% 63.92%
CMYK 34.97% 0.00% 13.50%
36.08%

Color #6AA38D in popluar number systems.

HEX 6A A3 8D
Decimal 106 163 141
Binary 1101010 10100011 10001101
Octal 152 243 215

Shades and tints

Shades of #6AA38D

#6AA38D
(106,163,141)
#619581
(97,149,129)
#588775
(88,135,117)
#4F7969
(79,121,105)
#466B5D
(70,107,93)
#3D5D51
(61,93,81)
#344F45
(52,79,69)
#2B4139
(43,65,57)
#22332D
(34,51,45)
#192521
(25,37,33)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #6AA38D

#6AA38D
(106,163,141)
#77AB97
(119,171,151)
#84B3A1
(132,179,161)
#91BBAB
(145,187,171)
#9EC3B5
(158,195,181)
#ABCBBF
(171,203,191)
#B8D3C9
(184,211,201)
#C5DBD3
(197,219,211)
#D2E3DD
(210,227,221)
#DFEBE7
(223,235,231)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA38D color. Also use rgb(106,163,141) instead hex code.

Text Font Color

.myTextColor { color: #6AA38D; }

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

This text font color is #6AA38D.

Background Color

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

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

This div background color is #6AA38D.

Border color

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

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

This div border color is #6AA38D.

Opacity

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

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

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

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

This text has shadow with #6AA38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA38D.

Preview

Color preview on black background

This text has color #6AA38D on black background.


Color preview on white background

This text has color #6AA38D on white background.


Black color preview on #6AA38D background

This text has black color on #6AA38D background.


White color preview on #6AA38D background

This text has white color on #6AA38D background.


Related colors

Complementary color

Complementary color for #hex is #955C72.


I love getcolorcode.com

Triadic colors

1 #8D6AA3 and #A38D6A with #6AA38D are triadic colors.

2 #8DA36A and #A36A8D with #6AA38D are triadic colors.