COLOR #6F7EA1

HEX: #6F7EA1
RGB: (111,126,161)

Color info

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

RGB color model

#6F7EA1 color RGB value is (111,126,161).

  • red value is 111;
  • green value is 126;
  • blue value is 161.
RGB:
(111,126,161)
(44%,49%,63%)

RGB channels and saturation

R 111 of 255 = 44%
G 126 of 255 = 49%
B 161 of 255 = 63%

111
126
161

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

Portions of RGB colors in percentages

R + G + B =
111 + 126 + 161 = 398 (100%)
R 111 of 398 ~ 27.89%
G 126 of 398 ~ 31.66%
B 161 of 398 ~ 40.45%

%27.89
%31.66
%40.45

CMYK color model

#6F7EA1 color CMYK value is (31,22,0,37).

  • cyan value is 31.06%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(31,22,0,37)
C31M22Y0K37 
(31%,22%,0%,37%)
(0.31/0.22/0.00/0.37)	

CMYK percentages

%31.06
%21.74
%0
%36.86

Codes

Color #6F7EA1 in popluar color models

6F7EA1
RGB111126161
HSL222°21.01%53.33%
HSB/HSV222°31.06%63.14%
CMYK31.06%21.74%0.00%
36.86%

Color #6F7EA1 in popluar number systems.

HEX6F7EA1
Decimal111126161
Binary1101111111111010100001
Octal157176241

Shades and tints

Shades of #6F7EA1

#6F7EA1
(111,126,161)
#657393
(101,115,147)
#5B6885
(91,104,133)
#515D77
(81,93,119)
#475269
(71,82,105)
#3D475B
(61,71,91)
#333C4D
(51,60,77)
#29313F
(41,49,63)
#1F2631
(31,38,49)
#151B23
(21,27,35)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #6F7EA1

#6F7EA1
(111,126,161)
#7C89A9
(124,137,169)
#8994B1
(137,148,177)
#969FB9
(150,159,185)
#A3AAC1
(163,170,193)
#B0B5C9
(176,181,201)
#BDC0D1
(189,192,209)
#CACBD9
(202,203,217)
#D7D6E1
(215,214,225)
#E4E1E9
(228,225,233)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7EA1 color. Also use rgb(111,126,161) instead hex code.

Text Font Color

.myTextColor { color: #6F7EA1; }

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

This text font color is #6F7EA1.


Background Color

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

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

This div background color is #6F7EA1.


Border color

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

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

This div border color is #6F7EA1.


Opacity

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

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

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

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

This text has shadow with #6F7EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7EA1 on black background.


Color preview on white background

This text has color #6F7EA1 on white background.



Black color preview on #6F7EA1 background

This text has black color on #6F7EA1 background.


White color preview on #6F7EA1 background

This text has white color on #6F7EA1 background.