COLOR #6A8994

HEX: #6A8994
RGB: (106,137,148)

Color info

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

RGB color model

#6A8994 color RGB value is (106,137,148).

  • red value is 106;
  • green value is 137;
  • blue value is 148.
RGB:
(106,137,148)
(42%,54%,58%)

RGB channels and saturation

R 106 of 255 = 42%
G 137 of 255 = 54%
B 148 of 255 = 58%

106
137
148

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

Portions of RGB colors in percentages

R + G + B =
106 + 137 + 148 = 391 (100%)
R 106 of 391 ~ 27.11%
G 137 of 391 ~ 35.04%
B 148 of 391 ~ 37.85%

%27.11
%35.04
%37.85

CMYK color model

#6A8994 color CMYK value is (28,7,0,42).

  • cyan value is 28.38%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(28,7,0,42)
C28M7Y0K42 
(28%,7%,0%,42%)
(0.28/0.07/0.00/0.42)	

CMYK percentages

%28.38
%7.43
%0
%41.96

Codes

Color #6A8994 in popluar color models

6A8994
RGB106137148
HSL196°16.54%49.80%
HSB/HSV196°28.38%58.04%
CMYK28.38%7.43%0.00%
41.96%

Color #6A8994 in popluar number systems.

HEX6A8994
Decimal106137148
Binary11010101000100110010100
Octal152211224

Shades and tints

Shades of #6A8994

#6A8994
(106,137,148)
#617D87
(97,125,135)
#58717A
(88,113,122)
#4F656D
(79,101,109)
#465960
(70,89,96)
#3D4D53
(61,77,83)
#344146
(52,65,70)
#2B3539
(43,53,57)
#22292C
(34,41,44)
#191D1F
(25,29,31)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #6A8994

#6A8994
(106,137,148)
#77939D
(119,147,157)
#849DA6
(132,157,166)
#91A7AF
(145,167,175)
#9EB1B8
(158,177,184)
#ABBBC1
(171,187,193)
#B8C5CA
(184,197,202)
#C5CFD3
(197,207,211)
#D2D9DC
(210,217,220)
#DFE3E5
(223,227,229)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8994 color. Also use rgb(106,137,148) instead hex code.

Text Font Color

.myTextColor { color: #6A8994; }

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

This text font color is #6A8994.


Background Color

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

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

This div background color is #6A8994.


Border color

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

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

This div border color is #6A8994.


Opacity

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

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

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

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

This text has shadow with #6A8994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8994 on black background.


Color preview on white background

This text has color #6A8994 on white background.



Black color preview on #6A8994 background

This text has black color on #6A8994 background.


White color preview on #6A8994 background

This text has white color on #6A8994 background.