COLOR #6C7FDC

HEX: #6C7FDC
RGB: (108,127,220)

Color info

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

RGB color model

#6C7FDC color RGB value is (108,127,220).

  • red value is 108;
  • green value is 127;
  • blue value is 220.
RGB:
(108,127,220)
(42%,50%,86%)

RGB channels and saturation

R 108 of 255 = 42%
G 127 of 255 = 50%
B 220 of 255 = 86%

108
127
220

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

Portions of RGB colors in percentages

R + G + B =
108 + 127 + 220 = 455 (100%)
R 108 of 455 ~ 23.74%
G 127 of 455 ~ 27.91%
B 220 of 455 ~ 48.35%

%23.74
%27.91
%48.35

CMYK color model

#6C7FDC color CMYK value is (51,42,0,14).

  • cyan value is 50.91%
  • magenta value is 42.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(51,42,0,14)
C51M42Y0K14 
(51%,42%,0%,14%)
(0.51/0.42/0.00/0.14)	

CMYK percentages

%50.91
%42.27
%0
%13.73

Codes

Color #6C7FDC in popluar color models

6C7FDC
RGB108127220
HSL230°61.54%64.31%
HSB/HSV230°50.91%86.27%
CMYK50.91%42.27%0.00%
13.73%

Color #6C7FDC in popluar number systems.

HEX6C7FDC
Decimal108127220
Binary1101100111111111011100
Octal154177334

Shades and tints

Shades of #6C7FDC

#6C7FDC
(108,127,220)
#6374C8
(99,116,200)
#5A69B4
(90,105,180)
#515EA0
(81,94,160)
#48538C
(72,83,140)
#3F4878
(63,72,120)
#363D64
(54,61,100)
#2D3250
(45,50,80)
#24273C
(36,39,60)
#1B1C28
(27,28,40)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #6C7FDC

#6C7FDC
(108,127,220)
#798ADF
(121,138,223)
#8695E2
(134,149,226)
#93A0E5
(147,160,229)
#A0ABE8
(160,171,232)
#ADB6EB
(173,182,235)
#BAC1EE
(186,193,238)
#C7CCF1
(199,204,241)
#D4D7F4
(212,215,244)
#E1E2F7
(225,226,247)
#EEEDFA
(238,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7FDC color. Also use rgb(108,127,220) instead hex code.

Text Font Color

.myTextColor { color: #6C7FDC; }

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

This text font color is #6C7FDC.


Background Color

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

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

This div background color is #6C7FDC.


Border color

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

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

This div border color is #6C7FDC.


Opacity

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

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

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

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

This text has shadow with #6C7FDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7FDC on black background.


Color preview on white background

This text has color #6C7FDC on white background.



Black color preview on #6C7FDC background

This text has black color on #6C7FDC background.


White color preview on #6C7FDC background

This text has white color on #6C7FDC background.