COLOR #6F7EAC

HEX: #6F7EAC
RGB: (111,126,172)

Color info

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

RGB color model

#6F7EAC color RGB value is (111,126,172).

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

RGB channels and saturation

R 111 of 255 = 44%
G 126 of 255 = 49%
B 172 of 255 = 67%

111
126
172

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

Portions of RGB colors in percentages

R + G + B =
111 + 126 + 172 = 409 (100%)
R 111 of 409 ~ 27.14%
G 126 of 409 ~ 30.81%
B 172 of 409 ~ 42.05%

%27.14
%30.81
%42.05

CMYK color model

#6F7EAC color CMYK value is (35,27,0,33).

  • cyan value is 35.47%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(35,27,0,33)
C35M27Y0K33 
(35%,27%,0%,33%)
(0.35/0.27/0.00/0.33)	

CMYK percentages

%35.47
%26.74
%0
%32.55

Codes

Color #6F7EAC in popluar color models

6F7EAC
RGB111126172
HSL225°26.87%55.49%
HSB/HSV225°35.47%67.45%
CMYK35.47%26.74%0.00%
32.55%

Color #6F7EAC in popluar number systems.

HEX6F7EAC
Decimal111126172
Binary1101111111111010101100
Octal157176254

Shades and tints

Shades of #6F7EAC

#6F7EAC
(111,126,172)
#65739D
(101,115,157)
#5B688E
(91,104,142)
#515D7F
(81,93,127)
#475270
(71,82,112)
#3D4761
(61,71,97)
#333C52
(51,60,82)
#293143
(41,49,67)
#1F2634
(31,38,52)
#151B25
(21,27,37)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #6F7EAC

#6F7EAC
(111,126,172)
#7C89B3
(124,137,179)
#8994BA
(137,148,186)
#969FC1
(150,159,193)
#A3AAC8
(163,170,200)
#B0B5CF
(176,181,207)
#BDC0D6
(189,192,214)
#CACBDD
(202,203,221)
#D7D6E4
(215,214,228)
#E4E1EB
(228,225,235)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7EAC; }

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

This text font color is #6F7EAC.


Background Color

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

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

This div background color is #6F7EAC.


Border color

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

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

This div border color is #6F7EAC.


Opacity

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

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

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

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

This text has shadow with #6F7EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7EAC on black background.


Color preview on white background

This text has color #6F7EAC on white background.



Black color preview on #6F7EAC background

This text has black color on #6F7EAC background.


White color preview on #6F7EAC background

This text has white color on #6F7EAC background.