COLOR #6D8FAA

HEX: #6D8FAA
RGB: (109,143,170)

Color info

#6D8FAA contains mainly green and blue colors. Web safe color of #6D8FAA is #669999 (or #699).

RGB color model

#6D8FAA color RGB value is (109,143,170).

  • red value is 109;
  • green value is 143;
  • blue value is 170.
RGB:
(109,143,170)
(43%,56%,67%)

RGB channels and saturation

R 109 of 255 = 43%
G 143 of 255 = 56%
B 170 of 255 = 67%

109
143
170

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

Portions of RGB colors in percentages

R + G + B =
109 + 143 + 170 = 422 (100%)
R 109 of 422 ~ 25.83%
G 143 of 422 ~ 33.89%
B 170 of 422 ~ 40.28%

%25.83
%33.89
%40.28

CMYK color model

#6D8FAA color CMYK value is (36,16,0,33).

  • cyan value is 35.88%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(36,16,0,33)
C36M16Y0K33 
(36%,16%,0%,33%)
(0.36/0.16/0.00/0.33)	

CMYK percentages

%35.88
%15.88
%0
%33.33

Codes

Color #6D8FAA in popluar color models

6D8FAA
RGB109143170
HSL207°26.41%54.71%
HSB/HSV207°35.88%66.67%
CMYK35.88%15.88%0.00%
33.33%

Color #6D8FAA in popluar number systems.

HEX6D8FAA
Decimal109143170
Binary11011011000111110101010
Octal155217252

Shades and tints

Shades of #6D8FAA

#6D8FAA
(109,143,170)
#64829B
(100,130,155)
#5B758C
(91,117,140)
#52687D
(82,104,125)
#495B6E
(73,91,110)
#404E5F
(64,78,95)
#374150
(55,65,80)
#2E3441
(46,52,65)
#252732
(37,39,50)
#1C1A23
(28,26,35)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #6D8FAA

#6D8FAA
(109,143,170)
#7A99B1
(122,153,177)
#87A3B8
(135,163,184)
#94ADBF
(148,173,191)
#A1B7C6
(161,183,198)
#AEC1CD
(174,193,205)
#BBCBD4
(187,203,212)
#C8D5DB
(200,213,219)
#D5DFE2
(213,223,226)
#E2E9E9
(226,233,233)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8FAA color. Also use rgb(109,143,170) instead hex code.

Text Font Color

.myTextColor { color: #6D8FAA; }

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

This text font color is #6D8FAA.


Background Color

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

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

This div background color is #6D8FAA.


Border color

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

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

This div border color is #6D8FAA.


Opacity

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

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

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

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

This text has shadow with #6D8FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8FAA on black background.


Color preview on white background

This text has color #6D8FAA on white background.



Black color preview on #6D8FAA background

This text has black color on #6D8FAA background.


White color preview on #6D8FAA background

This text has white color on #6D8FAA background.