COLOR #6D9FCA

HEX: #6D9FCA
RGB: (109,159,202)

Color info

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

RGB color model

#6D9FCA color RGB value is (109,159,202).

  • red value is 109;
  • green value is 159;
  • blue value is 202.
RGB:
(109,159,202)
(43%,62%,79%)

RGB channels and saturation

R 109 of 255 = 43%
G 159 of 255 = 62%
B 202 of 255 = 79%

109
159
202

R + G + B ~ 61%. #6D9FCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 159 + 202 = 470 (100%)
R 109 of 470 ~ 23.19%
G 159 of 470 ~ 33.83%
B 202 of 470 ~ 42.98%

%23.19
%33.83
%42.98

CMYK color model

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

  • cyan value is 46.04%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(46,21,0,21)
C46M21Y0K21 
(46%,21%,0%,21%)
(0.46/0.21/0.00/0.21)	

CMYK percentages

%46.04
%21.29
%0
%20.78

Codes

Color #6D9FCA in popluar color models

6D9FCA
RGB109159202
HSL208°46.73%60.98%
HSB/HSV208°46.04%79.22%
CMYK46.04%21.29%0.00%
20.78%

Color #6D9FCA in popluar number systems.

HEX6D9FCA
Decimal109159202
Binary11011011001111111001010
Octal155237312

Shades and tints

Shades of #6D9FCA

#6D9FCA
(109,159,202)
#6491B8
(100,145,184)
#5B83A6
(91,131,166)
#527594
(82,117,148)
#496782
(73,103,130)
#405970
(64,89,112)
#374B5E
(55,75,94)
#2E3D4C
(46,61,76)
#252F3A
(37,47,58)
#1C2128
(28,33,40)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #6D9FCA

#6D9FCA
(109,159,202)
#7AA7CE
(122,167,206)
#87AFD2
(135,175,210)
#94B7D6
(148,183,214)
#A1BFDA
(161,191,218)
#AEC7DE
(174,199,222)
#BBCFE2
(187,207,226)
#C8D7E6
(200,215,230)
#D5DFEA
(213,223,234)
#E2E7EE
(226,231,238)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9FCA color. Also use rgb(109,159,202) instead hex code.

Text Font Color

.myTextColor { color: #6D9FCA; }

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

This text font color is #6D9FCA.


Background Color

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

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

This div background color is #6D9FCA.


Border color

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

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

This div border color is #6D9FCA.


Opacity

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

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

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

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

This text has shadow with #6D9FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9FCA on black background.


Color preview on white background

This text has color #6D9FCA on white background.



Black color preview on #6D9FCA background

This text has black color on #6D9FCA background.


White color preview on #6D9FCA background

This text has white color on #6D9FCA background.