COLOR #6D7FAF

HEX: #6D7FAF
RGB: (109,127,175)

Color info

#6D7FAF contains mainly green and blue colors. Web safe color of #6D7FAF is #666699 (or #669).

RGB color model

#6D7FAF color RGB value is (109,127,175).

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

RGB channels and saturation

R 109 of 255 = 43%
G 127 of 255 = 50%
B 175 of 255 = 69%

109
127
175

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

Portions of RGB colors in percentages

R + G + B =
109 + 127 + 175 = 411 (100%)
R 109 of 411 ~ 26.52%
G 127 of 411 ~ 30.9%
B 175 of 411 ~ 42.58%

%26.52
%30.9
%42.58

CMYK color model

#6D7FAF color CMYK value is (38,27,0,31).

  • cyan value is 37.71%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(38,27,0,31)
C38M27Y0K31 
(38%,27%,0%,31%)
(0.38/0.27/0.00/0.31)	

CMYK percentages

%37.71
%27.43
%0
%31.37

Codes

Color #6D7FAF in popluar color models

6D7FAF
RGB109127175
HSL224°29.20%55.69%
HSB/HSV224°37.71%68.63%
CMYK37.71%27.43%0.00%
31.37%

Color #6D7FAF in popluar number systems.

HEX6D7FAF
Decimal109127175
Binary1101101111111110101111
Octal155177257

Shades and tints

Shades of #6D7FAF

#6D7FAF
(109,127,175)
#6474A0
(100,116,160)
#5B6991
(91,105,145)
#525E82
(82,94,130)
#495373
(73,83,115)
#404864
(64,72,100)
#373D55
(55,61,85)
#2E3246
(46,50,70)
#252737
(37,39,55)
#1C1C28
(28,28,40)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #6D7FAF

#6D7FAF
(109,127,175)
#7A8AB6
(122,138,182)
#8795BD
(135,149,189)
#94A0C4
(148,160,196)
#A1ABCB
(161,171,203)
#AEB6D2
(174,182,210)
#BBC1D9
(187,193,217)
#C8CCE0
(200,204,224)
#D5D7E7
(213,215,231)
#E2E2EE
(226,226,238)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7FAF; }

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

This text font color is #6D7FAF.


Background Color

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

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

This div background color is #6D7FAF.


Border color

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

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

This div border color is #6D7FAF.


Opacity

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

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

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

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

This text has shadow with #6D7FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7FAF on black background.


Color preview on white background

This text has color #6D7FAF on white background.



Black color preview on #6D7FAF background

This text has black color on #6D7FAF background.


White color preview on #6D7FAF background

This text has white color on #6D7FAF background.