Color Hex Logo

#06446d Color Hex

#06446D
(6,68,109)
0 Favorites   0 Comments

Color spaces of #06446d

RGB 668109
HSL0.570.900.23
HSV204°94°43°
CMYK 0.940.380.00   0.57
XYZ4.90255.277115.2282
Yxy5.27710.19300.2077
Hunter Lab22.9719-2.1068-23.2232
CIE-Lab27.5101-1.4220-28.7975

#06446d color RGB value is (6,68,109).

#06446d hex color red value is 6, green value is 68 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #06446d hue: 0.57 , saturation: 0.90 and the lightness value of 06446d is 0.23.

The process color (four color CMYK) of #06446d color hex is 0.94, 0.38, 0.00, 0.57. Web safe color of #06446d is #003366. Color #06446d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000100 01101101
Octal 6 104 155
Decimal 6 68 109
Hex 6 44 6D

RGB Percentages of Color #06446d

%3.28
%37.16
%59.56

CMYK Percentages of Color #06446d

%94
%38
%0
%57

Triadic Colors of #06446d

#06446d #6d0644 #446d06

Analogous Colors of #06446d

#06446d #06116d #066d62

Monochromatic Colors of #06446d

#06446d

Complementary Color

#06446d #6d2f06

#06446d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06446d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06446d Color CSS Codes

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

#06446d Text Font Color

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

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


#06446d Background Color

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

This div background color is #06446d


#06446d Border Color

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

This div border color is #06446d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06446d


Comments

No comments written yet.

Please login to write comment.