COLOR #6D8FCA

HEX: #6D8FCA
RGB: (109,143,202)

Color info

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

RGB color model

#6D8FCA color RGB value is (109,143,202).

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

RGB channels and saturation

R 109 of 255 = 43%
G 143 of 255 = 56%
B 202 of 255 = 79%

109
143
202

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

Portions of RGB colors in percentages

R + G + B =
109 + 143 + 202 = 454 (100%)
R 109 of 454 ~ 24.01%
G 143 of 454 ~ 31.5%
B 202 of 454 ~ 44.49%

%24.01
%31.5
%44.49

CMYK color model

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

  • cyan value is 46.04%
  • magenta value is 29.21%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(46,29,0,21)
C46M29Y0K21 
(46%,29%,0%,21%)
(0.46/0.29/0.00/0.21)	

CMYK percentages

%46.04
%29.21
%0
%20.78

Codes

Color #6D8FCA in popluar color models

6D8FCA
RGB109143202
HSL218°46.73%60.98%
HSB/HSV218°46.04%79.22%
CMYK46.04%29.21%0.00%
20.78%

Color #6D8FCA in popluar number systems.

HEX6D8FCA
Decimal109143202
Binary11011011000111111001010
Octal155217312

Shades and tints

Shades of #6D8FCA

#6D8FCA
(109,143,202)
#6482B8
(100,130,184)
#5B75A6
(91,117,166)
#526894
(82,104,148)
#495B82
(73,91,130)
#404E70
(64,78,112)
#37415E
(55,65,94)
#2E344C
(46,52,76)
#25273A
(37,39,58)
#1C1A28
(28,26,40)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #6D8FCA

#6D8FCA
(109,143,202)
#7A99CE
(122,153,206)
#87A3D2
(135,163,210)
#94ADD6
(148,173,214)
#A1B7DA
(161,183,218)
#AEC1DE
(174,193,222)
#BBCBE2
(187,203,226)
#C8D5E6
(200,213,230)
#D5DFEA
(213,223,234)
#E2E9EE
(226,233,238)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8FCA; }

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

This text font color is #6D8FCA.


Background Color

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

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

This div background color is #6D8FCA.


Border color

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

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

This div border color is #6D8FCA.


Opacity

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

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

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

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

This text has shadow with #6D8FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8FCA on black background.


Color preview on white background

This text has color #6D8FCA on white background.



Black color preview on #6D8FCA background

This text has black color on #6D8FCA background.


White color preview on #6D8FCA background

This text has white color on #6D8FCA background.