COLOR #6D7FA8

HEX: #6D7FA8
RGB: (109,127,168)

Color info

#6D7FA8 contains red, green and blue colors in about the same proportion. Web safe color of #6D7FA8 is #666699 (or #669).

RGB color model

#6D7FA8 color RGB value is (109,127,168).

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

RGB channels and saturation

R 109 of 255 = 43%
G 127 of 255 = 50%
B 168 of 255 = 66%

109
127
168

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

Portions of RGB colors in percentages

R + G + B =
109 + 127 + 168 = 404 (100%)
R 109 of 404 ~ 26.98%
G 127 of 404 ~ 31.44%
B 168 of 404 ~ 41.58%

%26.98
%31.44
%41.58

CMYK color model

#6D7FA8 color CMYK value is (35,24,0,34).

  • cyan value is 35.12%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(35,24,0,34)
C35M24Y0K34 
(35%,24%,0%,34%)
(0.35/0.24/0.00/0.34)	

CMYK percentages

%35.12
%24.4
%0
%34.12

Codes

Color #6D7FA8 in popluar color models

6D7FA8
RGB109127168
HSL222°25.32%54.31%
HSB/HSV222°35.12%65.88%
CMYK35.12%24.40%0.00%
34.12%

Color #6D7FA8 in popluar number systems.

HEX6D7FA8
Decimal109127168
Binary1101101111111110101000
Octal155177250

Shades and tints

Shades of #6D7FA8

#6D7FA8
(109,127,168)
#647499
(100,116,153)
#5B698A
(91,105,138)
#525E7B
(82,94,123)
#49536C
(73,83,108)
#40485D
(64,72,93)
#373D4E
(55,61,78)
#2E323F
(46,50,63)
#252730
(37,39,48)
#1C1C21
(28,28,33)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #6D7FA8

#6D7FA8
(109,127,168)
#7A8AAF
(122,138,175)
#8795B6
(135,149,182)
#94A0BD
(148,160,189)
#A1ABC4
(161,171,196)
#AEB6CB
(174,182,203)
#BBC1D2
(187,193,210)
#C8CCD9
(200,204,217)
#D5D7E0
(213,215,224)
#E2E2E7
(226,226,231)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7FA8; }

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

This text font color is #6D7FA8.


Background Color

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

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

This div background color is #6D7FA8.


Border color

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

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

This div border color is #6D7FA8.


Opacity

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

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

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

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

This text has shadow with #6D7FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7FA8 on black background.


Color preview on white background

This text has color #6D7FA8 on white background.



Black color preview on #6D7FA8 background

This text has black color on #6D7FA8 background.


White color preview on #6D7FA8 background

This text has white color on #6D7FA8 background.