COLOR #6A9E8C

HEX: #6A9E8C RGB: (106,158,140)

Color info

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

RGB color model

#6A9E8C color RGB value is (106,158,140).

RGB: (106,158,140) (42%, 62%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 158 of 255 = 62%
B 140 of 255 = 55%

106
158
140

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

Portions of RGB colors in percentages

R + G + B = 106 + 158 + 140 = 404 (100%)
R 106 of 404 ~ 26.24%
G 158 of 404 ~ 39.11%
B 140 of 404 ~ 34.65'%

%26.24
%39.11
%34.65

CMYK color model

#6A9E8C color CMYK value is (33,0,11,38).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 38.04%

CMYK: (33,0,11,38)
C33M0Y11K38 (33%, 0%, 11%, 38%)
(0.33 / 0.00 / 0.11 / 0.38)

CMYK percentages

%32.91
%0
%11.39
%38.04

Codes

Color #6A9E8C in popluar color models

6A 9E 8C
RGB 106 158 140
HSL 159° 21.14% 51.76%
HSB/HSV 159° 32.91% 61.96%
CMYK 32.91% 0.00% 11.39%
38.04%

Color #6A9E8C in popluar number systems.

HEX 6A 9E 8C
Decimal 106 158 140
Binary 1101010 10011110 10001100
Octal 152 236 214

Shades and tints

Shades of #6A9E8C

#6A9E8C
(106,158,140)
#619080
(97,144,128)
#588274
(88,130,116)
#4F7468
(79,116,104)
#46665C
(70,102,92)
#3D5850
(61,88,80)
#344A44
(52,74,68)
#2B3C38
(43,60,56)
#222E2C
(34,46,44)
#192020
(25,32,32)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #6A9E8C

#6A9E8C
(106,158,140)
#77A696
(119,166,150)
#84AEA0
(132,174,160)
#91B6AA
(145,182,170)
#9EBEB4
(158,190,180)
#ABC6BE
(171,198,190)
#B8CEC8
(184,206,200)
#C5D6D2
(197,214,210)
#D2DEDC
(210,222,220)
#DFE6E6
(223,230,230)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9E8C color. Also use rgb(106,158,140) instead hex code.

Text Font Color

.myTextColor { color: #6A9E8C; }

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

This text font color is #6A9E8C.

Background Color

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

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

This div background color is #6A9E8C.

Border color

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

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

This div border color is #6A9E8C.

Opacity

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

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

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

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

This text has shadow with #6A9E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A9E8C.

Preview

Color preview on black background

This text has color #6A9E8C on black background.


Color preview on white background

This text has color #6A9E8C on white background.


Black color preview on #6A9E8C background

This text has black color on #6A9E8C background.


White color preview on #6A9E8C background

This text has white color on #6A9E8C background.


Related colors

Complementary color

Complementary color for #hex is #956173.


I love getcolorcode.com

Triadic colors

1 #8C6A9E and #9E8C6A with #6A9E8C are triadic colors.

2 #8C9E6A and #9E6A8C with #6A9E8C are triadic colors.