COLOR #6B76BE

HEX: #6B76BE RGB: (107,118,190)

Color info

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

RGB color model

#6B76BE color RGB value is (107,118,190).

RGB: (107,118,190) (42%, 46%, 75%)

RGB channels and saturation

R 107 of 255 = 42%
G 118 of 255 = 46%
B 190 of 255 = 75%

107
118
190

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

Portions of RGB colors in percentages

R + G + B = 107 + 118 + 190 = 415 (100%)
R 107 of 415 ~ 25.78%
G 118 of 415 ~ 28.43%
B 190 of 415 ~ 45.78'%

%25.78
%28.43
%45.78

CMYK color model

#6B76BE color CMYK value is (44,38,0,25).

  • cyan value is 43.68%
  • magenta value is 37.89%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (44,38,0,25)
C44M38Y0K25 (44%, 38%, 0%, 25%)
(0.44 / 0.38 / 0.00 / 0.25)

CMYK percentages

%43.68
%37.89
%0
%25.49

Codes

Color #6B76BE in popluar color models

6B 76 BE
RGB 107 118 190
HSL 232° 38.97% 58.24%
HSB/HSV 232° 43.68% 74.51%
CMYK 43.68% 37.89% 0.00%
25.49%

Color #6B76BE in popluar number systems.

HEX 6B 76 BE
Decimal 107 118 190
Binary 1101011 1110110 10111110
Octal 153 166 276

Shades and tints

Shades of #6B76BE

#6B76BE
(107,118,190)
#626CAD
(98,108,173)
#59629C
(89,98,156)
#50588B
(80,88,139)
#474E7A
(71,78,122)
#3E4469
(62,68,105)
#353A58
(53,58,88)
#2C3047
(44,48,71)
#232636
(35,38,54)
#1A1C25
(26,28,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #6B76BE

#6B76BE
(107,118,190)
#7882C3
(120,130,195)
#858EC8
(133,142,200)
#929ACD
(146,154,205)
#9FA6D2
(159,166,210)
#ACB2D7
(172,178,215)
#B9BEDC
(185,190,220)
#C6CAE1
(198,202,225)
#D3D6E6
(211,214,230)
#E0E2EB
(224,226,235)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B76BE; }

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

This text font color is #6B76BE.

Background Color

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

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

This div background color is #6B76BE.

Border color

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

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

This div border color is #6B76BE.

Opacity

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

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

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

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

This text has shadow with #6B76BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B76BE.

Preview

Color preview on black background

This text has color #6B76BE on black background.


Color preview on white background

This text has color #6B76BE on white background.


Black color preview on #6B76BE background

This text has black color on #6B76BE background.


White color preview on #6B76BE background

This text has white color on #6B76BE background.


Related colors

Complementary color

Complementary color for #hex is #948941.


I love getcolorcode.com

Triadic colors

1 #BE6B76 and #76BE6B with #6B76BE are triadic colors.

2 #BE766B and #766BBE with #6B76BE are triadic colors.