COLOR #6D7CA2

HEX: #6D7CA2
RGB: (109,124,162)

Color info

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

RGB color model

#6D7CA2 color RGB value is (109,124,162).

  • red value is 109;
  • green value is 124;
  • blue value is 162.
RGB:
(109,124,162)
(43%,49%,64%)

RGB channels and saturation

R 109 of 255 = 43%
G 124 of 255 = 49%
B 162 of 255 = 64%

109
124
162

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

Portions of RGB colors in percentages

R + G + B =
109 + 124 + 162 = 395 (100%)
R 109 of 395 ~ 27.59%
G 124 of 395 ~ 31.39%
B 162 of 395 ~ 41.01%

%27.59
%31.39
%41.01

CMYK color model

#6D7CA2 color CMYK value is (33,23,0,36).

  • cyan value is 32.72%
  • magenta value is 23.46%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(33,23,0,36)
C33M23Y0K36 
(33%,23%,0%,36%)
(0.33/0.23/0.00/0.36)	

CMYK percentages

%32.72
%23.46
%0
%36.47

Codes

Color #6D7CA2 in popluar color models

6D7CA2
RGB109124162
HSL223°22.18%53.14%
HSB/HSV223°32.72%63.53%
CMYK32.72%23.46%0.00%
36.47%

Color #6D7CA2 in popluar number systems.

HEX6D7CA2
Decimal109124162
Binary1101101111110010100010
Octal155174242

Shades and tints

Shades of #6D7CA2

#6D7CA2
(109,124,162)
#647194
(100,113,148)
#5B6686
(91,102,134)
#525B78
(82,91,120)
#49506A
(73,80,106)
#40455C
(64,69,92)
#373A4E
(55,58,78)
#2E2F40
(46,47,64)
#252432
(37,36,50)
#1C1924
(28,25,36)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #6D7CA2

#6D7CA2
(109,124,162)
#7A87AA
(122,135,170)
#8792B2
(135,146,178)
#949DBA
(148,157,186)
#A1A8C2
(161,168,194)
#AEB3CA
(174,179,202)
#BBBED2
(187,190,210)
#C8C9DA
(200,201,218)
#D5D4E2
(213,212,226)
#E2DFEA
(226,223,234)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7CA2 color. Also use rgb(109,124,162) instead hex code.

Text Font Color

.myTextColor { color: #6D7CA2; }

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

This text font color is #6D7CA2.


Background Color

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

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

This div background color is #6D7CA2.


Border color

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

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

This div border color is #6D7CA2.


Opacity

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

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

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

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

This text has shadow with #6D7CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7CA2 on black background.


Color preview on white background

This text has color #6D7CA2 on white background.



Black color preview on #6D7CA2 background

This text has black color on #6D7CA2 background.


White color preview on #6D7CA2 background

This text has white color on #6D7CA2 background.