COLOR #6F7FA3

HEX: #6F7FA3
RGB: (111,127,163)

Color info

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

RGB color model

#6F7FA3 color RGB value is (111,127,163).

  • red value is 111;
  • green value is 127;
  • blue value is 163.
RGB:
(111,127,163)
(44%,50%,64%)

RGB channels and saturation

R 111 of 255 = 44%
G 127 of 255 = 50%
B 163 of 255 = 64%

111
127
163

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

Portions of RGB colors in percentages

R + G + B =
111 + 127 + 163 = 401 (100%)
R 111 of 401 ~ 27.68%
G 127 of 401 ~ 31.67%
B 163 of 401 ~ 40.65%

%27.68
%31.67
%40.65

CMYK color model

#6F7FA3 color CMYK value is (32,22,0,36).

  • cyan value is 31.90%
  • magenta value is 22.09%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(32,22,0,36)
C32M22Y0K36 
(32%,22%,0%,36%)
(0.32/0.22/0.00/0.36)	

CMYK percentages

%31.9
%22.09
%0
%36.08

Codes

Color #6F7FA3 in popluar color models

6F7FA3
RGB111127163
HSL222°22.03%53.73%
HSB/HSV222°31.90%63.92%
CMYK31.90%22.09%0.00%
36.08%

Color #6F7FA3 in popluar number systems.

HEX6F7FA3
Decimal111127163
Binary1101111111111110100011
Octal157177243

Shades and tints

Shades of #6F7FA3

#6F7FA3
(111,127,163)
#657495
(101,116,149)
#5B6987
(91,105,135)
#515E79
(81,94,121)
#47536B
(71,83,107)
#3D485D
(61,72,93)
#333D4F
(51,61,79)
#293241
(41,50,65)
#1F2733
(31,39,51)
#151C25
(21,28,37)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #6F7FA3

#6F7FA3
(111,127,163)
#7C8AAB
(124,138,171)
#8995B3
(137,149,179)
#96A0BB
(150,160,187)
#A3ABC3
(163,171,195)
#B0B6CB
(176,182,203)
#BDC1D3
(189,193,211)
#CACCDB
(202,204,219)
#D7D7E3
(215,215,227)
#E4E2EB
(228,226,235)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7FA3 color. Also use rgb(111,127,163) instead hex code.

Text Font Color

.myTextColor { color: #6F7FA3; }

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

This text font color is #6F7FA3.


Background Color

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

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

This div background color is #6F7FA3.


Border color

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

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

This div border color is #6F7FA3.


Opacity

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

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

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

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

This text has shadow with #6F7FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7FA3 on black background.


Color preview on white background

This text has color #6F7FA3 on white background.



Black color preview on #6F7FA3 background

This text has black color on #6F7FA3 background.


White color preview on #6F7FA3 background

This text has white color on #6F7FA3 background.