COLOR #6D9EC2

HEX: #6D9EC2 RGB: (109,158,194)

Color info

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

RGB color model

#6D9EC2 color RGB value is (109,158,194).

RGB: (109,158,194) (43%, 62%, 76%)

RGB channels and saturation

R 109 of 255 = 43%
G 158 of 255 = 62%
B 194 of 255 = 76%

109
158
194

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

Portions of RGB colors in percentages

R + G + B = 109 + 158 + 194 = 461 (100%)
R 109 of 461 ~ 23.64%
G 158 of 461 ~ 34.27%
B 194 of 461 ~ 42.08'%

%23.64
%34.27
%42.08

CMYK color model

#6D9EC2 color CMYK value is (44,19,0,24).

  • cyan value is 43.81%
  • magenta value is 18.56%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (44,19,0,24)
C44M19Y0K24 (44%, 19%, 0%, 24%)
(0.44 / 0.19 / 0.00 / 0.24)

CMYK percentages

%43.81
%18.56
%0
%23.92

Codes

Color #6D9EC2 in popluar color models

6D 9E C2
RGB 109 158 194
HSL 205° 41.06% 59.41%
HSB/HSV 205° 43.81% 76.08%
CMYK 43.81% 18.56% 0.00%
23.92%

Color #6D9EC2 in popluar number systems.

HEX 6D 9E C2
Decimal 109 158 194
Binary 1101101 10011110 11000010
Octal 155 236 302

Shades and tints

Shades of #6D9EC2

#6D9EC2
(109,158,194)
#6490B1
(100,144,177)
#5B82A0
(91,130,160)
#52748F
(82,116,143)
#49667E
(73,102,126)
#40586D
(64,88,109)
#374A5C
(55,74,92)
#2E3C4B
(46,60,75)
#252E3A
(37,46,58)
#1C2029
(28,32,41)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #6D9EC2

#6D9EC2
(109,158,194)
#7AA6C7
(122,166,199)
#87AECC
(135,174,204)
#94B6D1
(148,182,209)
#A1BED6
(161,190,214)
#AEC6DB
(174,198,219)
#BBCEE0
(187,206,224)
#C8D6E5
(200,214,229)
#D5DEEA
(213,222,234)
#E2E6EF
(226,230,239)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9EC2 color. Also use rgb(109,158,194) instead hex code.

Text Font Color

.myTextColor { color: #6D9EC2; }

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

This text font color is #6D9EC2.

Background Color

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

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

This div background color is #6D9EC2.

Border color

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

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

This div border color is #6D9EC2.

Opacity

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

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

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

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

This text has shadow with #6D9EC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9EC2.

Preview

Color preview on black background

This text has color #6D9EC2 on black background.


Color preview on white background

This text has color #6D9EC2 on white background.


Black color preview on #6D9EC2 background

This text has black color on #6D9EC2 background.


White color preview on #6D9EC2 background

This text has white color on #6D9EC2 background.


Related colors

Complementary color

Complementary color for #hex is #92613D.


I love getcolorcode.com

Triadic colors

1 #C26D9E and #9EC26D with #6D9EC2 are triadic colors.

2 #C29E6D and #9E6DC2 with #6D9EC2 are triadic colors.