Color Hex Logo

#06475a Color Hex

#06475A
(6,71,90)
0 Favorites   0 Comments

Color spaces of #06475a

RGB 67190
HSL0.540.880.19
HSV194°93°35°
CMYK 0.930.210.00   0.65
XYZ4.17385.283410.4727
Yxy5.28340.20940.2651
Hunter Lab22.9856-7.8123-10.9237
CIE-Lab27.5274-11.2170-16.5881

#06475a color RGB value is (6,71,90).

#06475a hex color red value is 6, green value is 71 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #06475a hue: 0.54 , saturation: 0.88 and the lightness value of 06475a is 0.19.

The process color (four color CMYK) of #06475a color hex is 0.93, 0.21, 0.00, 0.65. Web safe color of #06475a is #003366. Color #06475a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000111 01011010
Octal 6 107 132
Decimal 6 71 90
Hex 6 47 5A

RGB Percentages of Color #06475a

%3.59
%42.51
%53.89

CMYK Percentages of Color #06475a

%93
%21
%0
%65

Triadic Colors of #06475a

#06475a #5a0647 #475a06

Analogous Colors of #06475a

#06475a #061d5a #065a43

Monochromatic Colors of #06475a

#06475a

Complementary Color

#06475a #5a1906

#06475a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06475a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06475a Color CSS Codes

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

#06475a Text Font Color

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

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


#06475a Background Color

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

This div background color is #06475a


#06475a Border Color

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

This div border color is #06475a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06475a


Comments

No comments written yet.

Please login to write comment.