COLOR #6A878E

HEX: #6A878E
RGB: (106,135,142)

Color info

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

RGB color model

#6A878E color RGB value is (106,135,142).

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

RGB channels and saturation

R 106 of 255 = 42%
G 135 of 255 = 53%
B 142 of 255 = 56%

106
135
142

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

Portions of RGB colors in percentages

R + G + B =
106 + 135 + 142 = 383 (100%)
R 106 of 383 ~ 27.68%
G 135 of 383 ~ 35.25%
B 142 of 383 ~ 37.08%

%27.68
%35.25
%37.08

CMYK color model

#6A878E color CMYK value is (25,5,0,44).

  • cyan value is 25.35%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(25,5,0,44)
C25M5Y0K44 
(25%,5%,0%,44%)
(0.25/0.05/0.00/0.44)	

CMYK percentages

%25.35
%4.93
%0
%44.31

Codes

Color #6A878E in popluar color models

6A878E
RGB106135142
HSL192°14.52%48.63%
HSB/HSV192°25.35%55.69%
CMYK25.35%4.93%0.00%
44.31%

Color #6A878E in popluar number systems.

HEX6A878E
Decimal106135142
Binary11010101000011110001110
Octal152207216

Shades and tints

Shades of #6A878E

#6A878E
(106,135,142)
#617B82
(97,123,130)
#586F76
(88,111,118)
#4F636A
(79,99,106)
#46575E
(70,87,94)
#3D4B52
(61,75,82)
#343F46
(52,63,70)
#2B333A
(43,51,58)
#22272E
(34,39,46)
#191B22
(25,27,34)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #6A878E

#6A878E
(106,135,142)
#779198
(119,145,152)
#849BA2
(132,155,162)
#91A5AC
(145,165,172)
#9EAFB6
(158,175,182)
#ABB9C0
(171,185,192)
#B8C3CA
(184,195,202)
#C5CDD4
(197,205,212)
#D2D7DE
(210,215,222)
#DFE1E8
(223,225,232)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A878E; }

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

This text font color is #6A878E.


Background Color

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

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

This div background color is #6A878E.


Border color

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

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

This div border color is #6A878E.


Opacity

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

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

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

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

This text has shadow with #6A878E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A878E on black background.


Color preview on white background

This text has color #6A878E on white background.



Black color preview on #6A878E background

This text has black color on #6A878E background.


White color preview on #6A878E background

This text has white color on #6A878E background.