COLOR #6C7DBA

HEX: #6C7DBA
RGB: (108,125,186)

Color info

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

RGB color model

#6C7DBA color RGB value is (108,125,186).

  • red value is 108;
  • green value is 125;
  • blue value is 186.
RGB:
(108,125,186)
(42%,49%,73%)

RGB channels and saturation

R 108 of 255 = 42%
G 125 of 255 = 49%
B 186 of 255 = 73%

108
125
186

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

Portions of RGB colors in percentages

R + G + B =
108 + 125 + 186 = 419 (100%)
R 108 of 419 ~ 25.78%
G 125 of 419 ~ 29.83%
B 186 of 419 ~ 44.39%

%25.78
%29.83
%44.39

CMYK color model

#6C7DBA color CMYK value is (42,33,0,27).

  • cyan value is 41.94%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(42,33,0,27)
C42M33Y0K27 
(42%,33%,0%,27%)
(0.42/0.33/0.00/0.27)	

CMYK percentages

%41.94
%32.8
%0
%27.06

Codes

Color #6C7DBA in popluar color models

6C7DBA
RGB108125186
HSL227°36.11%57.65%
HSB/HSV227°41.94%72.94%
CMYK41.94%32.80%0.00%
27.06%

Color #6C7DBA in popluar number systems.

HEX6C7DBA
Decimal108125186
Binary1101100111110110111010
Octal154175272

Shades and tints

Shades of #6C7DBA

#6C7DBA
(108,125,186)
#6372AA
(99,114,170)
#5A679A
(90,103,154)
#515C8A
(81,92,138)
#48517A
(72,81,122)
#3F466A
(63,70,106)
#363B5A
(54,59,90)
#2D304A
(45,48,74)
#24253A
(36,37,58)
#1B1A2A
(27,26,42)
#120F1A
(18,15,26)
#000000
(0,0,0)

Tints of #6C7DBA

#6C7DBA
(108,125,186)
#7988C0
(121,136,192)
#8693C6
(134,147,198)
#939ECC
(147,158,204)
#A0A9D2
(160,169,210)
#ADB4D8
(173,180,216)
#BABFDE
(186,191,222)
#C7CAE4
(199,202,228)
#D4D5EA
(212,213,234)
#E1E0F0
(225,224,240)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7DBA color. Also use rgb(108,125,186) instead hex code.

Text Font Color

.myTextColor { color: #6C7DBA; }

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

This text font color is #6C7DBA.


Background Color

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

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

This div background color is #6C7DBA.


Border color

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

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

This div border color is #6C7DBA.


Opacity

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

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

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

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

This text has shadow with #6C7DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7DBA on black background.


Color preview on white background

This text has color #6C7DBA on white background.



Black color preview on #6C7DBA background

This text has black color on #6C7DBA background.


White color preview on #6C7DBA background

This text has white color on #6C7DBA background.