COLOR #6A9994

HEX: #6A9994
RGB: (106,153,148)

Color info

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

RGB color model

#6A9994 color RGB value is (106,153,148).

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

RGB channels and saturation

R 106 of 255 = 42%
G 153 of 255 = 60%
B 148 of 255 = 58%

106
153
148

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

Portions of RGB colors in percentages

R + G + B =
106 + 153 + 148 = 407 (100%)
R 106 of 407 ~ 26.04%
G 153 of 407 ~ 37.59%
B 148 of 407 ~ 36.36%

%26.04
%37.59
%36.36

CMYK color model

#6A9994 color CMYK value is (31,0,3,40).

  • cyan value is 30.72%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(31,0,3,40)
C31M0Y3K40 
(31%,0%,3%,40%)
(0.31/0.00/0.03/0.40)	

CMYK percentages

%30.72
%0
%3.27
%40

Codes

Color #6A9994 in popluar color models

6A9994
RGB106153148
HSL174°18.73%50.78%
HSB/HSV174°30.72%60.00%
CMYK30.72%0.00%3.27%
40.00%

Color #6A9994 in popluar number systems.

HEX6A9994
Decimal106153148
Binary11010101001100110010100
Octal152231224

Shades and tints

Shades of #6A9994

#6A9994
(106,153,148)
#618C87
(97,140,135)
#587F7A
(88,127,122)
#4F726D
(79,114,109)
#466560
(70,101,96)
#3D5853
(61,88,83)
#344B46
(52,75,70)
#2B3E39
(43,62,57)
#22312C
(34,49,44)
#19241F
(25,36,31)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #6A9994

#6A9994
(106,153,148)
#77A29D
(119,162,157)
#84ABA6
(132,171,166)
#91B4AF
(145,180,175)
#9EBDB8
(158,189,184)
#ABC6C1
(171,198,193)
#B8CFCA
(184,207,202)
#C5D8D3
(197,216,211)
#D2E1DC
(210,225,220)
#DFEAE5
(223,234,229)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9994; }

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

This text font color is #6A9994.


Background Color

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

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

This div background color is #6A9994.


Border color

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

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

This div border color is #6A9994.


Opacity

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

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

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

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

This text has shadow with #6A9994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9994 on black background.


Color preview on white background

This text has color #6A9994 on white background.



Black color preview on #6A9994 background

This text has black color on #6A9994 background.


White color preview on #6A9994 background

This text has white color on #6A9994 background.