COLOR #677CD4

HEX: #677CD4
RGB: (103,124,212)

Color info

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

RGB color model

#677CD4 color RGB value is (103,124,212).

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

RGB channels and saturation

R 103 of 255 = 40%
G 124 of 255 = 49%
B 212 of 255 = 83%

103
124
212

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

Portions of RGB colors in percentages

R + G + B =
103 + 124 + 212 = 439 (100%)
R 103 of 439 ~ 23.46%
G 124 of 439 ~ 28.25%
B 212 of 439 ~ 48.29%

%23.46
%28.25
%48.29

CMYK color model

#677CD4 color CMYK value is (51,42,0,17).

  • cyan value is 51.42%
  • magenta value is 41.51%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(51,42,0,17)
C51M42Y0K17 
(51%,42%,0%,17%)
(0.51/0.42/0.00/0.17)	

CMYK percentages

%51.42
%41.51
%0
%16.86

Codes

Color #677CD4 in popluar color models

677CD4
RGB103124212
HSL228°55.90%61.76%
HSB/HSV228°51.42%83.14%
CMYK51.42%41.51%0.00%
16.86%

Color #677CD4 in popluar number systems.

HEX677CD4
Decimal103124212
Binary1100111111110011010100
Octal147174324

Shades and tints

Shades of #677CD4

#677CD4
(103,124,212)
#5E71C1
(94,113,193)
#5566AE
(85,102,174)
#4C5B9B
(76,91,155)
#435088
(67,80,136)
#3A4575
(58,69,117)
#313A62
(49,58,98)
#282F4F
(40,47,79)
#1F243C
(31,36,60)
#161929
(22,25,41)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #677CD4

#677CD4
(103,124,212)
#7487D7
(116,135,215)
#8192DA
(129,146,218)
#8E9DDD
(142,157,221)
#9BA8E0
(155,168,224)
#A8B3E3
(168,179,227)
#B5BEE6
(181,190,230)
#C2C9E9
(194,201,233)
#CFD4EC
(207,212,236)
#DCDFEF
(220,223,239)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677CD4; }

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

This text font color is #677CD4.


Background Color

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

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

This div background color is #677CD4.


Border color

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

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

This div border color is #677CD4.


Opacity

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

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

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

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

This text has shadow with #677CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677CD4 on black background.


Color preview on white background

This text has color #677CD4 on white background.



Black color preview on #677CD4 background

This text has black color on #677CD4 background.


White color preview on #677CD4 background

This text has white color on #677CD4 background.