COLOR #677CA6

HEX: #677CA6
RGB: (103,124,166)

Color info

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

RGB color model

#677CA6 color RGB value is (103,124,166).

  • red value is 103;
  • green value is 124;
  • blue value is 166.
RGB:
(103,124,166)
(40%,49%,65%)

RGB channels and saturation

R 103 of 255 = 40%
G 124 of 255 = 49%
B 166 of 255 = 65%

103
124
166

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

Portions of RGB colors in percentages

R + G + B =
103 + 124 + 166 = 393 (100%)
R 103 of 393 ~ 26.21%
G 124 of 393 ~ 31.55%
B 166 of 393 ~ 42.24%

%26.21
%31.55
%42.24

CMYK color model

#677CA6 color CMYK value is (38,25,0,35).

  • cyan value is 37.95%
  • magenta value is 25.30%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(38,25,0,35)
C38M25Y0K35 
(38%,25%,0%,35%)
(0.38/0.25/0.00/0.35)	

CMYK percentages

%37.95
%25.3
%0
%34.9

Codes

Color #677CA6 in popluar color models

677CA6
RGB103124166
HSL220°26.14%52.75%
HSB/HSV220°37.95%65.10%
CMYK37.95%25.30%0.00%
34.90%

Color #677CA6 in popluar number systems.

HEX677CA6
Decimal103124166
Binary1100111111110010100110
Octal147174246

Shades and tints

Shades of #677CA6

#677CA6
(103,124,166)
#5E7197
(94,113,151)
#556688
(85,102,136)
#4C5B79
(76,91,121)
#43506A
(67,80,106)
#3A455B
(58,69,91)
#313A4C
(49,58,76)
#282F3D
(40,47,61)
#1F242E
(31,36,46)
#16191F
(22,25,31)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #677CA6

#677CA6
(103,124,166)
#7487AE
(116,135,174)
#8192B6
(129,146,182)
#8E9DBE
(142,157,190)
#9BA8C6
(155,168,198)
#A8B3CE
(168,179,206)
#B5BED6
(181,190,214)
#C2C9DE
(194,201,222)
#CFD4E6
(207,212,230)
#DCDFEE
(220,223,238)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677CA6 color. Also use rgb(103,124,166) instead hex code.

Text Font Color

.myTextColor { color: #677CA6; }

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

This text font color is #677CA6.


Background Color

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

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

This div background color is #677CA6.


Border color

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

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

This div border color is #677CA6.


Opacity

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

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

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

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

This text has shadow with #677CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677CA6 on black background.


Color preview on white background

This text has color #677CA6 on white background.



Black color preview on #677CA6 background

This text has black color on #677CA6 background.


White color preview on #677CA6 background

This text has white color on #677CA6 background.