Color Hex Logo

#06444a Color Hex

#06444A
(6,68,74)
0 Favorites   0 Comments

Color spaces of #06444a

RGB 66874
HSL0.510.850.16
HSV185°92°29°
CMYK 0.920.080.00   0.71
XYZ3.37834.66747.2014
Yxy4.66740.22160.3061
Hunter Lab21.6042-9.8948-4.6404
CIE-Lab25.7654-15.6276-8.8722

#06444a color RGB value is (6,68,74).

#06444a hex color red value is 6, green value is 68 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #06444a hue: 0.51 , saturation: 0.85 and the lightness value of 06444a is 0.16.

The process color (four color CMYK) of #06444a color hex is 0.92, 0.08, 0.00, 0.71. Web safe color of #06444a is #003333. Color #06444a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000100 01001010
Octal 6 104 112
Decimal 6 68 74
Hex 6 44 4A

RGB Percentages of Color #06444a

%4.05
%45.95
%50.00

CMYK Percentages of Color #06444a

%92
%8
%0
%71

Triadic Colors of #06444a

#06444a #4a0644 #444a06

Analogous Colors of #06444a

#06444a #06224a #064a2e

Monochromatic Colors of #06444a

#06444a

Complementary Color

#06444a #4a0c06

#06444a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06444a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06444a Color CSS Codes

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

#06444a Text Font Color

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

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


#06444a Background Color

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

This div background color is #06444a


#06444a Border Color

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

This div border color is #06444a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06444a


Comments

No comments written yet.

Please login to write comment.