Color Hex Logo

#0656fc Color Hex

#0656FC
(6,86,252)
0 Favorites   0 Comments

Color spaces of #0656fc

RGB 686252
HSL0.610.980.51
HSV220°98°99°
CMYK 0.980.660.00   0.01
XYZ20.973613.722693.6388
Yxy13.72260.16340.1069
Hunter Lab37.044036.2361-123.9407
CIE-Lab43.832544.2461-87.0339

#0656fc color RGB value is (6,86,252).

#0656fc hex color red value is 6, green value is 86 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0656fc hue: 0.61 , saturation: 0.98 and the lightness value of 0656fc is 0.51.

The process color (four color CMYK) of #0656fc color hex is 0.98, 0.66, 0.00, 0.01. Web safe color of #0656fc is #0066ff. Color #0656fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010110 11111100
Octal 6 126 374
Decimal 6 86 252
Hex 6 56 FC

RGB Percentages of Color #0656fc

%1.74
%25.00
%73.26

CMYK Percentages of Color #0656fc

%98
%66
%0
%1

Triadic Colors of #0656fc

#0656fc #fc0656 #56fc06

Analogous Colors of #0656fc

#0656fc #3106fc #06d1fc

Monochromatic Colors of #0656fc

#0656fc

Complementary Color

#0656fc #fcac06

#0656fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0656fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0656fc Color CSS Codes

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

#0656fc Text Font Color

<p style="color:#0656fc">Text here</p>

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


#0656fc Background Color

<div style="background-color:#0656fc">
Div content here</div>

This div background color is #0656fc


#0656fc Border Color

<div style="border:3px solid #0656fc">
Div here</div>

This div border color is #0656fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,86,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0656fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0656fc;
  -webkit-box-shadow: 1px 1px 3px 2px #0656fc;
  box-shadow:         1px 1px 3px 2px #0656fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0656fc


Comments

No comments written yet.

Please login to write comment.