COLOR #677BC6

HEX: #677BC6
RGB: (103,123,198)

Color info

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

RGB color model

#677BC6 color RGB value is (103,123,198).

  • red value is 103;
  • green value is 123;
  • blue value is 198.
RGB:
(103,123,198)
(40%,48%,78%)

RGB channels and saturation

R 103 of 255 = 40%
G 123 of 255 = 48%
B 198 of 255 = 78%

103
123
198

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

Portions of RGB colors in percentages

R + G + B =
103 + 123 + 198 = 424 (100%)
R 103 of 424 ~ 24.29%
G 123 of 424 ~ 29.01%
B 198 of 424 ~ 46.7%

%24.29
%29.01
%46.7

CMYK color model

#677BC6 color CMYK value is (48,38,0,22).

  • cyan value is 47.98%
  • magenta value is 37.88%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(48,38,0,22)
C48M38Y0K22 
(48%,38%,0%,22%)
(0.48/0.38/0.00/0.22)	

CMYK percentages

%47.98
%37.88
%0
%22.35

Codes

Color #677BC6 in popluar color models

677BC6
RGB103123198
HSL227°45.45%59.02%
HSB/HSV227°47.98%77.65%
CMYK47.98%37.88%0.00%
22.35%

Color #677BC6 in popluar number systems.

HEX677BC6
Decimal103123198
Binary1100111111101111000110
Octal147173306

Shades and tints

Shades of #677BC6

#677BC6
(103,123,198)
#5E70B4
(94,112,180)
#5565A2
(85,101,162)
#4C5A90
(76,90,144)
#434F7E
(67,79,126)
#3A446C
(58,68,108)
#31395A
(49,57,90)
#282E48
(40,46,72)
#1F2336
(31,35,54)
#161824
(22,24,36)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #677BC6

#677BC6
(103,123,198)
#7487CB
(116,135,203)
#8193D0
(129,147,208)
#8E9FD5
(142,159,213)
#9BABDA
(155,171,218)
#A8B7DF
(168,183,223)
#B5C3E4
(181,195,228)
#C2CFE9
(194,207,233)
#CFDBEE
(207,219,238)
#DCE7F3
(220,231,243)
#E9F3F8
(233,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677BC6 color. Also use rgb(103,123,198) instead hex code.

Text Font Color

.myTextColor { color: #677BC6; }

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

This text font color is #677BC6.


Background Color

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

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

This div background color is #677BC6.


Border color

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

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

This div border color is #677BC6.


Opacity

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

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

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

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

This text has shadow with #677BC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677BC6 on black background.


Color preview on white background

This text has color #677BC6 on white background.



Black color preview on #677BC6 background

This text has black color on #677BC6 background.


White color preview on #677BC6 background

This text has white color on #677BC6 background.