Color Hex Logo

#060fac Color Hex

#060FAC
(6,15,172)
0 Favorites   0 Comments

Color spaces of #060fac

RGB 615172
HSL0.660.930.35
HSV237°97°67°
CMYK 0.970.910.00   0.33
XYZ7.69233.358939.2726
Yxy3.35890.15290.0667
Hunter Lab18.327342.8469-114.2203
CIE-Lab21.427554.9512-77.8360

#060fac color RGB value is (6,15,172).

#060fac hex color red value is 6, green value is 15 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #060fac hue: 0.66 , saturation: 0.93 and the lightness value of 060fac is 0.35.

The process color (four color CMYK) of #060fac color hex is 0.97, 0.91, 0.00, 0.33. Web safe color of #060fac is #000099. Color #060fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001111 10101100
Octal 6 17 254
Decimal 6 15 172
Hex 6 F AC

RGB Percentages of Color #060fac

%3.11
%7.77
%89.12

CMYK Percentages of Color #060fac

%97
%91
%0
%33

Triadic Colors of #060fac

#060fac #ac060f #0fac06

Analogous Colors of #060fac

#060fac #5006ac #0662ac

Monochromatic Colors of #060fac

#060fac

Complementary Color

#060fac #aca306

#060fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#060fac Color CSS Codes

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

#060fac Text Font Color

<p style="color:#060fac">Text here</p>

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


#060fac Background Color

<div style="background-color:#060fac">
Div content here</div>

This div background color is #060fac


#060fac Border Color

<div style="border:3px solid #060fac">
Div here</div>

This div border color is #060fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,15,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #060fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #060fac;
  -webkit-box-shadow: 1px 1px 3px 2px #060fac;
  box-shadow:         1px 1px 3px 2px #060fac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060fac


Comments

No comments written yet.

Please login to write comment.