COLOR #6D97CA

HEX: #6D97CA
RGB: (109,151,202)

Color info

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

RGB color model

#6D97CA color RGB value is (109,151,202).

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

RGB channels and saturation

R 109 of 255 = 43%
G 151 of 255 = 59%
B 202 of 255 = 79%

109
151
202

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

Portions of RGB colors in percentages

R + G + B =
109 + 151 + 202 = 462 (100%)
R 109 of 462 ~ 23.59%
G 151 of 462 ~ 32.68%
B 202 of 462 ~ 43.72%

%23.59
%32.68
%43.72

CMYK color model

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

  • cyan value is 46.04%
  • magenta value is 25.25%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(46,25,0,21)
C46M25Y0K21 
(46%,25%,0%,21%)
(0.46/0.25/0.00/0.21)	

CMYK percentages

%46.04
%25.25
%0
%20.78

Codes

Color #6D97CA in popluar color models

6D97CA
RGB109151202
HSL213°46.73%60.98%
HSB/HSV213°46.04%79.22%
CMYK46.04%25.25%0.00%
20.78%

Color #6D97CA in popluar number systems.

HEX6D97CA
Decimal109151202
Binary11011011001011111001010
Octal155227312

Shades and tints

Shades of #6D97CA

#6D97CA
(109,151,202)
#648AB8
(100,138,184)
#5B7DA6
(91,125,166)
#527094
(82,112,148)
#496382
(73,99,130)
#405670
(64,86,112)
#37495E
(55,73,94)
#2E3C4C
(46,60,76)
#252F3A
(37,47,58)
#1C2228
(28,34,40)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #6D97CA

#6D97CA
(109,151,202)
#7AA0CE
(122,160,206)
#87A9D2
(135,169,210)
#94B2D6
(148,178,214)
#A1BBDA
(161,187,218)
#AEC4DE
(174,196,222)
#BBCDE2
(187,205,226)
#C8D6E6
(200,214,230)
#D5DFEA
(213,223,234)
#E2E8EE
(226,232,238)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D97CA; }

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

This text font color is #6D97CA.


Background Color

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

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

This div background color is #6D97CA.


Border color

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

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

This div border color is #6D97CA.


Opacity

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

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

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

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

This text has shadow with #6D97CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D97CA on black background.


Color preview on white background

This text has color #6D97CA on white background.



Black color preview on #6D97CA background

This text has black color on #6D97CA background.


White color preview on #6D97CA background

This text has white color on #6D97CA background.