Color Hex Logo

#062665 Color Hex

#062665
(6,38,101)
0 Favorites   0 Comments

Color spaces of #062665

RGB 638101
HSL0.610.890.21
HSV220°94°40°
CMYK 0.940.620.00   0.60
XYZ3.11722.364512.6040
Yxy2.36450.17240.1307
Hunter Lab15.37699.2758-37.8343
CIE-Lab17.294416.5359-40.0678

#062665 color RGB value is (6,38,101).

#062665 hex color red value is 6, green value is 38 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #062665 hue: 0.61 , saturation: 0.89 and the lightness value of 062665 is 0.21.

The process color (four color CMYK) of #062665 color hex is 0.94, 0.62, 0.00, 0.60. Web safe color of #062665 is #003366. Color #062665 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100110 01100101
Octal 6 46 145
Decimal 6 38 101
Hex 6 26 65

RGB Percentages of Color #062665

%4.14
%26.21
%69.66

CMYK Percentages of Color #062665

%94
%62
%0
%60

Triadic Colors of #062665

#062665 #650626 #266506

Analogous Colors of #062665

#062665 #160665 #065665

Monochromatic Colors of #062665

#062665

Complementary Color

#062665 #654506

#062665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062665 Color CSS Codes

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

#062665 Text Font Color

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

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


#062665 Background Color

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

This div background color is #062665


#062665 Border Color

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

This div border color is #062665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062665


Comments

No comments written yet.

Please login to write comment.