COLOR #6F76BD

HEX: #6F76BD
RGB: (111,118,189)

Color info

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

RGB color model

#6F76BD color RGB value is (111,118,189).

  • red value is 111;
  • green value is 118;
  • blue value is 189.
RGB:
(111,118,189)
(44%,46%,74%)

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 189 of 255 = 74%

111
118
189

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

Portions of RGB colors in percentages

R + G + B =
111 + 118 + 189 = 418 (100%)
R 111 of 418 ~ 26.56%
G 118 of 418 ~ 28.23%
B 189 of 418 ~ 45.22%

%26.56
%28.23
%45.22

CMYK color model

#6F76BD color CMYK value is (41,38,0,26).

  • cyan value is 41.27%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(41,38,0,26)
C41M38Y0K26 
(41%,38%,0%,26%)
(0.41/0.38/0.00/0.26)	

CMYK percentages

%41.27
%37.57
%0
%25.88

Codes

Color #6F76BD in popluar color models

6F76BD
RGB111118189
HSL235°37.14%58.82%
HSB/HSV235°41.27%74.12%
CMYK41.27%37.57%0.00%
25.88%

Color #6F76BD in popluar number systems.

HEX6F76BD
Decimal111118189
Binary1101111111011010111101
Octal157166275

Shades and tints

Shades of #6F76BD

#6F76BD
(111,118,189)
#656CAC
(101,108,172)
#5B629B
(91,98,155)
#51588A
(81,88,138)
#474E79
(71,78,121)
#3D4468
(61,68,104)
#333A57
(51,58,87)
#293046
(41,48,70)
#1F2635
(31,38,53)
#151C24
(21,28,36)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #6F76BD

#6F76BD
(111,118,189)
#7C82C3
(124,130,195)
#898EC9
(137,142,201)
#969ACF
(150,154,207)
#A3A6D5
(163,166,213)
#B0B2DB
(176,178,219)
#BDBEE1
(189,190,225)
#CACAE7
(202,202,231)
#D7D6ED
(215,214,237)
#E4E2F3
(228,226,243)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F76BD color. Also use rgb(111,118,189) instead hex code.

Text Font Color

.myTextColor { color: #6F76BD; }

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

This text font color is #6F76BD.


Background Color

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

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

This div background color is #6F76BD.


Border color

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

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

This div border color is #6F76BD.


Opacity

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

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

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

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

This text has shadow with #6F76BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F76BD on black background.


Color preview on white background

This text has color #6F76BD on white background.



Black color preview on #6F76BD background

This text has black color on #6F76BD background.


White color preview on #6F76BD background

This text has white color on #6F76BD background.