Color Hex Logo

#0644ed Color Hex

#0644ED
(6,68,237)
0 Favorites   0 Comments

Color spaces of #0644ed

RGB 668237
HSL0.620.950.48
HSV224°97°93°
CMYK 0.970.710.00   0.07
XYZ17.428310.287481.1879
Yxy10.28740.16000.0945
Hunter Lab32.074040.8635-127.6272
CIE-Lab38.353449.7774-87.6468

#0644ed color RGB value is (6,68,237).

#0644ed hex color red value is 6, green value is 68 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0644ed hue: 0.62 , saturation: 0.95 and the lightness value of 0644ed is 0.48.

The process color (four color CMYK) of #0644ed color hex is 0.97, 0.71, 0.00, 0.07. Web safe color of #0644ed is #0033ff. Color #0644ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000100 11101101
Octal 6 104 355
Decimal 6 68 237
Hex 6 44 ED

RGB Percentages of Color #0644ed

%1.93
%21.86
%76.21

CMYK Percentages of Color #0644ed

%97
%71
%0
%7

Triadic Colors of #0644ed

#0644ed #ed0644 #44ed06

Analogous Colors of #0644ed

#0644ed #3b06ed #06b8ed

Monochromatic Colors of #0644ed

#0644ed

Complementary Color

#0644ed #edaf06

#0644ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0644ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0644ed Color CSS Codes

.mybgcolor {background-color:#0644ed; } 
.myforecolor {color:#0644ed; }
.mybordercolor {border:3px solid #0644ed; }

#0644ed Text Font Color

<p style="color:#0644ed">Text here</p>

This sample text font color is #0644ed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0644ed Background Color

<div style="background-color:#0644ed">
Div content here</div>

This div background color is #0644ed


#0644ed Border Color

<div style="border:3px solid #0644ed">
Div here</div>

This div border color is #0644ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,68,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0644ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0644ed;
  -webkit-box-shadow: 1px 1px 3px 2px #0644ed;
  box-shadow:         1px 1px 3px 2px #0644ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,68,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0644ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0644ed;
  -webkit-box-shadow: 1px 1px 3px 2px #0644ed;
  box-shadow:         1px 1px 3px 2px #0644ed;">
Div content here</div>

This div box has shadow with color #0644ed


Comments

No comments written yet.

Please login to write comment.