COLOR #6F7FAE

HEX: #6F7FAE
RGB: (111,127,174)

Color info

#6F7FAE contains mainly green and blue colors. Web safe color of #6F7FAE is #666699 (or #669).

RGB color model

#6F7FAE color RGB value is (111,127,174).

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

RGB channels and saturation

R 111 of 255 = 44%
G 127 of 255 = 50%
B 174 of 255 = 68%

111
127
174

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

Portions of RGB colors in percentages

R + G + B =
111 + 127 + 174 = 412 (100%)
R 111 of 412 ~ 26.94%
G 127 of 412 ~ 30.83%
B 174 of 412 ~ 42.23%

%26.94
%30.83
%42.23

CMYK color model

#6F7FAE color CMYK value is (36,27,0,32).

  • cyan value is 36.21%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(36,27,0,32)
C36M27Y0K32 
(36%,27%,0%,32%)
(0.36/0.27/0.00/0.32)	

CMYK percentages

%36.21
%27.01
%0
%31.76

Codes

Color #6F7FAE in popluar color models

6F7FAE
RGB111127174
HSL225°28.00%55.88%
HSB/HSV225°36.21%68.24%
CMYK36.21%27.01%0.00%
31.76%

Color #6F7FAE in popluar number systems.

HEX6F7FAE
Decimal111127174
Binary1101111111111110101110
Octal157177256

Shades and tints

Shades of #6F7FAE

#6F7FAE
(111,127,174)
#65749F
(101,116,159)
#5B6990
(91,105,144)
#515E81
(81,94,129)
#475372
(71,83,114)
#3D4863
(61,72,99)
#333D54
(51,61,84)
#293245
(41,50,69)
#1F2736
(31,39,54)
#151C27
(21,28,39)
#0B1118
(11,17,24)
#000000
(0,0,0)

Tints of #6F7FAE

#6F7FAE
(111,127,174)
#7C8AB5
(124,138,181)
#8995BC
(137,149,188)
#96A0C3
(150,160,195)
#A3ABCA
(163,171,202)
#B0B6D1
(176,182,209)
#BDC1D8
(189,193,216)
#CACCDF
(202,204,223)
#D7D7E6
(215,215,230)
#E4E2ED
(228,226,237)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7FAE; }

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

This text font color is #6F7FAE.


Background Color

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

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

This div background color is #6F7FAE.


Border color

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

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

This div border color is #6F7FAE.


Opacity

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

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

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

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

This text has shadow with #6F7FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7FAE on black background.


Color preview on white background

This text has color #6F7FAE on white background.



Black color preview on #6F7FAE background

This text has black color on #6F7FAE background.


White color preview on #6F7FAE background

This text has white color on #6F7FAE background.