COLOR #6F7EC4

HEX: #6F7EC4 RGB: (111,126,196)

Color info

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

RGB color model

#6F7EC4 color RGB value is (111,126,196).

RGB: (111,126,196) (44%, 49%, 77%)

RGB channels and saturation

R 111 of 255 = 44%
G 126 of 255 = 49%
B 196 of 255 = 77%

111
126
196

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

Portions of RGB colors in percentages

R + G + B = 111 + 126 + 196 = 433 (100%)
R 111 of 433 ~ 25.64%
G 126 of 433 ~ 29.1%
B 196 of 433 ~ 45.27'%

%25.64
%29.1
%45.27

CMYK color model

#6F7EC4 color CMYK value is (43,36,0,23).

  • cyan value is 43.37%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (43,36,0,23)
C43M36Y0K23 (43%, 36%, 0%, 23%)
(0.43 / 0.36 / 0.00 / 0.23)

CMYK percentages

%43.37
%35.71
%0
%23.14

Codes

Color #6F7EC4 in popluar color models

6F 7E C4
RGB 111 126 196
HSL 229° 41.87% 60.20%
HSB/HSV 229° 43.37% 76.86%
CMYK 43.37% 35.71% 0.00%
23.14%

Color #6F7EC4 in popluar number systems.

HEX 6F 7E C4
Decimal 111 126 196
Binary 1101111 1111110 11000100
Octal 157 176 304

Shades and tints

Shades of #6F7EC4

#6F7EC4
(111,126,196)
#6573B3
(101,115,179)
#5B68A2
(91,104,162)
#515D91
(81,93,145)
#475280
(71,82,128)
#3D476F
(61,71,111)
#333C5E
(51,60,94)
#29314D
(41,49,77)
#1F263C
(31,38,60)
#151B2B
(21,27,43)
#0B101A
(11,16,26)
#000000
(0,0,0)

Tints of #6F7EC4

#6F7EC4
(111,126,196)
#7C89C9
(124,137,201)
#8994CE
(137,148,206)
#969FD3
(150,159,211)
#A3AAD8
(163,170,216)
#B0B5DD
(176,181,221)
#BDC0E2
(189,192,226)
#CACBE7
(202,203,231)
#D7D6EC
(215,214,236)
#E4E1F1
(228,225,241)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7EC4; }

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

This text font color is #6F7EC4.

Background Color

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

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

This div background color is #6F7EC4.

Border color

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

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

This div border color is #6F7EC4.

Opacity

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

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

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

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

This text has shadow with #6F7EC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7EC4.

Preview

Color preview on black background

This text has color #6F7EC4 on black background.


Color preview on white background

This text has color #6F7EC4 on white background.


Black color preview on #6F7EC4 background

This text has black color on #6F7EC4 background.


White color preview on #6F7EC4 background

This text has white color on #6F7EC4 background.


Related colors

Complementary color

Complementary color for #hex is #90813B.


I love getcolorcode.com

Triadic colors

1 #C46F7E and #7EC46F with #6F7EC4 are triadic colors.

2 #C47E6F and #7E6FC4 with #6F7EC4 are triadic colors.