COLOR #6C78C5

HEX: #6C78C5 RGB: (108,120,197)

Color info

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

RGB color model

#6C78C5 color RGB value is (108,120,197).

RGB: (108,120,197) (42%, 47%, 77%)

RGB channels and saturation

R 108 of 255 = 42%
G 120 of 255 = 47%
B 197 of 255 = 77%

108
120
197

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

Portions of RGB colors in percentages

R + G + B = 108 + 120 + 197 = 425 (100%)
R 108 of 425 ~ 25.41%
G 120 of 425 ~ 28.24%
B 197 of 425 ~ 46.35'%

%25.41
%28.24
%46.35

CMYK color model

#6C78C5 color CMYK value is (45,39,0,23).

  • cyan value is 45.18%
  • magenta value is 39.09%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (45,39,0,23)
C45M39Y0K23 (45%, 39%, 0%, 23%)
(0.45 / 0.39 / 0.00 / 0.23)

CMYK percentages

%45.18
%39.09
%0
%22.75

Codes

Color #6C78C5 in popluar color models

6C 78 C5
RGB 108 120 197
HSL 232° 43.41% 59.80%
HSB/HSV 232° 45.18% 77.25%
CMYK 45.18% 39.09% 0.00%
22.75%

Color #6C78C5 in popluar number systems.

HEX 6C 78 C5
Decimal 108 120 197
Binary 1101100 1111000 11000101
Octal 154 170 305

Shades and tints

Shades of #6C78C5

#6C78C5
(108,120,197)
#636EB4
(99,110,180)
#5A64A3
(90,100,163)
#515A92
(81,90,146)
#485081
(72,80,129)
#3F4670
(63,70,112)
#363C5F
(54,60,95)
#2D324E
(45,50,78)
#24283D
(36,40,61)
#1B1E2C
(27,30,44)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #6C78C5

#6C78C5
(108,120,197)
#7984CA
(121,132,202)
#8690CF
(134,144,207)
#939CD4
(147,156,212)
#A0A8D9
(160,168,217)
#ADB4DE
(173,180,222)
#BAC0E3
(186,192,227)
#C7CCE8
(199,204,232)
#D4D8ED
(212,216,237)
#E1E4F2
(225,228,242)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C78C5 color. Also use rgb(108,120,197) instead hex code.

Text Font Color

.myTextColor { color: #6C78C5; }

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

This text font color is #6C78C5.

Background Color

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

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

This div background color is #6C78C5.

Border color

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

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

This div border color is #6C78C5.

Opacity

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

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

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

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

This text has shadow with #6C78C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C78C5.

Preview

Color preview on black background

This text has color #6C78C5 on black background.


Color preview on white background

This text has color #6C78C5 on white background.


Black color preview on #6C78C5 background

This text has black color on #6C78C5 background.


White color preview on #6C78C5 background

This text has white color on #6C78C5 background.


Related colors

Complementary color

Complementary color for #hex is #93873A.


I love getcolorcode.com

Triadic colors

1 #C56C78 and #78C56C with #6C78C5 are triadic colors.

2 #C5786C and #786CC5 with #6C78C5 are triadic colors.