COLOR #406FCF

HEX: #406FCF RGB: (64,111,207)

Color info

#406FCF contains mainly blue color. Web safe color of #406FCF is #3366CC (or #36C).

RGB color model

#406FCF color RGB value is (64,111,207).

RGB: (64,111,207) (25%, 44%, 81%)

RGB channels and saturation

R 64 of 255 = 25%
G 111 of 255 = 44%
B 207 of 255 = 81%

64
111
207

R + G + B ~ 50%. #406FCF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 111 + 207 = 382 (100%)
R 64 of 382 ~ 16.75%
G 111 of 382 ~ 29.06%
B 207 of 382 ~ 54.19'%

%16.75
%29.06
%54.19

CMYK color model

#406FCF color CMYK value is (69,46,0,19).

  • cyan value is 69.08%
  • magenta value is 46.38%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (69,46,0,19) C69M46Y0K19 (69%,46%,0%,19%) (0.69/0.46/0.00/0.19) 

CMYK percentages

%69.08
%46.38
%0
%18.82

Codes

Color #406FCF in popluar color models

40 6F CF
RGB 64 111 207
HSL 220° 59.83% 53.14%
HSB/HSV 220° 69.08% 81.18%
CMYK 69.08% 46.38% 0.00%
18.82%

Color #406FCF in popluar number systems.

HEX 40 6F CF
Decimal 64 111 207
Binary 1000000 1101111 11001111
Octal 100 157 317

Shades and tints

Shades of #406FCF

#406FCF
(64,111,207)
#3B65BD
(59,101,189)
#365BAB
(54,91,171)
#315199
(49,81,153)
#2C4787
(44,71,135)
#273D75
(39,61,117)
#223363
(34,51,99)
#1D2951
(29,41,81)
#181F3F
(24,31,63)
#13152D
(19,21,45)
#0E0B1B
(14,11,27)
#000000
(0,0,0)

Tints of #406FCF

#406FCF
(64,111,207)
#517CD3
(81,124,211)
#6289D7
(98,137,215)
#7396DB
(115,150,219)
#84A3DF
(132,163,223)
#95B0E3
(149,176,227)
#A6BDE7
(166,189,231)
#B7CAEB
(183,202,235)
#C8D7EF
(200,215,239)
#D9E4F3
(217,228,243)
#EAF1F7
(234,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406FCF color. Also use rgb(64,111,207) instead hex code.

Text Font Color

.myTextColor { color: #406FCF; }

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

This text font color is #406FCF.

Background Color

.myBgColor { background-color: #406FCF; }

<div style="background-color:#406FCF">Inner text</div>

This div background color is #406FCF.

Border color

.myBorderColor { border: 1px solid #406FCF; }

<div style="border:3px solid #406FCF">Div</div>

This div border color is #406FCF.

Opacity

.myOpacity80 { color: #406FCF; opacity: 0.8; }

<p style="color:#406FCF;opacity:0.8;">80%</p>

Text with #406FCF 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 #406FCF;}

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

This text has shadow with #406FCF color.


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

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

This text has shadow with #406FCF primary color and red secondary color.


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

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

This text has shadow with #406FCF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #406FCF.

Preview

Color preview on black background

This text has color #406FCF on black background.


Color preview on white background

This text has color #406FCF on white background.


Black color preview on #406FCF background

This text has black color on #406FCF background.


White color preview on #406FCF background

This text has white color on #406FCF background.


Related colors

Complementary color

Complementary color for #hex is #BF9030.


I love getcolorcode.com

Triadic colors

1 #CF406F and #6FCF40 with #406FCF are triadic colors.

2 #CF6F40 and #6F40CF with #406FCF are triadic colors.