COLOR #6A959D

HEX: #6A959D
RGB: (106,149,157)

Color info

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

RGB color model

#6A959D color RGB value is (106,149,157).

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

RGB channels and saturation

R 106 of 255 = 42%
G 149 of 255 = 58%
B 157 of 255 = 62%

106
149
157

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

Portions of RGB colors in percentages

R + G + B =
106 + 149 + 157 = 412 (100%)
R 106 of 412 ~ 25.73%
G 149 of 412 ~ 36.17%
B 157 of 412 ~ 38.11%

%25.73
%36.17
%38.11

CMYK color model

#6A959D color CMYK value is (32,5,0,38).

  • cyan value is 32.48%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(32,5,0,38)
C32M5Y0K38 
(32%,5%,0%,38%)
(0.32/0.05/0.00/0.38)	

CMYK percentages

%32.48
%5.1
%0
%38.43

Codes

Color #6A959D in popluar color models

6A959D
RGB106149157
HSL189°20.65%51.57%
HSB/HSV189°32.48%61.57%
CMYK32.48%5.10%0.00%
38.43%

Color #6A959D in popluar number systems.

HEX6A959D
Decimal106149157
Binary11010101001010110011101
Octal152225235

Shades and tints

Shades of #6A959D

#6A959D
(106,149,157)
#61888F
(97,136,143)
#587B81
(88,123,129)
#4F6E73
(79,110,115)
#466165
(70,97,101)
#3D5457
(61,84,87)
#344749
(52,71,73)
#2B3A3B
(43,58,59)
#222D2D
(34,45,45)
#19201F
(25,32,31)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #6A959D

#6A959D
(106,149,157)
#779EA5
(119,158,165)
#84A7AD
(132,167,173)
#91B0B5
(145,176,181)
#9EB9BD
(158,185,189)
#ABC2C5
(171,194,197)
#B8CBCD
(184,203,205)
#C5D4D5
(197,212,213)
#D2DDDD
(210,221,221)
#DFE6E5
(223,230,229)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A959D; }

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

This text font color is #6A959D.


Background Color

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

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

This div background color is #6A959D.


Border color

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

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

This div border color is #6A959D.


Opacity

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

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

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

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

This text has shadow with #6A959D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A959D on black background.


Color preview on white background

This text has color #6A959D on white background.



Black color preview on #6A959D background

This text has black color on #6A959D background.


White color preview on #6A959D background

This text has white color on #6A959D background.