Color Hex Logo

#0662fd Color Hex

#0662FD
(6,98,253)
0 Favorites   0 Comments

Color spaces of #0662fd

RGB 698253
HSL0.600.980.51
HSV218°98°99°
CMYK 0.980.610.00   0.01
XYZ22.172415.865994.8223
Yxy15.86590.16690.1194
Hunter Lab39.832029.6556-113.2607
CIE-Lab46.798137.1136-82.7187

#0662fd color RGB value is (6,98,253).

#0662fd hex color red value is 6, green value is 98 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0662fd hue: 0.60 , saturation: 0.98 and the lightness value of 0662fd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01100010 11111101
Octal 6 142 375
Decimal 6 98 253
Hex 6 62 FD

RGB Percentages of Color #0662fd

%1.68
%27.45
%70.87

CMYK Percentages of Color #0662fd

%98
%61
%0
%1

Triadic Colors of #0662fd

#0662fd #fd0662 #62fd06

Analogous Colors of #0662fd

#0662fd #2606fd #06defd

Monochromatic Colors of #0662fd

#0662fd

Complementary Color

#0662fd #fda106

#0662fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0662fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0662fd Color CSS Codes

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

#0662fd Text Font Color

<p style="color:#0662fd">Text here</p>

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


#0662fd Background Color

<div style="background-color:#0662fd">
Div content here</div>

This div background color is #0662fd


#0662fd Border Color

<div style="border:3px solid #0662fd">
Div here</div>

This div border color is #0662fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,98,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0662fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0662fd;
  -webkit-box-shadow: 1px 1px 3px 2px #0662fd;
  box-shadow:         1px 1px 3px 2px #0662fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0662fd


Comments

No comments written yet.

Please login to write comment.