COLOR #6776BF

HEX: #6776BF RGB: (103,118,191)

Color info

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

RGB color model

#6776BF color RGB value is (103,118,191).

RGB: (103,118,191) (40%, 46%, 75%)

RGB channels and saturation

R 103 of 255 = 40%
G 118 of 255 = 46%
B 191 of 255 = 75%

103
118
191

R + G + B ~ 54%. #6776BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 118 + 191 = 412 (100%)
R 103 of 412 ~ 25%
G 118 of 412 ~ 28.64%
B 191 of 412 ~ 46.36'%

%25
%28.64
%46.36

CMYK color model

#6776BF color CMYK value is (46,38,0,25).

  • cyan value is 46.07%
  • magenta value is 38.22%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (46,38,0,25)
C46M38Y0K25 (46%, 38%, 0%, 25%)
(0.46 / 0.38 / 0.00 / 0.25)

CMYK percentages

%46.07
%38.22
%0
%25.1

Codes

Color #6776BF in popluar color models

67 76 BF
RGB 103 118 191
HSL 230° 40.74% 57.65%
HSB/HSV 230° 46.07% 74.90%
CMYK 46.07% 38.22% 0.00%
25.10%

Color #6776BF in popluar number systems.

HEX 67 76 BF
Decimal 103 118 191
Binary 1100111 1110110 10111111
Octal 147 166 277

Shades and tints

Shades of #6776BF

#6776BF
(103,118,191)
#5E6CAE
(94,108,174)
#55629D
(85,98,157)
#4C588C
(76,88,140)
#434E7B
(67,78,123)
#3A446A
(58,68,106)
#313A59
(49,58,89)
#283048
(40,48,72)
#1F2637
(31,38,55)
#161C26
(22,28,38)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #6776BF

#6776BF
(103,118,191)
#7482C4
(116,130,196)
#818EC9
(129,142,201)
#8E9ACE
(142,154,206)
#9BA6D3
(155,166,211)
#A8B2D8
(168,178,216)
#B5BEDD
(181,190,221)
#C2CAE2
(194,202,226)
#CFD6E7
(207,214,231)
#DCE2EC
(220,226,236)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6776BF color. Also use rgb(103,118,191) instead hex code.

Text Font Color

.myTextColor { color: #6776BF; }

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

This text font color is #6776BF.

Background Color

.myBgColor { background-color: #6776BF; }

<div style="background-color:#6776BF">Inner text</div>

This div background color is #6776BF.

Border color

.myBorderColor { border: 1px solid #6776BF; }

<div style="border:3px solid #6776BF">Div</div>

This div border color is #6776BF.

Opacity

.myOpacity80 { color: #6776BF; opacity: 0.8; }

<p style="color:#6776BF;opacity:0.8;">80%</p>

Text with #6776BF 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 #6776BF;}

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

This text has shadow with #6776BF color.


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

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

This text has shadow with #6776BF primary color and red secondary color.


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

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

This text has shadow with #6776BF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6776BF.

Preview

Color preview on black background

This text has color #6776BF on black background.


Color preview on white background

This text has color #6776BF on white background.


Black color preview on #6776BF background

This text has black color on #6776BF background.


White color preview on #6776BF background

This text has white color on #6776BF background.


Related colors

Complementary color

Complementary color for #hex is #988940.


I love getcolorcode.com

Triadic colors

1 #BF6776 and #76BF67 with #6776BF are triadic colors.

2 #BF7667 and #7667BF with #6776BF are triadic colors.