COLOR #6F7FC5

HEX: #6F7FC5
RGB: (111,127,197)

Color info

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

RGB color model

#6F7FC5 color RGB value is (111,127,197).

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

RGB channels and saturation

R 111 of 255 = 44%
G 127 of 255 = 50%
B 197 of 255 = 77%

111
127
197

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

Portions of RGB colors in percentages

R + G + B =
111 + 127 + 197 = 435 (100%)
R 111 of 435 ~ 25.52%
G 127 of 435 ~ 29.2%
B 197 of 435 ~ 45.29%

%25.52
%29.2
%45.29

CMYK color model

#6F7FC5 color CMYK value is (44,36,0,23).

  • cyan value is 43.65%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(44,36,0,23)
C44M36Y0K23 
(44%,36%,0%,23%)
(0.44/0.36/0.00/0.23)	

CMYK percentages

%43.65
%35.53
%0
%22.75

Codes

Color #6F7FC5 in popluar color models

6F7FC5
RGB111127197
HSL229°42.57%60.39%
HSB/HSV229°43.65%77.25%
CMYK43.65%35.53%0.00%
22.75%

Color #6F7FC5 in popluar number systems.

HEX6F7FC5
Decimal111127197
Binary1101111111111111000101
Octal157177305

Shades and tints

Shades of #6F7FC5

#6F7FC5
(111,127,197)
#6574B4
(101,116,180)
#5B69A3
(91,105,163)
#515E92
(81,94,146)
#475381
(71,83,129)
#3D4870
(61,72,112)
#333D5F
(51,61,95)
#29324E
(41,50,78)
#1F273D
(31,39,61)
#151C2C
(21,28,44)
#0B111B
(11,17,27)
#000000
(0,0,0)

Tints of #6F7FC5

#6F7FC5
(111,127,197)
#7C8ACA
(124,138,202)
#8995CF
(137,149,207)
#96A0D4
(150,160,212)
#A3ABD9
(163,171,217)
#B0B6DE
(176,182,222)
#BDC1E3
(189,193,227)
#CACCE8
(202,204,232)
#D7D7ED
(215,215,237)
#E4E2F2
(228,226,242)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7FC5; }

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

This text font color is #6F7FC5.


Background Color

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

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

This div background color is #6F7FC5.


Border color

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

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

This div border color is #6F7FC5.


Opacity

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

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

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

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

This text has shadow with #6F7FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7FC5 on black background.


Color preview on white background

This text has color #6F7FC5 on white background.



Black color preview on #6F7FC5 background

This text has black color on #6F7FC5 background.


White color preview on #6F7FC5 background

This text has white color on #6F7FC5 background.