COLOR #677ECA

HEX: #677ECA RGB: (103,126,202)

Color info

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

RGB color model

#677ECA color RGB value is (103,126,202).

RGB: (103,126,202) (40%, 49%, 79%)

RGB channels and saturation

R 103 of 255 = 40%
G 126 of 255 = 49%
B 202 of 255 = 79%

103
126
202

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

Portions of RGB colors in percentages

R + G + B = 103 + 126 + 202 = 431 (100%)
R 103 of 431 ~ 23.9%
G 126 of 431 ~ 29.23%
B 202 of 431 ~ 46.87'%

%23.9
%29.23
%46.87

CMYK color model

#677ECA color CMYK value is (49,38,0,21).

  • cyan value is 49.01%
  • magenta value is 37.62%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (49,38,0,21)
C49M38Y0K21 (49%, 38%, 0%, 21%)
(0.49 / 0.38 / 0.00 / 0.21)

CMYK percentages

%49.01
%37.62
%0
%20.78

Codes

Color #677ECA in popluar color models

67 7E CA
RGB 103 126 202
HSL 226° 48.29% 59.80%
HSB/HSV 226° 49.01% 79.22%
CMYK 49.01% 37.62% 0.00%
20.78%

Color #677ECA in popluar number systems.

HEX 67 7E CA
Decimal 103 126 202
Binary 1100111 1111110 11001010
Octal 147 176 312

Shades and tints

Shades of #677ECA

#677ECA
(103,126,202)
#5E73B8
(94,115,184)
#5568A6
(85,104,166)
#4C5D94
(76,93,148)
#435282
(67,82,130)
#3A4770
(58,71,112)
#313C5E
(49,60,94)
#28314C
(40,49,76)
#1F263A
(31,38,58)
#161B28
(22,27,40)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #677ECA

#677ECA
(103,126,202)
#7489CE
(116,137,206)
#8194D2
(129,148,210)
#8E9FD6
(142,159,214)
#9BAADA
(155,170,218)
#A8B5DE
(168,181,222)
#B5C0E2
(181,192,226)
#C2CBE6
(194,203,230)
#CFD6EA
(207,214,234)
#DCE1EE
(220,225,238)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677ECA color. Also use rgb(103,126,202) instead hex code.

Text Font Color

.myTextColor { color: #677ECA; }

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

This text font color is #677ECA.

Background Color

.myBgColor { background-color: #677ECA; }

<div style="background-color:#677ECA">Inner text</div>

This div background color is #677ECA.

Border color

.myBorderColor { border: 1px solid #677ECA; }

<div style="border:3px solid #677ECA">Div</div>

This div border color is #677ECA.

Opacity

.myOpacity80 { color: #677ECA; opacity: 0.8; }

<p style="color:#677ECA;opacity:0.8;">80%</p>

Text with #677ECA 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 #677ECA;}

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

This text has shadow with #677ECA color.


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

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

This text has shadow with #677ECA primary color and red secondary color.


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

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

This text has shadow with #677ECA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #677ECA.

Preview

Color preview on black background

This text has color #677ECA on black background.


Color preview on white background

This text has color #677ECA on white background.


Black color preview on #677ECA background

This text has black color on #677ECA background.


White color preview on #677ECA background

This text has white color on #677ECA background.


Related colors

Complementary color

Complementary color for #hex is #988135.


I love getcolorcode.com

Triadic colors

1 #CA677E and #7ECA67 with #677ECA are triadic colors.

2 #CA7E67 and #7E67CA with #677ECA are triadic colors.