COLOR #6D94C9

HEX: #6D94C9 RGB: (109,148,201)

Color info

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

RGB color model

#6D94C9 color RGB value is (109,148,201).

RGB: (109,148,201) (43%, 58%, 79%)

RGB channels and saturation

R 109 of 255 = 43%
G 148 of 255 = 58%
B 201 of 255 = 79%

109
148
201

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

Portions of RGB colors in percentages

R + G + B = 109 + 148 + 201 = 458 (100%)
R 109 of 458 ~ 23.8%
G 148 of 458 ~ 32.31%
B 201 of 458 ~ 43.89'%

%23.8
%32.31
%43.89

CMYK color model

#6D94C9 color CMYK value is (46,26,0,21).

  • cyan value is 45.77%
  • magenta value is 26.37%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (46,26,0,21)
C46M26Y0K21 (46%, 26%, 0%, 21%)
(0.46 / 0.26 / 0.00 / 0.21)

CMYK percentages

%45.77
%26.37
%0
%21.18

Codes

Color #6D94C9 in popluar color models

6D 94 C9
RGB 109 148 201
HSL 215° 46.00% 60.78%
HSB/HSV 215° 45.77% 78.82%
CMYK 45.77% 26.37% 0.00%
21.18%

Color #6D94C9 in popluar number systems.

HEX 6D 94 C9
Decimal 109 148 201
Binary 1101101 10010100 11001001
Octal 155 224 311

Shades and tints

Shades of #6D94C9

#6D94C9
(109,148,201)
#6487B7
(100,135,183)
#5B7AA5
(91,122,165)
#526D93
(82,109,147)
#496081
(73,96,129)
#40536F
(64,83,111)
#37465D
(55,70,93)
#2E394B
(46,57,75)
#252C39
(37,44,57)
#1C1F27
(28,31,39)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #6D94C9

#6D94C9
(109,148,201)
#7A9DCD
(122,157,205)
#87A6D1
(135,166,209)
#94AFD5
(148,175,213)
#A1B8D9
(161,184,217)
#AEC1DD
(174,193,221)
#BBCAE1
(187,202,225)
#C8D3E5
(200,211,229)
#D5DCE9
(213,220,233)
#E2E5ED
(226,229,237)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D94C9 color. Also use rgb(109,148,201) instead hex code.

Text Font Color

.myTextColor { color: #6D94C9; }

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

This text font color is #6D94C9.

Background Color

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

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

This div background color is #6D94C9.

Border color

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

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

This div border color is #6D94C9.

Opacity

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

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

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

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

This text has shadow with #6D94C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D94C9.

Preview

Color preview on black background

This text has color #6D94C9 on black background.


Color preview on white background

This text has color #6D94C9 on white background.


Black color preview on #6D94C9 background

This text has black color on #6D94C9 background.


White color preview on #6D94C9 background

This text has white color on #6D94C9 background.


Related colors

Complementary color

Complementary color for #hex is #926B36.


I love getcolorcode.com

Triadic colors

1 #C96D94 and #94C96D with #6D94C9 are triadic colors.

2 #C9946D and #946DC9 with #6D94C9 are triadic colors.