Color Hex Logo

#064453 Color Hex

#064453
(6,68,83)
0 Favorites   0 Comments

Color spaces of #064453

RGB 66883
HSL0.530.870.17
HSV192°93°33°
CMYK 0.930.180.00   0.67
XYZ3.70364.79758.9144
Yxy4.79750.21270.2755
Hunter Lab21.9032-8.1481-8.7982
CIE-Lab26.1499-12.1692-14.1720

#064453 color RGB value is (6,68,83).

#064453 hex color red value is 6, green value is 68 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #064453 hue: 0.53 , saturation: 0.87 and the lightness value of 064453 is 0.17.

The process color (four color CMYK) of #064453 color hex is 0.93, 0.18, 0.00, 0.67. Web safe color of #064453 is #003366. Color #064453 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000100 01010011
Octal 6 104 123
Decimal 6 68 83
Hex 6 44 53

RGB Percentages of Color #064453

%3.82
%43.31
%52.87

CMYK Percentages of Color #064453

%93
%18
%0
%67

Triadic Colors of #064453

#064453 #530644 #445306

Analogous Colors of #064453

#064453 #061e53 #06533b

Monochromatic Colors of #064453

#064453

Complementary Color

#064453 #531506

#064453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064453 Color CSS Codes

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

#064453 Text Font Color

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

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


#064453 Background Color

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

This div background color is #064453


#064453 Border Color

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

This div border color is #064453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064453


Comments

No comments written yet.

Please login to write comment.