COLOR #6D7FD0

HEX: #6D7FD0
RGB: (109,127,208)

Color info

#6D7FD0 contains mainly blue color. Web safe color of #6D7FD0 is #6666CC (or #66C).

RGB color model

#6D7FD0 color RGB value is (109,127,208).

  • red value is 109;
  • green value is 127;
  • blue value is 208.
RGB:
(109,127,208)
(43%,50%,82%)

RGB channels and saturation

R 109 of 255 = 43%
G 127 of 255 = 50%
B 208 of 255 = 82%

109
127
208

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

Portions of RGB colors in percentages

R + G + B =
109 + 127 + 208 = 444 (100%)
R 109 of 444 ~ 24.55%
G 127 of 444 ~ 28.6%
B 208 of 444 ~ 46.85%

%24.55
%28.6
%46.85

CMYK color model

#6D7FD0 color CMYK value is (48,39,0,18).

  • cyan value is 47.60%
  • magenta value is 38.94%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(48,39,0,18)
C48M39Y0K18 
(48%,39%,0%,18%)
(0.48/0.39/0.00/0.18)	

CMYK percentages

%47.6
%38.94
%0
%18.43

Codes

Color #6D7FD0 in popluar color models

6D7FD0
RGB109127208
HSL229°51.30%62.16%
HSB/HSV229°47.60%81.57%
CMYK47.60%38.94%0.00%
18.43%

Color #6D7FD0 in popluar number systems.

HEX6D7FD0
Decimal109127208
Binary1101101111111111010000
Octal155177320

Shades and tints

Shades of #6D7FD0

#6D7FD0
(109,127,208)
#6474BE
(100,116,190)
#5B69AC
(91,105,172)
#525E9A
(82,94,154)
#495388
(73,83,136)
#404876
(64,72,118)
#373D64
(55,61,100)
#2E3252
(46,50,82)
#252740
(37,39,64)
#1C1C2E
(28,28,46)
#13111C
(19,17,28)
#000000
(0,0,0)

Tints of #6D7FD0

#6D7FD0
(109,127,208)
#7A8AD4
(122,138,212)
#8795D8
(135,149,216)
#94A0DC
(148,160,220)
#A1ABE0
(161,171,224)
#AEB6E4
(174,182,228)
#BBC1E8
(187,193,232)
#C8CCEC
(200,204,236)
#D5D7F0
(213,215,240)
#E2E2F4
(226,226,244)
#EFEDF8
(239,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7FD0 color. Also use rgb(109,127,208) instead hex code.

Text Font Color

.myTextColor { color: #6D7FD0; }

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

This text font color is #6D7FD0.


Background Color

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

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

This div background color is #6D7FD0.


Border color

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

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

This div border color is #6D7FD0.


Opacity

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

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

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

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

This text has shadow with #6D7FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7FD0 on black background.


Color preview on white background

This text has color #6D7FD0 on white background.



Black color preview on #6D7FD0 background

This text has black color on #6D7FD0 background.


White color preview on #6D7FD0 background

This text has white color on #6D7FD0 background.