COLOR #6774D6

HEX: #6774D6 RGB: (103,116,214)

Color info

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

RGB color model

#6774D6 color RGB value is (103,116,214).

RGB: (103,116,214) (40%, 45%, 84%)

RGB channels and saturation

R 103 of 255 = 40%
G 116 of 255 = 45%
B 214 of 255 = 84%

103
116
214

R + G + B ~ 56%. #6774D6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 116 + 214 = 433 (100%)
R 103 of 433 ~ 23.79%
G 116 of 433 ~ 26.79%
B 214 of 433 ~ 49.42'%

%23.79
%26.79
%49.42

CMYK color model

#6774D6 color CMYK value is (52,46,0,16).

  • cyan value is 51.87%
  • magenta value is 45.79%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (52,46,0,16)
C52M46Y0K16 (52%, 46%, 0%, 16%)
(0.52 / 0.46 / 0.00 / 0.16)

CMYK percentages

%51.87
%45.79
%0
%16.08

Codes

Color #6774D6 in popluar color models

67 74 D6
RGB 103 116 214
HSL 233° 57.51% 62.16%
HSB/HSV 233° 51.87% 83.92%
CMYK 51.87% 45.79% 0.00%
16.08%

Color #6774D6 in popluar number systems.

HEX 67 74 D6
Decimal 103 116 214
Binary 1100111 1110100 11010110
Octal 147 164 326

Shades and tints

Shades of #6774D6

#6774D6
(103,116,214)
#5E6AC3
(94,106,195)
#5560B0
(85,96,176)
#4C569D
(76,86,157)
#434C8A
(67,76,138)
#3A4277
(58,66,119)
#313864
(49,56,100)
#282E51
(40,46,81)
#1F243E
(31,36,62)
#161A2B
(22,26,43)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #6774D6

#6774D6
(103,116,214)
#7480D9
(116,128,217)
#818CDC
(129,140,220)
#8E98DF
(142,152,223)
#9BA4E2
(155,164,226)
#A8B0E5
(168,176,229)
#B5BCE8
(181,188,232)
#C2C8EB
(194,200,235)
#CFD4EE
(207,212,238)
#DCE0F1
(220,224,241)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6774D6 color. Also use rgb(103,116,214) instead hex code.

Text Font Color

.myTextColor { color: #6774D6; }

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

This text font color is #6774D6.

Background Color

.myBgColor { background-color: #6774D6; }

<div style="background-color:#6774D6">Inner text</div>

This div background color is #6774D6.

Border color

.myBorderColor { border: 1px solid #6774D6; }

<div style="border:3px solid #6774D6">Div</div>

This div border color is #6774D6.

Opacity

.myOpacity80 { color: #6774D6; opacity: 0.8; }

<p style="color:#6774D6;opacity:0.8;">80%</p>

Text with #6774D6 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 #6774D6;}

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

This text has shadow with #6774D6 color.


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

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

This text has shadow with #6774D6 primary color and red secondary color.


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

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

This text has shadow with #6774D6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6774D6.

Preview

Color preview on black background

This text has color #6774D6 on black background.


Color preview on white background

This text has color #6774D6 on white background.


Black color preview on #6774D6 background

This text has black color on #6774D6 background.


White color preview on #6774D6 background

This text has white color on #6774D6 background.


Related colors

Complementary color

Complementary color for #hex is #988B29.


I love getcolorcode.com

Triadic colors

1 #D66774 and #74D667 with #6774D6 are triadic colors.

2 #D67467 and #7467D6 with #6774D6 are triadic colors.