COLOR #6A838E

HEX: #6A838E
RGB: (106,131,142)

Color info

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

RGB color model

#6A838E color RGB value is (106,131,142).

  • red value is 106;
  • green value is 131;
  • blue value is 142.
RGB:
(106,131,142)
(42%,51%,56%)

RGB channels and saturation

R 106 of 255 = 42%
G 131 of 255 = 51%
B 142 of 255 = 56%

106
131
142

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

Portions of RGB colors in percentages

R + G + B =
106 + 131 + 142 = 379 (100%)
R 106 of 379 ~ 27.97%
G 131 of 379 ~ 34.56%
B 142 of 379 ~ 37.47%

%27.97
%34.56
%37.47

CMYK color model

#6A838E color CMYK value is (25,8,0,44).

  • cyan value is 25.35%
  • magenta value is 7.75%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(25,8,0,44)
C25M8Y0K44 
(25%,8%,0%,44%)
(0.25/0.08/0.00/0.44)	

CMYK percentages

%25.35
%7.75
%0
%44.31

Codes

Color #6A838E in popluar color models

6A838E
RGB106131142
HSL198°14.52%48.63%
HSB/HSV198°25.35%55.69%
CMYK25.35%7.75%0.00%
44.31%

Color #6A838E in popluar number systems.

HEX6A838E
Decimal106131142
Binary11010101000001110001110
Octal152203216

Shades and tints

Shades of #6A838E

#6A838E
(106,131,142)
#617882
(97,120,130)
#586D76
(88,109,118)
#4F626A
(79,98,106)
#46575E
(70,87,94)
#3D4C52
(61,76,82)
#344146
(52,65,70)
#2B363A
(43,54,58)
#222B2E
(34,43,46)
#192022
(25,32,34)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #6A838E

#6A838E
(106,131,142)
#778E98
(119,142,152)
#8499A2
(132,153,162)
#91A4AC
(145,164,172)
#9EAFB6
(158,175,182)
#ABBAC0
(171,186,192)
#B8C5CA
(184,197,202)
#C5D0D4
(197,208,212)
#D2DBDE
(210,219,222)
#DFE6E8
(223,230,232)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A838E color. Also use rgb(106,131,142) instead hex code.

Text Font Color

.myTextColor { color: #6A838E; }

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

This text font color is #6A838E.


Background Color

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

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

This div background color is #6A838E.


Border color

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

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

This div border color is #6A838E.


Opacity

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

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

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

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

This text has shadow with #6A838E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A838E on black background.


Color preview on white background

This text has color #6A838E on white background.



Black color preview on #6A838E background

This text has black color on #6A838E background.


White color preview on #6A838E background

This text has white color on #6A838E background.