COLOR #0641E4

HEX: #0641E4
RGB: (6,65,228)

Color info

#0641E4 contains mainly blue color. Web safe color of #0641E4 is #0033CC (or #03C).

RGB color model

#0641E4 color RGB value is (6,65,228).

  • red value is 6;
  • green value is 65;
  • blue value is 228.
RGB:
(6,65,228)
(2%,25%,89%)

RGB channels and saturation

R 6 of 255 = 2%
G 65 of 255 = 25%
B 228 of 255 = 89%

6
65
228

R + G + B ~ 39%. #0641E4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 65 + 228 = 299 (100%)
R 6 of 299 ~ 2.01%
G 65 of 299 ~ 21.74%
B 228 of 299 ~ 76.25%

%21.74
%76.25

CMYK color model

#0641E4 color CMYK value is (97,71,0,11).

  • cyan value is 97.37%
  • magenta value is 71.49%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(97,71,0,11)
C97M71Y0K11 
(97%,71%,0%,11%)
(0.97/0.71/0.00/0.11)	

CMYK percentages

%97.37
%71.49
%0
%10.59

Codes

Color #0641E4 in popluar color models

0641E4
RGB665228
HSL224°94.87%45.88%
HSB/HSV224°97.37%89.41%
CMYK97.37%71.49%0.00%
10.59%

Color #0641E4 in popluar number systems.

HEX0641E4
Decimal665228
Binary110100000111100100
Octal6101344

Shades and tints

Shades of #0641E4

#0641E4
(6,65,228)
#063CD0
(6,60,208)
#0637BC
(6,55,188)
#0632A8
(6,50,168)
#062D94
(6,45,148)
#062880
(6,40,128)
#06236C
(6,35,108)
#061E58
(6,30,88)
#061944
(6,25,68)
#061430
(6,20,48)
#060F1C
(6,15,28)
#000000
(0,0,0)

Tints of #0641E4

#0641E4
(6,65,228)
#1C52E6
(28,82,230)
#3263E8
(50,99,232)
#4874EA
(72,116,234)
#5E85EC
(94,133,236)
#7496EE
(116,150,238)
#8AA7F0
(138,167,240)
#A0B8F2
(160,184,242)
#B6C9F4
(182,201,244)
#CCDAF6
(204,218,246)
#E2EBF8
(226,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0641E4 color. Also use rgb(6,65,228) instead hex code.

Text Font Color

.myTextColor { color: #0641E4; }

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

This text font color is #0641E4.


Background Color

.myBgColor { background-color: #0641E4; }

<div style="background-color:#0641E4">Inner text</div>

This div background color is #0641E4.


Border color

.myBorderColor { border: 1px solid #0641E4; }

<div style="border:3px solid #0641E4">Div</div>

This div border color is #0641E4.


Opacity

.myOpacity80 { color: #0641E4; opacity: 0.8; }

<p style="color:#0641E4;opacity:0.8;">80%</p>

Text with #0641E4 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 #0641E4;}

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

This text has shadow with #0641E4 color.

.textShadow {text-shadow: 3px 3px 1px #0641E4, 3px 3px 1px red;}

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

This text has shadow with #0641E4 primary color and red secondary color.


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

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

This text has shadow with #0641E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0641E4 on black background.


Color preview on white background

This text has color #0641E4 on white background.



Black color preview on #0641E4 background

This text has black color on #0641E4 background.


White color preview on #0641E4 background

This text has white color on #0641E4 background.