COLOR #6A958C

HEX: #6A958C RGB: (106,149,140)

Color info

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

RGB color model

#6A958C color RGB value is (106,149,140).

RGB: (106,149,140) (42%, 58%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 149 of 255 = 58%
B 140 of 255 = 55%

106
149
140

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

Portions of RGB colors in percentages

R + G + B = 106 + 149 + 140 = 395 (100%)
R 106 of 395 ~ 26.84%
G 149 of 395 ~ 37.72%
B 140 of 395 ~ 35.44'%

%26.84
%37.72
%35.44

CMYK color model

#6A958C color CMYK value is (29,0,6,42).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 41.57%

CMYK: (29,0,6,42)
C29M0Y6K42 (29%, 0%, 6%, 42%)
(0.29 / 0.00 / 0.06 / 0.42)

CMYK percentages

%28.86
%0
%6.04
%41.57

Codes

Color #6A958C in popluar color models

6A 95 8C
RGB 106 149 140
HSL 167° 16.86% 50.00%
HSB/HSV 167° 28.86% 58.43%
CMYK 28.86% 0.00% 6.04%
41.57%

Color #6A958C in popluar number systems.

HEX 6A 95 8C
Decimal 106 149 140
Binary 1101010 10010101 10001100
Octal 152 225 214

Shades and tints

Shades of #6A958C

#6A958C
(106,149,140)
#618880
(97,136,128)
#587B74
(88,123,116)
#4F6E68
(79,110,104)
#46615C
(70,97,92)
#3D5450
(61,84,80)
#344744
(52,71,68)
#2B3A38
(43,58,56)
#222D2C
(34,45,44)
#192020
(25,32,32)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #6A958C

#6A958C
(106,149,140)
#779E96
(119,158,150)
#84A7A0
(132,167,160)
#91B0AA
(145,176,170)
#9EB9B4
(158,185,180)
#ABC2BE
(171,194,190)
#B8CBC8
(184,203,200)
#C5D4D2
(197,212,210)
#D2DDDC
(210,221,220)
#DFE6E6
(223,230,230)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A958C; }

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

This text font color is #6A958C.

Background Color

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

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

This div background color is #6A958C.

Border color

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

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

This div border color is #6A958C.

Opacity

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

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

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

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

This text has shadow with #6A958C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A958C.

Preview

Color preview on black background

This text has color #6A958C on black background.


Color preview on white background

This text has color #6A958C on white background.


Black color preview on #6A958C background

This text has black color on #6A958C background.


White color preview on #6A958C background

This text has white color on #6A958C background.


Related colors

Complementary color

Complementary color for #hex is #956A73.


I love getcolorcode.com

Triadic colors

1 #8C6A95 and #958C6A with #6A958C are triadic colors.

2 #8C956A and #956A8C with #6A958C are triadic colors.