COLOR #677EBE

HEX: #677EBE
RGB: (103,126,190)

Color info

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

RGB color model

#677EBE color RGB value is (103,126,190).

  • red value is 103;
  • green value is 126;
  • blue value is 190.
RGB:
(103,126,190)
(40%,49%,75%)

RGB channels and saturation

R 103 of 255 = 40%
G 126 of 255 = 49%
B 190 of 255 = 75%

103
126
190

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

Portions of RGB colors in percentages

R + G + B =
103 + 126 + 190 = 419 (100%)
R 103 of 419 ~ 24.58%
G 126 of 419 ~ 30.07%
B 190 of 419 ~ 45.35%

%24.58
%30.07
%45.35

CMYK color model

#677EBE color CMYK value is (46,34,0,25).

  • cyan value is 45.79%
  • magenta value is 33.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(46,34,0,25)
C46M34Y0K25 
(46%,34%,0%,25%)
(0.46/0.34/0.00/0.25)	

CMYK percentages

%45.79
%33.68
%0
%25.49

Codes

Color #677EBE in popluar color models

677EBE
RGB103126190
HSL224°40.09%57.45%
HSB/HSV224°45.79%74.51%
CMYK45.79%33.68%0.00%
25.49%

Color #677EBE in popluar number systems.

HEX677EBE
Decimal103126190
Binary1100111111111010111110
Octal147176276

Shades and tints

Shades of #677EBE

#677EBE
(103,126,190)
#5E73AD
(94,115,173)
#55689C
(85,104,156)
#4C5D8B
(76,93,139)
#43527A
(67,82,122)
#3A4769
(58,71,105)
#313C58
(49,60,88)
#283147
(40,49,71)
#1F2636
(31,38,54)
#161B25
(22,27,37)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #677EBE

#677EBE
(103,126,190)
#7489C3
(116,137,195)
#8194C8
(129,148,200)
#8E9FCD
(142,159,205)
#9BAAD2
(155,170,210)
#A8B5D7
(168,181,215)
#B5C0DC
(181,192,220)
#C2CBE1
(194,203,225)
#CFD6E6
(207,214,230)
#DCE1EB
(220,225,235)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677EBE; }

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

This text font color is #677EBE.


Background Color

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

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

This div background color is #677EBE.


Border color

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

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

This div border color is #677EBE.


Opacity

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

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

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

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

This text has shadow with #677EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677EBE on black background.


Color preview on white background

This text has color #677EBE on white background.



Black color preview on #677EBE background

This text has black color on #677EBE background.


White color preview on #677EBE background

This text has white color on #677EBE background.