COLOR #677DBD

HEX: #677DBD
RGB: (103,125,189)

Color info

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

RGB color model

#677DBD color RGB value is (103,125,189).

  • red value is 103;
  • green value is 125;
  • blue value is 189.
RGB:
(103,125,189)
(40%,49%,74%)

RGB channels and saturation

R 103 of 255 = 40%
G 125 of 255 = 49%
B 189 of 255 = 74%

103
125
189

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

Portions of RGB colors in percentages

R + G + B =
103 + 125 + 189 = 417 (100%)
R 103 of 417 ~ 24.7%
G 125 of 417 ~ 29.98%
B 189 of 417 ~ 45.32%

%24.7
%29.98
%45.32

CMYK color model

#677DBD color CMYK value is (46,34,0,26).

  • cyan value is 45.50%
  • magenta value is 33.86%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(46,34,0,26)
C46M34Y0K26 
(46%,34%,0%,26%)
(0.46/0.34/0.00/0.26)	

CMYK percentages

%45.5
%33.86
%0
%25.88

Codes

Color #677DBD in popluar color models

677DBD
RGB103125189
HSL225°39.45%57.25%
HSB/HSV225°45.50%74.12%
CMYK45.50%33.86%0.00%
25.88%

Color #677DBD in popluar number systems.

HEX677DBD
Decimal103125189
Binary1100111111110110111101
Octal147175275

Shades and tints

Shades of #677DBD

#677DBD
(103,125,189)
#5E72AC
(94,114,172)
#55679B
(85,103,155)
#4C5C8A
(76,92,138)
#435179
(67,81,121)
#3A4668
(58,70,104)
#313B57
(49,59,87)
#283046
(40,48,70)
#1F2535
(31,37,53)
#161A24
(22,26,36)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #677DBD

#677DBD
(103,125,189)
#7488C3
(116,136,195)
#8193C9
(129,147,201)
#8E9ECF
(142,158,207)
#9BA9D5
(155,169,213)
#A8B4DB
(168,180,219)
#B5BFE1
(181,191,225)
#C2CAE7
(194,202,231)
#CFD5ED
(207,213,237)
#DCE0F3
(220,224,243)
#E9EBF9
(233,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677DBD color. Also use rgb(103,125,189) instead hex code.

Text Font Color

.myTextColor { color: #677DBD; }

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

This text font color is #677DBD.


Background Color

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

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

This div background color is #677DBD.


Border color

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

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

This div border color is #677DBD.


Opacity

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

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

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

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

This text has shadow with #677DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677DBD on black background.


Color preview on white background

This text has color #677DBD on white background.



Black color preview on #677DBD background

This text has black color on #677DBD background.


White color preview on #677DBD background

This text has white color on #677DBD background.