COLOR #6B77BE

HEX: #6B77BE
RGB: (107,119,190)

Color info

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

RGB color model

#6B77BE color RGB value is (107,119,190).

  • red value is 107;
  • green value is 119;
  • blue value is 190.
RGB:
(107,119,190)
(42%,47%,75%)

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 190 of 255 = 75%

107
119
190

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

Portions of RGB colors in percentages

R + G + B =
107 + 119 + 190 = 416 (100%)
R 107 of 416 ~ 25.72%
G 119 of 416 ~ 28.61%
B 190 of 416 ~ 45.67%

%25.72
%28.61
%45.67

CMYK color model

#6B77BE color CMYK value is (44,37,0,25).

  • cyan value is 43.68%
  • magenta value is 37.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(44,37,0,25)
C44M37Y0K25 
(44%,37%,0%,25%)
(0.44/0.37/0.00/0.25)	

CMYK percentages

%43.68
%37.37
%0
%25.49

Codes

Color #6B77BE in popluar color models

6B77BE
RGB107119190
HSL231°38.97%58.24%
HSB/HSV231°43.68%74.51%
CMYK43.68%37.37%0.00%
25.49%

Color #6B77BE in popluar number systems.

HEX6B77BE
Decimal107119190
Binary1101011111011110111110
Octal153167276

Shades and tints

Shades of #6B77BE

#6B77BE
(107,119,190)
#626DAD
(98,109,173)
#59639C
(89,99,156)
#50598B
(80,89,139)
#474F7A
(71,79,122)
#3E4569
(62,69,105)
#353B58
(53,59,88)
#2C3147
(44,49,71)
#232736
(35,39,54)
#1A1D25
(26,29,37)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #6B77BE

#6B77BE
(107,119,190)
#7883C3
(120,131,195)
#858FC8
(133,143,200)
#929BCD
(146,155,205)
#9FA7D2
(159,167,210)
#ACB3D7
(172,179,215)
#B9BFDC
(185,191,220)
#C6CBE1
(198,203,225)
#D3D7E6
(211,215,230)
#E0E3EB
(224,227,235)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B77BE color. Also use rgb(107,119,190) instead hex code.

Text Font Color

.myTextColor { color: #6B77BE; }

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

This text font color is #6B77BE.


Background Color

.myBgColor { background-color: #6B77BE; }

<div style="background-color:#6B77BE">Inner text</div>

This div background color is #6B77BE.


Border color

.myBorderColor { border: 1px solid #6B77BE; }

<div style="border:3px solid #6B77BE">Div</div>

This div border color is #6B77BE.


Opacity

.myOpacity80 { color: #6B77BE; opacity: 0.8; }

<p style="color:#6B77BE;opacity:0.8;">80%</p>

Text with #6B77BE 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 #6B77BE;}

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

This text has shadow with #6B77BE color.

.textShadow {text-shadow: 3px 3px 1px #6B77BE, 3px 3px 1px red;}

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

This text has shadow with #6B77BE primary color and red secondary color.


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

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

This text has shadow with #6B77BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B77BE on black background.


Color preview on white background

This text has color #6B77BE on white background.



Black color preview on #6B77BE background

This text has black color on #6B77BE background.


White color preview on #6B77BE background

This text has white color on #6B77BE background.