COLOR #6A94BB

HEX: #6A94BB RGB: (106,148,187)

Color info

#6A94BB contains mainly green and blue colors. Web safe color of #6A94BB is #6699CC (or #69C).

RGB color model

#6A94BB color RGB value is (106,148,187).

RGB: (106,148,187) (42%, 58%, 73%)

RGB channels and saturation

R 106 of 255 = 42%
G 148 of 255 = 58%
B 187 of 255 = 73%

106
148
187

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

Portions of RGB colors in percentages

R + G + B = 106 + 148 + 187 = 441 (100%)
R 106 of 441 ~ 24.04%
G 148 of 441 ~ 33.56%
B 187 of 441 ~ 42.4'%

%24.04
%33.56
%42.4

CMYK color model

#6A94BB color CMYK value is (43,21,0,27).

  • cyan value is 43.32%
  • magenta value is 20.86%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (43,21,0,27) C43M21Y0K27 (43%,21%,0%,27%) (0.43/0.21/0.00/0.27) 

CMYK percentages

%43.32
%20.86
%0
%26.67

Codes

Color #6A94BB in popluar color models

6A 94 BB
RGB 106 148 187
HSL 209° 37.33% 57.45%
HSB/HSV 209° 43.32% 73.33%
CMYK 43.32% 20.86% 0.00%
26.67%

Color #6A94BB in popluar number systems.

HEX 6A 94 BB
Decimal 106 148 187
Binary 1101010 10010100 10111011
Octal 152 224 273

Shades and tints

Shades of #6A94BB

#6A94BB
(106,148,187)
#6187AA
(97,135,170)
#587A99
(88,122,153)
#4F6D88
(79,109,136)
#466077
(70,96,119)
#3D5366
(61,83,102)
#344655
(52,70,85)
#2B3944
(43,57,68)
#222C33
(34,44,51)
#191F22
(25,31,34)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #6A94BB

#6A94BB
(106,148,187)
#779DC1
(119,157,193)
#84A6C7
(132,166,199)
#91AFCD
(145,175,205)
#9EB8D3
(158,184,211)
#ABC1D9
(171,193,217)
#B8CADF
(184,202,223)
#C5D3E5
(197,211,229)
#D2DCEB
(210,220,235)
#DFE5F1
(223,229,241)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A94BB; }

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

This text font color is #6A94BB.

Background Color

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

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

This div background color is #6A94BB.

Border color

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

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

This div border color is #6A94BB.

Opacity

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

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

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

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

This text has shadow with #6A94BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A94BB.

Preview

Color preview on black background

This text has color #6A94BB on black background.


Color preview on white background

This text has color #6A94BB on white background.


Black color preview on #6A94BB background

This text has black color on #6A94BB background.


White color preview on #6A94BB background

This text has white color on #6A94BB background.


Related colors

Complementary color

Complementary color for #hex is #956B44.


I love getcolorcode.com

Triadic colors

1 #BB6A94 and #94BB6A with #6A94BB are triadic colors.

2 #BB946A and #946ABB with #6A94BB are triadic colors.