COLOR #6D7CB8

HEX: #6D7CB8
RGB: (109,124,184)

Color info

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

RGB color model

#6D7CB8 color RGB value is (109,124,184).

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

RGB channels and saturation

R 109 of 255 = 43%
G 124 of 255 = 49%
B 184 of 255 = 72%

109
124
184

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

Portions of RGB colors in percentages

R + G + B =
109 + 124 + 184 = 417 (100%)
R 109 of 417 ~ 26.14%
G 124 of 417 ~ 29.74%
B 184 of 417 ~ 44.12%

%26.14
%29.74
%44.12

CMYK color model

#6D7CB8 color CMYK value is (41,33,0,28).

  • cyan value is 40.76%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(41,33,0,28)
C41M33Y0K28 
(41%,33%,0%,28%)
(0.41/0.33/0.00/0.28)	

CMYK percentages

%40.76
%32.61
%0
%27.84

Codes

Color #6D7CB8 in popluar color models

6D7CB8
RGB109124184
HSL228°34.56%57.45%
HSB/HSV228°40.76%72.16%
CMYK40.76%32.61%0.00%
27.84%

Color #6D7CB8 in popluar number systems.

HEX6D7CB8
Decimal109124184
Binary1101101111110010111000
Octal155174270

Shades and tints

Shades of #6D7CB8

#6D7CB8
(109,124,184)
#6471A8
(100,113,168)
#5B6698
(91,102,152)
#525B88
(82,91,136)
#495078
(73,80,120)
#404568
(64,69,104)
#373A58
(55,58,88)
#2E2F48
(46,47,72)
#252438
(37,36,56)
#1C1928
(28,25,40)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #6D7CB8

#6D7CB8
(109,124,184)
#7A87BE
(122,135,190)
#8792C4
(135,146,196)
#949DCA
(148,157,202)
#A1A8D0
(161,168,208)
#AEB3D6
(174,179,214)
#BBBEDC
(187,190,220)
#C8C9E2
(200,201,226)
#D5D4E8
(213,212,232)
#E2DFEE
(226,223,238)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7CB8; }

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

This text font color is #6D7CB8.


Background Color

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

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

This div background color is #6D7CB8.


Border color

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

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

This div border color is #6D7CB8.


Opacity

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

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

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

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

This text has shadow with #6D7CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7CB8 on black background.


Color preview on white background

This text has color #6D7CB8 on white background.



Black color preview on #6D7CB8 background

This text has black color on #6D7CB8 background.


White color preview on #6D7CB8 background

This text has white color on #6D7CB8 background.