Color Hex Logo

#062775 Color Hex

#062775
(6,39,117)
0 Favorites   0 Comments

Color spaces of #062775

RGB 639117
HSL0.620.900.24
HSV222°95°46°
CMYK 0.950.670.00   0.54
XYZ4.01152.774117.1536
Yxy2.77410.16760.1159
Hunter Lab16.655613.8443-49.4037
CIE-Lab19.115522.7244-47.4738

#062775 color RGB value is (6,39,117).

#062775 hex color red value is 6, green value is 39 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #062775 hue: 0.62 , saturation: 0.90 and the lightness value of 062775 is 0.24.

The process color (four color CMYK) of #062775 color hex is 0.95, 0.67, 0.00, 0.54. Web safe color of #062775 is #003366. Color #062775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100111 01110101
Octal 6 47 165
Decimal 6 39 117
Hex 6 27 75

RGB Percentages of Color #062775

%3.70
%24.07
%72.22

CMYK Percentages of Color #062775

%95
%67
%0
%54

Triadic Colors of #062775

#062775 #750627 #277506

Analogous Colors of #062775

#062775 #1d0675 #065f75

Monochromatic Colors of #062775

#062775

Complementary Color

#062775 #755406

#062775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062775 Color CSS Codes

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

#062775 Text Font Color

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

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


#062775 Background Color

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

This div background color is #062775


#062775 Border Color

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

This div border color is #062775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062775


Comments

No comments written yet.

Please login to write comment.