COLOR #6A888E

HEX: #6A888E
RGB: (106,136,142)

Color info

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

RGB color model

#6A888E color RGB value is (106,136,142).

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

RGB channels and saturation

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

106
136
142

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

Portions of RGB colors in percentages

R + G + B =
106 + 136 + 142 = 384 (100%)
R 106 of 384 ~ 27.6%
G 136 of 384 ~ 35.42%
B 142 of 384 ~ 36.98%

%27.6
%35.42
%36.98

CMYK color model

#6A888E color CMYK value is (25,4,0,44).

  • cyan value is 25.35%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(25,4,0,44)
C25M4Y0K44 
(25%,4%,0%,44%)
(0.25/0.04/0.00/0.44)	

CMYK percentages

%25.35
%4.23
%0
%44.31

Codes

Color #6A888E in popluar color models

6A888E
RGB106136142
HSL190°14.52%48.63%
HSB/HSV190°25.35%55.69%
CMYK25.35%4.23%0.00%
44.31%

Color #6A888E in popluar number systems.

HEX6A888E
Decimal106136142
Binary11010101000100010001110
Octal152210216

Shades and tints

Shades of #6A888E

#6A888E
(106,136,142)
#617C82
(97,124,130)
#587076
(88,112,118)
#4F646A
(79,100,106)
#46585E
(70,88,94)
#3D4C52
(61,76,82)
#344046
(52,64,70)
#2B343A
(43,52,58)
#22282E
(34,40,46)
#191C22
(25,28,34)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #6A888E

#6A888E
(106,136,142)
#779298
(119,146,152)
#849CA2
(132,156,162)
#91A6AC
(145,166,172)
#9EB0B6
(158,176,182)
#ABBAC0
(171,186,192)
#B8C4CA
(184,196,202)
#C5CED4
(197,206,212)
#D2D8DE
(210,216,222)
#DFE2E8
(223,226,232)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A888E; }

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

This text font color is #6A888E.


Background Color

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

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

This div background color is #6A888E.


Border color

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

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

This div border color is #6A888E.


Opacity

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

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

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

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

This text has shadow with #6A888E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A888E on black background.


Color preview on white background

This text has color #6A888E on white background.



Black color preview on #6A888E background

This text has black color on #6A888E background.


White color preview on #6A888E background

This text has white color on #6A888E background.