Color Hex Logo

#060947 Color Hex

#060947
(6,9,71)
0 Favorites   0 Comments

Color spaces of #060947

RGB 6971
HSL0.660.840.15
HSV237°92°28°
CMYK 0.920.870.00   0.72
XYZ1.31010.68906.0252
Yxy0.68900.16330.0859
Hunter Lab8.300613.6469-37.2267
CIE-Lab6.223724.0916-37.8971

#060947 color RGB value is (6,9,71).

#060947 hex color red value is 6, green value is 9 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #060947 hue: 0.66 , saturation: 0.84 and the lightness value of 060947 is 0.15.

The process color (four color CMYK) of #060947 color hex is 0.92, 0.87, 0.00, 0.72. Web safe color of #060947 is #000033. Color #060947 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001001 01000111
Octal 6 11 107
Decimal 6 9 71
Hex 6 9 47

RGB Percentages of Color #060947

%6.98
%10.47
%82.56

CMYK Percentages of Color #060947

%92
%87
%0
%72

Triadic Colors of #060947

#060947 #470609 #094706

Analogous Colors of #060947

#060947 #240647 #062a47

Monochromatic Colors of #060947

#060947

Complementary Color

#060947 #474406

#060947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060947 Color CSS Codes

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

#060947 Text Font Color

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

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


#060947 Background Color

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

This div background color is #060947


#060947 Border Color

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

This div border color is #060947


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,9,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #060947; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #060947;
  -webkit-box-shadow: 1px 1px 3px 2px #060947;
  box-shadow:         1px 1px 3px 2px #060947; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060947


Comments

No comments written yet.

Please login to write comment.