Color Hex Logo

#0619fa Color Hex

#0619FA
(6,25,250)
0 Favorites   0 Comments

Color spaces of #0619fa

RGB 625250
HSL0.650.960.50
HSV235°98°98°
CMYK 0.980.900.00   0.02
XYZ17.67817.636190.9847
Yxy7.63610.15200.0657
Hunter Lab27.633565.8340-175.8719
CIE-Lab33.213273.2839-103.5287

#0619fa color RGB value is (6,25,250).

#0619fa hex color red value is 6, green value is 25 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0619fa hue: 0.65 , saturation: 0.96 and the lightness value of 0619fa is 0.50.

The process color (four color CMYK) of #0619fa color hex is 0.98, 0.90, 0.00, 0.02. Web safe color of #0619fa is #0000ff. Color #0619fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011001 11111010
Octal 6 31 372
Decimal 6 25 250
Hex 6 19 FA

RGB Percentages of Color #0619fa

%2.14
%8.90
%88.97

CMYK Percentages of Color #0619fa

%98
%90
%0
%2

Triadic Colors of #0619fa

#0619fa #fa0619 #19fa06

Analogous Colors of #0619fa

#0619fa #6d06fa #0693fa

Monochromatic Colors of #0619fa

#0619fa

Complementary Color

#0619fa #fae706

#0619fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0619fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0619fa Color CSS Codes

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

#0619fa Text Font Color

<p style="color:#0619fa">Text here</p>

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


#0619fa Background Color

<div style="background-color:#0619fa">
Div content here</div>

This div background color is #0619fa


#0619fa Border Color

<div style="border:3px solid #0619fa">
Div here</div>

This div border color is #0619fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,25,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0619fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0619fa;
  -webkit-box-shadow: 1px 1px 3px 2px #0619fa;
  box-shadow:         1px 1px 3px 2px #0619fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0619fa


Comments

No comments written yet.

Please login to write comment.