COLOR #6678A4

HEX: #6678A4 RGB: (102,120,164)

Color info

#6678A4 contains mainly green and blue colors. Web safe color of #6678A4 is #666699 (or #669).

RGB color model

#6678A4 color RGB value is (102,120,164).

RGB: (102,120,164) (40%, 47%, 64%)

RGB channels and saturation

R 102 of 255 = 40%
G 120 of 255 = 47%
B 164 of 255 = 64%

102
120
164

R + G + B ~ 50%. #6678A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 120 + 164 = 386 (100%)
R 102 of 386 ~ 26.42%
G 120 of 386 ~ 31.09%
B 164 of 386 ~ 42.49'%

%26.42
%31.09
%42.49

CMYK color model

#6678A4 color CMYK value is (38,27,0,36).

  • cyan value is 37.80%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK: (38,27,0,36) C38M27Y0K36 (38%,27%,0%,36%) (0.38/0.27/0.00/0.36) 

CMYK percentages

%37.8
%26.83
%0
%35.69

Codes

Color #6678A4 in popluar color models

66 78 A4
RGB 102 120 164
HSL 223° 25.41% 52.16%
HSB/HSV 223° 37.80% 64.31%
CMYK 37.80% 26.83% 0.00%
35.69%

Color #6678A4 in popluar number systems.

HEX 66 78 A4
Decimal 102 120 164
Binary 1100110 1111000 10100100
Octal 146 170 244

Shades and tints

Shades of #6678A4

#6678A4
(102,120,164)
#5D6E96
(93,110,150)
#546488
(84,100,136)
#4B5A7A
(75,90,122)
#42506C
(66,80,108)
#39465E
(57,70,94)
#303C50
(48,60,80)
#273242
(39,50,66)
#1E2834
(30,40,52)
#151E26
(21,30,38)
#0C1418
(12,20,24)
#000000
(0,0,0)

Tints of #6678A4

#6678A4
(102,120,164)
#7384AC
(115,132,172)
#8090B4
(128,144,180)
#8D9CBC
(141,156,188)
#9AA8C4
(154,168,196)
#A7B4CC
(167,180,204)
#B4C0D4
(180,192,212)
#C1CCDC
(193,204,220)
#CED8E4
(206,216,228)
#DBE4EC
(219,228,236)
#E8F0F4
(232,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6678A4 color. Also use rgb(102,120,164) instead hex code.

Text Font Color

.myTextColor { color: #6678A4; }

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

This text font color is #6678A4.

Background Color

.myBgColor { background-color: #6678A4; }

<div style="background-color:#6678A4">Inner text</div>

This div background color is #6678A4.

Border color

.myBorderColor { border: 1px solid #6678A4; }

<div style="border:3px solid #6678A4">Div</div>

This div border color is #6678A4.

Opacity

.myOpacity80 { color: #6678A4; opacity: 0.8; }

<p style="color:#6678A4;opacity:0.8;">80%</p>

Text with #6678A4 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 #6678A4;}

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

This text has shadow with #6678A4 color.


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

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

This text has shadow with #6678A4 primary color and red secondary color.


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

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

This text has shadow with #6678A4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6678A4.

Preview

Color preview on black background

This text has color #6678A4 on black background.


Color preview on white background

This text has color #6678A4 on white background.


Black color preview on #6678A4 background

This text has black color on #6678A4 background.


White color preview on #6678A4 background

This text has white color on #6678A4 background.


Related colors

Complementary color

Complementary color for #hex is #99875B.


I love getcolorcode.com

Triadic colors

1 #A46678 and #78A466 with #6678A4 are triadic colors.

2 #A47866 and #7866A4 with #6678A4 are triadic colors.