COLOR #6F7FC6

HEX: #6F7FC6
RGB: (111,127,198)

Color info

#6F7FC6 contains mainly blue color. Web safe color of #6F7FC6 is #6666CC (or #66C).

RGB color model

#6F7FC6 color RGB value is (111,127,198).

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

RGB channels and saturation

R 111 of 255 = 44%
G 127 of 255 = 50%
B 198 of 255 = 78%

111
127
198

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

Portions of RGB colors in percentages

R + G + B =
111 + 127 + 198 = 436 (100%)
R 111 of 436 ~ 25.46%
G 127 of 436 ~ 29.13%
B 198 of 436 ~ 45.41%

%25.46
%29.13
%45.41

CMYK color model

#6F7FC6 color CMYK value is (44,36,0,22).

  • cyan value is 43.94%
  • magenta value is 35.86%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(44,36,0,22)
C44M36Y0K22 
(44%,36%,0%,22%)
(0.44/0.36/0.00/0.22)	

CMYK percentages

%43.94
%35.86
%0
%22.35

Codes

Color #6F7FC6 in popluar color models

6F7FC6
RGB111127198
HSL229°43.28%60.59%
HSB/HSV229°43.94%77.65%
CMYK43.94%35.86%0.00%
22.35%

Color #6F7FC6 in popluar number systems.

HEX6F7FC6
Decimal111127198
Binary1101111111111111000110
Octal157177306

Shades and tints

Shades of #6F7FC6

#6F7FC6
(111,127,198)
#6574B4
(101,116,180)
#5B69A2
(91,105,162)
#515E90
(81,94,144)
#47537E
(71,83,126)
#3D486C
(61,72,108)
#333D5A
(51,61,90)
#293248
(41,50,72)
#1F2736
(31,39,54)
#151C24
(21,28,36)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #6F7FC6

#6F7FC6
(111,127,198)
#7C8ACB
(124,138,203)
#8995D0
(137,149,208)
#96A0D5
(150,160,213)
#A3ABDA
(163,171,218)
#B0B6DF
(176,182,223)
#BDC1E4
(189,193,228)
#CACCE9
(202,204,233)
#D7D7EE
(215,215,238)
#E4E2F3
(228,226,243)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7FC6; }

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

This text font color is #6F7FC6.


Background Color

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

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

This div background color is #6F7FC6.


Border color

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

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

This div border color is #6F7FC6.


Opacity

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

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

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

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

This text has shadow with #6F7FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7FC6 on black background.


Color preview on white background

This text has color #6F7FC6 on white background.



Black color preview on #6F7FC6 background

This text has black color on #6F7FC6 background.


White color preview on #6F7FC6 background

This text has white color on #6F7FC6 background.