COLOR #6A858D

HEX: #6A858D
RGB: (106,133,141)

Color info

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

RGB color model

#6A858D color RGB value is (106,133,141).

  • red value is 106;
  • green value is 133;
  • blue value is 141.
RGB:
(106,133,141)
(42%,52%,55%)

RGB channels and saturation

R 106 of 255 = 42%
G 133 of 255 = 52%
B 141 of 255 = 55%

106
133
141

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

Portions of RGB colors in percentages

R + G + B =
106 + 133 + 141 = 380 (100%)
R 106 of 380 ~ 27.89%
G 133 of 380 ~ 35%
B 141 of 380 ~ 37.11%

%27.89
%35
%37.11

CMYK color model

#6A858D color CMYK value is (25,6,0,45).

  • cyan value is 24.82%
  • magenta value is 5.67%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(25,6,0,45)
C25M6Y0K45 
(25%,6%,0%,45%)
(0.25/0.06/0.00/0.45)	

CMYK percentages

%24.82
%5.67
%0
%44.71

Codes

Color #6A858D in popluar color models

6A858D
RGB106133141
HSL194°14.17%48.43%
HSB/HSV194°24.82%55.29%
CMYK24.82%5.67%0.00%
44.71%

Color #6A858D in popluar number systems.

HEX6A858D
Decimal106133141
Binary11010101000010110001101
Octal152205215

Shades and tints

Shades of #6A858D

#6A858D
(106,133,141)
#617981
(97,121,129)
#586D75
(88,109,117)
#4F6169
(79,97,105)
#46555D
(70,85,93)
#3D4951
(61,73,81)
#343D45
(52,61,69)
#2B3139
(43,49,57)
#22252D
(34,37,45)
#191921
(25,25,33)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #6A858D

#6A858D
(106,133,141)
#779097
(119,144,151)
#849BA1
(132,155,161)
#91A6AB
(145,166,171)
#9EB1B5
(158,177,181)
#ABBCBF
(171,188,191)
#B8C7C9
(184,199,201)
#C5D2D3
(197,210,211)
#D2DDDD
(210,221,221)
#DFE8E7
(223,232,231)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A858D; }

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

This text font color is #6A858D.


Background Color

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

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

This div background color is #6A858D.


Border color

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

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

This div border color is #6A858D.


Opacity

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

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

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

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

This text has shadow with #6A858D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A858D on black background.


Color preview on white background

This text has color #6A858D on white background.



Black color preview on #6A858D background

This text has black color on #6A858D background.


White color preview on #6A858D background

This text has white color on #6A858D background.