Color Hex Logo

#064851 Color Hex

#064851
(6,72,81)
0 Favorites   0 Comments

Color spaces of #064851

RGB 67281
HSL0.520.860.17
HSV187°93°32°
CMYK 0.930.110.00   0.68
XYZ3.87775.26758.5969
Yxy5.26750.21860.2969
Hunter Lab22.9510-10.0058-6.1429
CIE-Lab27.4837-15.3028-10.8288

#064851 color RGB value is (6,72,81).

#064851 hex color red value is 6, green value is 72 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #064851 hue: 0.52 , saturation: 0.86 and the lightness value of 064851 is 0.17.

The process color (four color CMYK) of #064851 color hex is 0.93, 0.11, 0.00, 0.68. Web safe color of #064851 is #003366. Color #064851 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001000 01010001
Octal 6 110 121
Decimal 6 72 81
Hex 6 48 51

RGB Percentages of Color #064851

%3.77
%45.28
%50.94

CMYK Percentages of Color #064851

%93
%11
%0
%68

Triadic Colors of #064851

#064851 #510648 #485106

Analogous Colors of #064851

#064851 #062351 #065135

Monochromatic Colors of #064851

#064851

Complementary Color

#064851 #510f06

#064851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064851 Color CSS Codes

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

#064851 Text Font Color

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

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


#064851 Background Color

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

This div background color is #064851


#064851 Border Color

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

This div border color is #064851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064851

#064851 Color Palettes


Comments

No comments written yet.

Please login to write comment.