COLOR #6C79CC

HEX: #6C79CC RGB: (108,121,204)

Color info

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

RGB color model

#6C79CC color RGB value is (108,121,204).

RGB: (108,121,204) (42%, 47%, 80%)

RGB channels and saturation

R 108 of 255 = 42%
G 121 of 255 = 47%
B 204 of 255 = 80%

108
121
204

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

Portions of RGB colors in percentages

R + G + B = 108 + 121 + 204 = 433 (100%)
R 108 of 433 ~ 24.94%
G 121 of 433 ~ 27.94%
B 204 of 433 ~ 47.11'%

%24.94
%27.94
%47.11

CMYK color model

#6C79CC color CMYK value is (47,41,0,20).

  • cyan value is 47.06%
  • magenta value is 40.69%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (47,41,0,20) C47M41Y0K20 (47%,41%,0%,20%) (0.47/0.41/0.00/0.20) 

CMYK percentages

%47.06
%40.69
%0
%20

Codes

Color #6C79CC in popluar color models

6C 79 CC
RGB 108 121 204
HSL 232° 48.48% 61.18%
HSB/HSV 232° 47.06% 80.00%
CMYK 47.06% 40.69% 0.00%
20.00%

Color #6C79CC in popluar number systems.

HEX 6C 79 CC
Decimal 108 121 204
Binary 1101100 1111001 11001100
Octal 154 171 314

Shades and tints

Shades of #6C79CC

#6C79CC
(108,121,204)
#636EBA
(99,110,186)
#5A63A8
(90,99,168)
#515896
(81,88,150)
#484D84
(72,77,132)
#3F4272
(63,66,114)
#363760
(54,55,96)
#2D2C4E
(45,44,78)
#24213C
(36,33,60)
#1B162A
(27,22,42)
#120B18
(18,11,24)
#000000
(0,0,0)

Tints of #6C79CC

#6C79CC
(108,121,204)
#7985D0
(121,133,208)
#8691D4
(134,145,212)
#939DD8
(147,157,216)
#A0A9DC
(160,169,220)
#ADB5E0
(173,181,224)
#BAC1E4
(186,193,228)
#C7CDE8
(199,205,232)
#D4D9EC
(212,217,236)
#E1E5F0
(225,229,240)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C79CC color. Also use rgb(108,121,204) instead hex code.

Text Font Color

.myTextColor { color: #6C79CC; }

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

This text font color is #6C79CC.

Background Color

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

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

This div background color is #6C79CC.

Border color

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

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

This div border color is #6C79CC.

Opacity

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

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

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

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

This text has shadow with #6C79CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C79CC.

Preview

Color preview on black background

This text has color #6C79CC on black background.


Color preview on white background

This text has color #6C79CC on white background.


Black color preview on #6C79CC background

This text has black color on #6C79CC background.


White color preview on #6C79CC background

This text has white color on #6C79CC background.


Related colors

Complementary color

Complementary color for #hex is #938633.


I love getcolorcode.com

Triadic colors

1 #CC6C79 and #79CC6C with #6C79CC are triadic colors.

2 #CC796C and #796CCC with #6C79CC are triadic colors.