Color Hex Logo

#0616ff Color Hex

#0616FF
(6,22,255)
0 Favorites   0 Comments

Color spaces of #0616ff

RGB 622255
HSL0.661.000.51
HSV236°98°100°
CMYK 0.980.910.00   0.00
XYZ18.41207.832595.1492
Yxy7.83250.15170.0645
Hunter Lab27.986668.4561-181.9842
CIE-Lab33.631675.3768-105.6388

#0616ff color RGB value is (6,22,255).

#0616ff hex color red value is 6, green value is 22 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0616ff hue: 0.66 , saturation: 1.00 and the lightness value of 0616ff is 0.51.

The process color (four color CMYK) of #0616ff color hex is 0.98, 0.91, 0.00, 0.00. Web safe color of #0616ff is #0000ff. Color #0616ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010110 11111111
Octal 6 26 377
Decimal 6 22 255
Hex 6 16 FF

RGB Percentages of Color #0616ff

%2.12
%7.77
%90.11

CMYK Percentages of Color #0616ff

%98
%91
%0
%0

Triadic Colors of #0616ff

#0616ff #ff0616 #16ff06

Analogous Colors of #0616ff

#0616ff #7306ff #0693ff

Monochromatic Colors of #0616ff

#0616ff

Complementary Color

#0616ff #ffef06

#0616ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0616ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0616ff Color CSS Codes

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

#0616ff Text Font Color

<p style="color:#0616ff">Text here</p>

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


#0616ff Background Color

<div style="background-color:#0616ff">
Div content here</div>

This div background color is #0616ff


#0616ff Border Color

<div style="border:3px solid #0616ff">
Div here</div>

This div border color is #0616ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,22,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0616ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0616ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0616ff;
  box-shadow:         1px 1px 3px 2px #0616ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0616ff

Related Colors


Comments

No comments written yet.

Please login to write comment.