COLOR #677DF0

HEX: #677DF0
RGB: (103,125,240)

Color info

#677DF0 contains mainly blue color. Web safe color of #677DF0 is #6666FF (or #66F).

RGB color model

#677DF0 color RGB value is (103,125,240).

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

RGB channels and saturation

R 103 of 255 = 40%
G 125 of 255 = 49%
B 240 of 255 = 94%

103
125
240

R + G + B ~ 61%. #677DF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
103 + 125 + 240 = 468 (100%)
R 103 of 468 ~ 22.01%
G 125 of 468 ~ 26.71%
B 240 of 468 ~ 51.28%

%22.01
%26.71
%51.28

CMYK color model

#677DF0 color CMYK value is (57,48,0,6).

  • cyan value is 57.08%
  • magenta value is 47.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(57,48,0,6)
C57M48Y0K6 
(57%,48%,0%,6%)
(0.57/0.48/0.00/0.06)	

CMYK percentages

%57.08
%47.92
%0
%5.88

Codes

Color #677DF0 in popluar color models

677DF0
RGB103125240
HSL230°82.04%67.25%
HSB/HSV230°57.08%94.12%
CMYK57.08%47.92%0.00%
5.88%

Color #677DF0 in popluar number systems.

HEX677DF0
Decimal103125240
Binary1100111111110111110000
Octal147175360

Shades and tints

Shades of #677DF0

#677DF0
(103,125,240)
#5E72DB
(94,114,219)
#5567C6
(85,103,198)
#4C5CB1
(76,92,177)
#43519C
(67,81,156)
#3A4687
(58,70,135)
#313B72
(49,59,114)
#28305D
(40,48,93)
#1F2548
(31,37,72)
#161A33
(22,26,51)
#0D0F1E
(13,15,30)
#000000
(0,0,0)

Tints of #677DF0

#677DF0
(103,125,240)
#7488F1
(116,136,241)
#8193F2
(129,147,242)
#8E9EF3
(142,158,243)
#9BA9F4
(155,169,244)
#A8B4F5
(168,180,245)
#B5BFF6
(181,191,246)
#C2CAF7
(194,202,247)
#CFD5F8
(207,213,248)
#DCE0F9
(220,224,249)
#E9EBFA
(233,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677DF0; }

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

This text font color is #677DF0.


Background Color

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

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

This div background color is #677DF0.


Border color

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

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

This div border color is #677DF0.


Opacity

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

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

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

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

This text has shadow with #677DF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677DF0 on black background.


Color preview on white background

This text has color #677DF0 on white background.



Black color preview on #677DF0 background

This text has black color on #677DF0 background.


White color preview on #677DF0 background

This text has white color on #677DF0 background.