Color Hex Logo

#0642ec Color Hex

#0642EC
(6,66,236)
0 Favorites   0 Comments

Color spaces of #0642ec

RGB 666236
HSL0.620.950.47
HSV224°97°93°
CMYK 0.970.720.00   0.07
XYZ17.16369.991380.3808
Yxy9.99130.15960.0929
Hunter Lab31.609041.6092-128.6464
CIE-Lab37.826850.6017-87.9517

#0642ec color RGB value is (6,66,236).

#0642ec hex color red value is 6, green value is 66 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0642ec hue: 0.62 , saturation: 0.95 and the lightness value of 0642ec is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000010 11101100
Octal 6 102 354
Decimal 6 66 236
Hex 6 42 EC

RGB Percentages of Color #0642ec

%1.95
%21.43
%76.62

CMYK Percentages of Color #0642ec

%97
%72
%0
%7

Triadic Colors of #0642ec

#0642ec #ec0642 #42ec06

Analogous Colors of #0642ec

#0642ec #3d06ec #06b5ec

Monochromatic Colors of #0642ec

#0642ec

Complementary Color

#0642ec #ecb006

#0642ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0642ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0642ec Color CSS Codes

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

#0642ec Text Font Color

<p style="color:#0642ec">Text here</p>

This sample text font color is #0642ec
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.


#0642ec Background Color

<div style="background-color:#0642ec">
Div content here</div>

This div background color is #0642ec


#0642ec Border Color

<div style="border:3px solid #0642ec">
Div here</div>

This div border color is #0642ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,66,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0642ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0642ec;
  -webkit-box-shadow: 1px 1px 3px 2px #0642ec;
  box-shadow:         1px 1px 3px 2px #0642ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0642ec


Comments

No comments written yet.

Please login to write comment.