COLOR #6A8890

HEX: #6A8890
RGB: (106,136,144)

Color info

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

RGB color model

#6A8890 color RGB value is (106,136,144).

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

RGB channels and saturation

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

106
136
144

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

Portions of RGB colors in percentages

R + G + B =
106 + 136 + 144 = 386 (100%)
R 106 of 386 ~ 27.46%
G 136 of 386 ~ 35.23%
B 144 of 386 ~ 37.31%

%27.46
%35.23
%37.31

CMYK color model

#6A8890 color CMYK value is (26,6,0,44).

  • cyan value is 26.39%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(26,6,0,44)
C26M6Y0K44 
(26%,6%,0%,44%)
(0.26/0.06/0.00/0.44)	

CMYK percentages

%26.39
%5.56
%0
%43.53

Codes

Color #6A8890 in popluar color models

6A8890
RGB106136144
HSL193°15.20%49.02%
HSB/HSV193°26.39%56.47%
CMYK26.39%5.56%0.00%
43.53%

Color #6A8890 in popluar number systems.

HEX6A8890
Decimal106136144
Binary11010101000100010010000
Octal152210220

Shades and tints

Shades of #6A8890

#6A8890
(106,136,144)
#617C83
(97,124,131)
#587076
(88,112,118)
#4F6469
(79,100,105)
#46585C
(70,88,92)
#3D4C4F
(61,76,79)
#344042
(52,64,66)
#2B3435
(43,52,53)
#222828
(34,40,40)
#191C1B
(25,28,27)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #6A8890

#6A8890
(106,136,144)
#77929A
(119,146,154)
#849CA4
(132,156,164)
#91A6AE
(145,166,174)
#9EB0B8
(158,176,184)
#ABBAC2
(171,186,194)
#B8C4CC
(184,196,204)
#C5CED6
(197,206,214)
#D2D8E0
(210,216,224)
#DFE2EA
(223,226,234)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8890; }

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

This text font color is #6A8890.


Background Color

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

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

This div background color is #6A8890.


Border color

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

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

This div border color is #6A8890.


Opacity

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

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

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

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

This text has shadow with #6A8890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8890 on black background.


Color preview on white background

This text has color #6A8890 on white background.



Black color preview on #6A8890 background

This text has black color on #6A8890 background.


White color preview on #6A8890 background

This text has white color on #6A8890 background.