COLOR #677AC7

HEX: #677AC7 RGB: (103,122,199)

Color info

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

RGB color model

#677AC7 color RGB value is (103,122,199).

RGB: (103,122,199) (40%, 48%, 78%)

RGB channels and saturation

R 103 of 255 = 40%
G 122 of 255 = 48%
B 199 of 255 = 78%

103
122
199

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

Portions of RGB colors in percentages

R + G + B = 103 + 122 + 199 = 424 (100%)
R 103 of 424 ~ 24.29%
G 122 of 424 ~ 28.77%
B 199 of 424 ~ 46.93'%

%24.29
%28.77
%46.93

CMYK color model

#677AC7 color CMYK value is (48,39,0,22).

  • cyan value is 48.24%
  • magenta value is 38.69%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (48,39,0,22)
C48M39Y0K22 (48%, 39%, 0%, 22%)
(0.48 / 0.39 / 0.00 / 0.22)

CMYK percentages

%48.24
%38.69
%0
%21.96

Codes

Color #677AC7 in popluar color models

67 7A C7
RGB 103 122 199
HSL 228° 46.15% 59.22%
HSB/HSV 228° 48.24% 78.04%
CMYK 48.24% 38.69% 0.00%
21.96%

Color #677AC7 in popluar number systems.

HEX 67 7A C7
Decimal 103 122 199
Binary 1100111 1111010 11000111
Octal 147 172 307

Shades and tints

Shades of #677AC7

#677AC7
(103,122,199)
#5E6FB5
(94,111,181)
#5564A3
(85,100,163)
#4C5991
(76,89,145)
#434E7F
(67,78,127)
#3A436D
(58,67,109)
#31385B
(49,56,91)
#282D49
(40,45,73)
#1F2237
(31,34,55)
#161725
(22,23,37)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #677AC7

#677AC7
(103,122,199)
#7486CC
(116,134,204)
#8192D1
(129,146,209)
#8E9ED6
(142,158,214)
#9BAADB
(155,170,219)
#A8B6E0
(168,182,224)
#B5C2E5
(181,194,229)
#C2CEEA
(194,206,234)
#CFDAEF
(207,218,239)
#DCE6F4
(220,230,244)
#E9F2F9
(233,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677AC7 color. Also use rgb(103,122,199) instead hex code.

Text Font Color

.myTextColor { color: #677AC7; }

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

This text font color is #677AC7.

Background Color

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

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

This div background color is #677AC7.

Border color

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

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

This div border color is #677AC7.

Opacity

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

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

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

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

This text has shadow with #677AC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #677AC7.

Preview

Color preview on black background

This text has color #677AC7 on black background.


Color preview on white background

This text has color #677AC7 on white background.


Black color preview on #677AC7 background

This text has black color on #677AC7 background.


White color preview on #677AC7 background

This text has white color on #677AC7 background.


Related colors

Complementary color

Complementary color for #hex is #988538.


I love getcolorcode.com

Triadic colors

1 #C7677A and #7AC767 with #677AC7 are triadic colors.

2 #C77A67 and #7A67C7 with #677AC7 are triadic colors.