Color Hex Logo

#062663 Color Hex

#062663
(6,38,99)
0 Favorites   0 Comments

Color spaces of #062663

RGB 63899
HSL0.610.890.21
HSV219°94°39°
CMYK 0.940.620.00   0.61
XYZ3.02032.325812.0941
Yxy2.32580.17320.1334
Hunter Lab15.25068.6625-36.3431
CIE-Lab17.111715.6473-39.0501

#062663 color RGB value is (6,38,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100110 01100011
Octal 6 46 143
Decimal 6 38 99
Hex 6 26 63

RGB Percentages of Color #062663

%4.20
%26.57
%69.23

CMYK Percentages of Color #062663

%94
%62
%0
%61

Triadic Colors of #062663

#062663 #630626 #266306

Analogous Colors of #062663

#062663 #150663 #065463

Monochromatic Colors of #062663

#062663

Complementary Color

#062663 #634306

#062663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062663 Color CSS Codes

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

#062663 Text Font Color

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

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


#062663 Background Color

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

This div background color is #062663


#062663 Border Color

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

This div border color is #062663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062663


Comments

No comments written yet.

Please login to write comment.