Color Hex Logo

#06445c Color Hex

#06445C
(6,68,92)
0 Favorites   0 Comments

Color spaces of #06445c

RGB 66892
HSL0.550.880.19
HSV197°93°36°
CMYK 0.930.260.00   0.64
XYZ4.07404.945710.8651
Yxy4.94570.20490.2487
Hunter Lab22.2389-6.2183-13.3996
CIE-Lab26.5795-8.5487-19.3529

#06445c color RGB value is (6,68,92).

#06445c hex color red value is 6, green value is 68 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #06445c hue: 0.55 , saturation: 0.88 and the lightness value of 06445c is 0.19.

The process color (four color CMYK) of #06445c color hex is 0.93, 0.26, 0.00, 0.64. Web safe color of #06445c is #003366. Color #06445c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000100 01011100
Octal 6 104 134
Decimal 6 68 92
Hex 6 44 5C

RGB Percentages of Color #06445c

%3.61
%40.96
%55.42

CMYK Percentages of Color #06445c

%93
%26
%0
%64

Triadic Colors of #06445c

#06445c #5c0644 #445c06

Analogous Colors of #06445c

#06445c #06195c #065c49

Monochromatic Colors of #06445c

#06445c

Complementary Color

#06445c #5c1e06

#06445c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06445c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06445c Color CSS Codes

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

#06445c Text Font Color

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

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


#06445c Background Color

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

This div background color is #06445c


#06445c Border Color

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

This div border color is #06445c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,68,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06445c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06445c;
  -webkit-box-shadow: 1px 1px 3px 2px #06445c;
  box-shadow:         1px 1px 3px 2px #06445c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06445c


Comments

No comments written yet.

Please login to write comment.