Color Hex Logo

#0679fa Color Hex

#0679FA
(6,121,250)
0 Favorites   0 Comments

Color spaces of #0679fa

RGB 6121250
HSL0.590.960.50
HSV212°98°98°
CMYK 0.980.520.00   0.02
XYZ24.167820.615693.1479
Yxy20.61560.17520.1495
Hunter Lab45.404415.5540-89.8513
CIE-Lab52.526221.3928-71.7118

#0679fa color RGB value is (6,121,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111001 11111010
Octal 6 171 372
Decimal 6 121 250
Hex 6 79 FA

RGB Percentages of Color #0679fa

%1.59
%32.10
%66.31

CMYK Percentages of Color #0679fa

%98
%52
%0
%2

Triadic Colors of #0679fa

#0679fa #fa0679 #79fa06

Analogous Colors of #0679fa

#0679fa #0d06fa #06f3fa

Monochromatic Colors of #0679fa

#0679fa

Complementary Color

#0679fa #fa8706

#0679fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0679fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0679fa Color CSS Codes

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

#0679fa Text Font Color

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

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


#0679fa Background Color

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

This div background color is #0679fa


#0679fa Border Color

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

This div border color is #0679fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,121,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 #0679fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0679fa


Comments

No comments written yet.

Please login to write comment.