COLOR #6D97D1

HEX: #6D97D1 RGB: (109,151,209)

Color info

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

RGB color model

#6D97D1 color RGB value is (109,151,209).

RGB: (109,151,209) (43%, 59%, 82%)

RGB channels and saturation

R 109 of 255 = 43%
G 151 of 255 = 59%
B 209 of 255 = 82%

109
151
209

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

Portions of RGB colors in percentages

R + G + B = 109 + 151 + 209 = 469 (100%)
R 109 of 469 ~ 23.24%
G 151 of 469 ~ 32.2%
B 209 of 469 ~ 44.56'%

%23.24
%32.2
%44.56

CMYK color model

#6D97D1 color CMYK value is (48,28,0,18).

  • cyan value is 47.85%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (48,28,0,18)
C48M28Y0K18 (48%, 28%, 0%, 18%)
(0.48 / 0.28 / 0.00 / 0.18)

CMYK percentages

%47.85
%27.75
%0
%18.04

Codes

Color #6D97D1 in popluar color models

6D 97 D1
RGB 109 151 209
HSL 215° 52.08% 62.35%
HSB/HSV 215° 47.85% 81.96%
CMYK 47.85% 27.75% 0.00%
18.04%

Color #6D97D1 in popluar number systems.

HEX 6D 97 D1
Decimal 109 151 209
Binary 1101101 10010111 11010001
Octal 155 227 321

Shades and tints

Shades of #6D97D1

#6D97D1
(109,151,209)
#648ABE
(100,138,190)
#5B7DAB
(91,125,171)
#527098
(82,112,152)
#496385
(73,99,133)
#405672
(64,86,114)
#37495F
(55,73,95)
#2E3C4C
(46,60,76)
#252F39
(37,47,57)
#1C2226
(28,34,38)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #6D97D1

#6D97D1
(109,151,209)
#7AA0D5
(122,160,213)
#87A9D9
(135,169,217)
#94B2DD
(148,178,221)
#A1BBE1
(161,187,225)
#AEC4E5
(174,196,229)
#BBCDE9
(187,205,233)
#C8D6ED
(200,214,237)
#D5DFF1
(213,223,241)
#E2E8F5
(226,232,245)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D97D1; }

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

This text font color is #6D97D1.

Background Color

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

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

This div background color is #6D97D1.

Border color

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

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

This div border color is #6D97D1.

Opacity

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

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

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

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

This text has shadow with #6D97D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D97D1.

Preview

Color preview on black background

This text has color #6D97D1 on black background.


Color preview on white background

This text has color #6D97D1 on white background.


Black color preview on #6D97D1 background

This text has black color on #6D97D1 background.


White color preview on #6D97D1 background

This text has white color on #6D97D1 background.


Related colors

Complementary color

Complementary color for #hex is #92682E.


I love getcolorcode.com

Triadic colors

1 #D16D97 and #97D16D with #6D97D1 are triadic colors.

2 #D1976D and #976DD1 with #6D97D1 are triadic colors.