COLOR #426CC6

HEX: #426CC6 RGB: (66,108,198)

Color info

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

RGB color model

#426CC6 color RGB value is (66,108,198).

RGB: (66,108,198) (26%, 42%, 78%)

RGB channels and saturation

R 66 of 255 = 26%
G 108 of 255 = 42%
B 198 of 255 = 78%

66
108
198

R + G + B ~ 49%. #426CC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 108 + 198 = 372 (100%)
R 66 of 372 ~ 17.74%
G 108 of 372 ~ 29.03%
B 198 of 372 ~ 53.23'%

%17.74
%29.03
%53.23

CMYK color model

#426CC6 color CMYK value is (67,45,0,22).

  • cyan value is 66.67%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (67,45,0,22) C67M45Y0K22 (67%,45%,0%,22%) (0.67/0.45/0.00/0.22) 

CMYK percentages

%66.67
%45.45
%0
%22.35

Codes

Color #426CC6 in popluar color models

42 6C C6
RGB 66 108 198
HSL 221° 53.66% 51.76%
HSB/HSV 221° 66.67% 77.65%
CMYK 66.67% 45.45% 0.00%
22.35%

Color #426CC6 in popluar number systems.

HEX 42 6C C6
Decimal 66 108 198
Binary 1000010 1101100 11000110
Octal 102 154 306

Shades and tints

Shades of #426CC6

#426CC6
(66,108,198)
#3C63B4
(60,99,180)
#365AA2
(54,90,162)
#305190
(48,81,144)
#2A487E
(42,72,126)
#243F6C
(36,63,108)
#1E365A
(30,54,90)
#182D48
(24,45,72)
#122436
(18,36,54)
#0C1B24
(12,27,36)
#061212
(6,18,18)
#000000
(0,0,0)

Tints of #426CC6

#426CC6
(66,108,198)
#5379CB
(83,121,203)
#6486D0
(100,134,208)
#7593D5
(117,147,213)
#86A0DA
(134,160,218)
#97ADDF
(151,173,223)
#A8BAE4
(168,186,228)
#B9C7E9
(185,199,233)
#CAD4EE
(202,212,238)
#DBE1F3
(219,225,243)
#ECEEF8
(236,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426CC6 color. Also use rgb(66,108,198) instead hex code.

Text Font Color

.myTextColor { color: #426CC6; }

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

This text font color is #426CC6.

Background Color

.myBgColor { background-color: #426CC6; }

<div style="background-color:#426CC6">Inner text</div>

This div background color is #426CC6.

Border color

.myBorderColor { border: 1px solid #426CC6; }

<div style="border:3px solid #426CC6">Div</div>

This div border color is #426CC6.

Opacity

.myOpacity80 { color: #426CC6; opacity: 0.8; }

<p style="color:#426CC6;opacity:0.8;">80%</p>

Text with #426CC6 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 #426CC6;}

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

This text has shadow with #426CC6 color.


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

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

This text has shadow with #426CC6 primary color and red secondary color.


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

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

This text has shadow with #426CC6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #426CC6.

Preview

Color preview on black background

This text has color #426CC6 on black background.


Color preview on white background

This text has color #426CC6 on white background.


Black color preview on #426CC6 background

This text has black color on #426CC6 background.


White color preview on #426CC6 background

This text has white color on #426CC6 background.


Related colors

Complementary color

Complementary color for #hex is #BD9339.


I love getcolorcode.com

Triadic colors

1 #C6426C and #6CC642 with #426CC6 are triadic colors.

2 #C66C42 and #6C42C6 with #426CC6 are triadic colors.