COLOR #677CD8

HEX: #677CD8
RGB: (103,124,216)

Color info

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

RGB color model

#677CD8 color RGB value is (103,124,216).

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

RGB channels and saturation

R 103 of 255 = 40%
G 124 of 255 = 49%
B 216 of 255 = 85%

103
124
216

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

Portions of RGB colors in percentages

R + G + B =
103 + 124 + 216 = 443 (100%)
R 103 of 443 ~ 23.25%
G 124 of 443 ~ 27.99%
B 216 of 443 ~ 48.76%

%23.25
%27.99
%48.76

CMYK color model

#677CD8 color CMYK value is (52,43,0,15).

  • cyan value is 52.31%
  • magenta value is 42.59%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(52,43,0,15)
C52M43Y0K15 
(52%,43%,0%,15%)
(0.52/0.43/0.00/0.15)	

CMYK percentages

%52.31
%42.59
%0
%15.29

Codes

Color #677CD8 in popluar color models

677CD8
RGB103124216
HSL229°59.16%62.55%
HSB/HSV229°52.31%84.71%
CMYK52.31%42.59%0.00%
15.29%

Color #677CD8 in popluar number systems.

HEX677CD8
Decimal103124216
Binary1100111111110011011000
Octal147174330

Shades and tints

Shades of #677CD8

#677CD8
(103,124,216)
#5E71C5
(94,113,197)
#5566B2
(85,102,178)
#4C5B9F
(76,91,159)
#43508C
(67,80,140)
#3A4579
(58,69,121)
#313A66
(49,58,102)
#282F53
(40,47,83)
#1F2440
(31,36,64)
#16192D
(22,25,45)
#0D0E1A
(13,14,26)
#000000
(0,0,0)

Tints of #677CD8

#677CD8
(103,124,216)
#7487DB
(116,135,219)
#8192DE
(129,146,222)
#8E9DE1
(142,157,225)
#9BA8E4
(155,168,228)
#A8B3E7
(168,179,231)
#B5BEEA
(181,190,234)
#C2C9ED
(194,201,237)
#CFD4F0
(207,212,240)
#DCDFF3
(220,223,243)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677CD8; }

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

This text font color is #677CD8.


Background Color

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

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

This div background color is #677CD8.


Border color

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

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

This div border color is #677CD8.


Opacity

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

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

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

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

This text has shadow with #677CD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677CD8 on black background.


Color preview on white background

This text has color #677CD8 on white background.



Black color preview on #677CD8 background

This text has black color on #677CD8 background.


White color preview on #677CD8 background

This text has white color on #677CD8 background.