Color Hex Logo

#06477b Color Hex

#06477B
(6,71,123)
0 Favorites   0 Comments

Color spaces of #06477b

RGB 671123
HSL0.570.910.25
HSV207°95°48°
CMYK 0.950.420.00   0.52
XYZ5.90355.975319.5811
Yxy5.97530.18770.1899
Hunter Lab24.44440.3313-30.3829
CIE-Lab29.35012.5386-34.7003

#06477b color RGB value is (6,71,123).

#06477b hex color red value is 6, green value is 71 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #06477b hue: 0.57 , saturation: 0.91 and the lightness value of 06477b is 0.25.

The process color (four color CMYK) of #06477b color hex is 0.95, 0.42, 0.00, 0.52. Web safe color of #06477b is #003366. Color #06477b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000111 01111011
Octal 6 107 173
Decimal 6 71 123
Hex 6 47 7B

RGB Percentages of Color #06477b

%3.00
%35.50
%61.50

CMYK Percentages of Color #06477b

%95
%42
%0
%52

Triadic Colors of #06477b

#06477b #7b0647 #477b06

Analogous Colors of #06477b

#06477b #060d7b #067b75

Monochromatic Colors of #06477b

#06477b

Complementary Color

#06477b #7b3a06

#06477b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06477b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06477b Color CSS Codes

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

#06477b Text Font Color

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

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


#06477b Background Color

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

This div background color is #06477b


#06477b Border Color

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

This div border color is #06477b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06477b


Comments

No comments written yet.

Please login to write comment.