COLOR #6A958F

HEX: #6A958F
RGB: (106,149,143)

Color info

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

RGB color model

#6A958F color RGB value is (106,149,143).

  • red value is 106;
  • green value is 149;
  • blue value is 143.
RGB:
(106,149,143)
(42%,58%,56%)

RGB channels and saturation

R 106 of 255 = 42%
G 149 of 255 = 58%
B 143 of 255 = 56%

106
149
143

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

Portions of RGB colors in percentages

R + G + B =
106 + 149 + 143 = 398 (100%)
R 106 of 398 ~ 26.63%
G 149 of 398 ~ 37.44%
B 143 of 398 ~ 35.93%

%26.63
%37.44
%35.93

CMYK color model

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

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK:
(29,0,4,42)
C29M0Y4K42 
(29%,0%,4%,42%)
(0.29/0.00/0.04/0.42)	

CMYK percentages

%28.86
%0
%4.03
%41.57

Codes

Color #6A958F in popluar color models

6A958F
RGB106149143
HSL172°16.86%50.00%
HSB/HSV172°28.86%58.43%
CMYK28.86%0.00%4.03%
41.57%

Color #6A958F in popluar number systems.

HEX6A958F
Decimal106149143
Binary11010101001010110001111
Octal152225217

Shades and tints

Shades of #6A958F

#6A958F
(106,149,143)
#618882
(97,136,130)
#587B75
(88,123,117)
#4F6E68
(79,110,104)
#46615B
(70,97,91)
#3D544E
(61,84,78)
#344741
(52,71,65)
#2B3A34
(43,58,52)
#222D27
(34,45,39)
#19201A
(25,32,26)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #6A958F

#6A958F
(106,149,143)
#779E99
(119,158,153)
#84A7A3
(132,167,163)
#91B0AD
(145,176,173)
#9EB9B7
(158,185,183)
#ABC2C1
(171,194,193)
#B8CBCB
(184,203,203)
#C5D4D5
(197,212,213)
#D2DDDF
(210,221,223)
#DFE6E9
(223,230,233)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A958F; }

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

This text font color is #6A958F.


Background Color

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

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

This div background color is #6A958F.


Border color

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

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

This div border color is #6A958F.


Opacity

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

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

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

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

This text has shadow with #6A958F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A958F on black background.


Color preview on white background

This text has color #6A958F on white background.



Black color preview on #6A958F background

This text has black color on #6A958F background.


White color preview on #6A958F background

This text has white color on #6A958F background.