COLOR #6A94AC

HEX: #6A94AC RGB: (106,148,172)

Color info

#6A94AC contains mainly green and blue colors. Web safe color of #6A94AC is #669999 (or #699).

RGB color model

#6A94AC color RGB value is (106,148,172).

RGB: (106,148,172) (42%, 58%, 67%)

RGB channels and saturation

R 106 of 255 = 42%
G 148 of 255 = 58%
B 172 of 255 = 67%

106
148
172

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

Portions of RGB colors in percentages

R + G + B = 106 + 148 + 172 = 426 (100%)
R 106 of 426 ~ 24.88%
G 148 of 426 ~ 34.74%
B 172 of 426 ~ 40.38'%

%24.88
%34.74
%40.38

CMYK color model

#6A94AC color CMYK value is (38,14,0,33).

  • cyan value is 38.37%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (38,14,0,33)
C38M14Y0K33 (38%, 14%, 0%, 33%)
(0.38 / 0.14 / 0.00 / 0.33)

CMYK percentages

%38.37
%13.95
%0
%32.55

Codes

Color #6A94AC in popluar color models

6A 94 AC
RGB 106 148 172
HSL 202° 28.45% 54.51%
HSB/HSV 202° 38.37% 67.45%
CMYK 38.37% 13.95% 0.00%
32.55%

Color #6A94AC in popluar number systems.

HEX 6A 94 AC
Decimal 106 148 172
Binary 1101010 10010100 10101100
Octal 152 224 254

Shades and tints

Shades of #6A94AC

#6A94AC
(106,148,172)
#61879D
(97,135,157)
#587A8E
(88,122,142)
#4F6D7F
(79,109,127)
#466070
(70,96,112)
#3D5361
(61,83,97)
#344652
(52,70,82)
#2B3943
(43,57,67)
#222C34
(34,44,52)
#191F25
(25,31,37)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #6A94AC

#6A94AC
(106,148,172)
#779DB3
(119,157,179)
#84A6BA
(132,166,186)
#91AFC1
(145,175,193)
#9EB8C8
(158,184,200)
#ABC1CF
(171,193,207)
#B8CAD6
(184,202,214)
#C5D3DD
(197,211,221)
#D2DCE4
(210,220,228)
#DFE5EB
(223,229,235)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A94AC; }

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

This text font color is #6A94AC.

Background Color

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

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

This div background color is #6A94AC.

Border color

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

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

This div border color is #6A94AC.

Opacity

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

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

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

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

This text has shadow with #6A94AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A94AC.

Preview

Color preview on black background

This text has color #6A94AC on black background.


Color preview on white background

This text has color #6A94AC on white background.


Black color preview on #6A94AC background

This text has black color on #6A94AC background.


White color preview on #6A94AC background

This text has white color on #6A94AC background.


Related colors

Complementary color

Complementary color for #hex is #956B53.


I love getcolorcode.com

Triadic colors

1 #AC6A94 and #94AC6A with #6A94AC are triadic colors.

2 #AC946A and #946AAC with #6A94AC are triadic colors.