Color Hex Logo

#062380 Color Hex

#062380
(6,35,128)
0 Favorites   0 Comments

Color spaces of #062380

RGB 635128
HSL0.630.910.26
HSV226°95°50°
CMYK 0.950.730.00   0.50
XYZ4.57242.799320.7214
Yxy2.79930.16280.0996
Hunter Lab16.731119.5023-61.7186
CIE-Lab19.221530.0298-54.3135

#062380 color RGB value is (6,35,128).

#062380 hex color red value is 6, green value is 35 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #062380 hue: 0.63 , saturation: 0.91 and the lightness value of 062380 is 0.26.

The process color (four color CMYK) of #062380 color hex is 0.95, 0.73, 0.00, 0.50. Web safe color of #062380 is #003399. Color #062380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100011 10000000
Octal 6 43 200
Decimal 6 35 128
Hex 6 23 80

RGB Percentages of Color #062380

%3.55
%20.71
%75.74

CMYK Percentages of Color #062380

%95
%73
%0
%50

Triadic Colors of #062380

#062380 #800623 #238006

Analogous Colors of #062380

#062380 #260680 #066080

Monochromatic Colors of #062380

#062380

Complementary Color

#062380 #806306

#062380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062380 Color CSS Codes

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

#062380 Text Font Color

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

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


#062380 Background Color

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

This div background color is #062380


#062380 Border Color

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

This div border color is #062380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062380


Comments

No comments written yet.

Please login to write comment.