COLOR #6F71A6

HEX: #6F71A6
RGB: (111,113,166)

Color info

#6F71A6 contains red, green and blue colors in about the same proportion. Web safe color of #6F71A6 is #666699 (or #669).

RGB color model

#6F71A6 color RGB value is (111,113,166).

  • red value is 111;
  • green value is 113;
  • blue value is 166.
RGB:
(111,113,166)
(44%,44%,65%)

RGB channels and saturation

R 111 of 255 = 44%
G 113 of 255 = 44%
B 166 of 255 = 65%

111
113
166

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

Portions of RGB colors in percentages

R + G + B =
111 + 113 + 166 = 390 (100%)
R 111 of 390 ~ 28.46%
G 113 of 390 ~ 28.97%
B 166 of 390 ~ 42.56%

%28.46
%28.97
%42.56

CMYK color model

#6F71A6 color CMYK value is (33,32,0,35).

  • cyan value is 33.13%
  • magenta value is 31.93%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(33,32,0,35)
C33M32Y0K35 
(33%,32%,0%,35%)
(0.33/0.32/0.00/0.35)	

CMYK percentages

%33.13
%31.93
%0
%34.9

Codes

Color #6F71A6 in popluar color models

6F71A6
RGB111113166
HSL238°23.61%54.31%
HSB/HSV238°33.13%65.10%
CMYK33.13%31.93%0.00%
34.90%

Color #6F71A6 in popluar number systems.

HEX6F71A6
Decimal111113166
Binary1101111111000110100110
Octal157161246

Shades and tints

Shades of #6F71A6

#6F71A6
(111,113,166)
#656797
(101,103,151)
#5B5D88
(91,93,136)
#515379
(81,83,121)
#47496A
(71,73,106)
#3D3F5B
(61,63,91)
#33354C
(51,53,76)
#292B3D
(41,43,61)
#1F212E
(31,33,46)
#15171F
(21,23,31)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #6F71A6

#6F71A6
(111,113,166)
#7C7DAE
(124,125,174)
#8989B6
(137,137,182)
#9695BE
(150,149,190)
#A3A1C6
(163,161,198)
#B0ADCE
(176,173,206)
#BDB9D6
(189,185,214)
#CAC5DE
(202,197,222)
#D7D1E6
(215,209,230)
#E4DDEE
(228,221,238)
#F1E9F6
(241,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F71A6 color. Also use rgb(111,113,166) instead hex code.

Text Font Color

.myTextColor { color: #6F71A6; }

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

This text font color is #6F71A6.


Background Color

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

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

This div background color is #6F71A6.


Border color

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

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

This div border color is #6F71A6.


Opacity

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

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

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

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

This text has shadow with #6F71A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F71A6 on black background.


Color preview on white background

This text has color #6F71A6 on white background.



Black color preview on #6F71A6 background

This text has black color on #6F71A6 background.


White color preview on #6F71A6 background

This text has white color on #6F71A6 background.