Color Hex Logo

#0649fb Color Hex

#0649FB
(6,73,251)
0 Favorites   0 Comments

Color spaces of #0649fb

RGB 673251
HSL0.620.970.50
HSV224°98°98°
CMYK 0.980.710.00   0.02
XYZ19.870211.768892.4911
Yxy11.76880.16010.0948
Hunter Lab34.305743.3541-135.8370
CIE-Lab40.846351.7233-91.4022

#0649fb color RGB value is (6,73,251).

#0649fb hex color red value is 6, green value is 73 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0649fb hue: 0.62 , saturation: 0.97 and the lightness value of 0649fb is 0.50.

The process color (four color CMYK) of #0649fb color hex is 0.98, 0.71, 0.00, 0.02. Web safe color of #0649fb is #0033ff. Color #0649fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001001 11111011
Octal 6 111 373
Decimal 6 73 251
Hex 6 49 FB

RGB Percentages of Color #0649fb

%1.82
%22.12
%76.06

CMYK Percentages of Color #0649fb

%98
%71
%0
%2

Triadic Colors of #0649fb

#0649fb #fb0649 #49fb06

Analogous Colors of #0649fb

#0649fb #3e06fb #06c4fb

Monochromatic Colors of #0649fb

#0649fb

Complementary Color

#0649fb #fbb806

#0649fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0649fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0649fb Color CSS Codes

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

#0649fb Text Font Color

<p style="color:#0649fb">Text here</p>

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


#0649fb Background Color

<div style="background-color:#0649fb">
Div content here</div>

This div background color is #0649fb


#0649fb Border Color

<div style="border:3px solid #0649fb">
Div here</div>

This div border color is #0649fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,73,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0649fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0649fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0649fb;
  box-shadow:         1px 1px 3px 2px #0649fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0649fb


Comments

No comments written yet.

Please login to write comment.