COLOR #6F76B4

HEX: #6F76B4
RGB: (111,118,180)

Color info

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

RGB color model

#6F76B4 color RGB value is (111,118,180).

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

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 180 of 255 = 71%

111
118
180

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

Portions of RGB colors in percentages

R + G + B =
111 + 118 + 180 = 409 (100%)
R 111 of 409 ~ 27.14%
G 118 of 409 ~ 28.85%
B 180 of 409 ~ 44.01%

%27.14
%28.85
%44.01

CMYK color model

#6F76B4 color CMYK value is (38,34,0,29).

  • cyan value is 38.33%
  • magenta value is 34.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(38,34,0,29)
C38M34Y0K29 
(38%,34%,0%,29%)
(0.38/0.34/0.00/0.29)	

CMYK percentages

%38.33
%34.44
%0
%29.41

Codes

Color #6F76B4 in popluar color models

6F76B4
RGB111118180
HSL234°31.51%57.06%
HSB/HSV234°38.33%70.59%
CMYK38.33%34.44%0.00%
29.41%

Color #6F76B4 in popluar number systems.

HEX6F76B4
Decimal111118180
Binary1101111111011010110100
Octal157166264

Shades and tints

Shades of #6F76B4

#6F76B4
(111,118,180)
#656CA4
(101,108,164)
#5B6294
(91,98,148)
#515884
(81,88,132)
#474E74
(71,78,116)
#3D4464
(61,68,100)
#333A54
(51,58,84)
#293044
(41,48,68)
#1F2634
(31,38,52)
#151C24
(21,28,36)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #6F76B4

#6F76B4
(111,118,180)
#7C82BA
(124,130,186)
#898EC0
(137,142,192)
#969AC6
(150,154,198)
#A3A6CC
(163,166,204)
#B0B2D2
(176,178,210)
#BDBED8
(189,190,216)
#CACADE
(202,202,222)
#D7D6E4
(215,214,228)
#E4E2EA
(228,226,234)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F76B4; }

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

This text font color is #6F76B4.


Background Color

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

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

This div background color is #6F76B4.


Border color

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

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

This div border color is #6F76B4.


Opacity

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

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

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

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

This text has shadow with #6F76B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F76B4 on black background.


Color preview on white background

This text has color #6F76B4 on white background.



Black color preview on #6F76B4 background

This text has black color on #6F76B4 background.


White color preview on #6F76B4 background

This text has white color on #6F76B4 background.