Color Hex Logo

#06427a Color Hex

#06427A
(6,66,122)
0 Favorites   0 Comments

Color spaces of #06427a

RGB 666122
HSL0.580.910.25
HSV209°95°48°
CMYK 0.950.460.00   0.52
XYZ5.53625.340319.1513
Yxy5.34030.18440.1778
Hunter Lab23.10912.3220-32.9593
CIE-Lab27.68315.5290-36.7423

#06427a color RGB value is (6,66,122).

#06427a hex color red value is 6, green value is 66 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #06427a hue: 0.58 , saturation: 0.91 and the lightness value of 06427a is 0.25.

The process color (four color CMYK) of #06427a color hex is 0.95, 0.46, 0.00, 0.52. Web safe color of #06427a is #003366. Color #06427a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000010 01111010
Octal 6 102 172
Decimal 6 66 122
Hex 6 42 7A

RGB Percentages of Color #06427a

%3.09
%34.02
%62.89

CMYK Percentages of Color #06427a

%95
%46
%0
%52

Triadic Colors of #06427a

#06427a #7a0642 #427a06

Analogous Colors of #06427a

#06427a #06087a #067a78

Monochromatic Colors of #06427a

#06427a

Complementary Color

#06427a #7a3e06

#06427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06427a Color CSS Codes

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

#06427a Text Font Color

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

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


#06427a Background Color

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

This div background color is #06427a


#06427a Border Color

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

This div border color is #06427a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,66,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06427a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06427a;
  -webkit-box-shadow: 1px 1px 3px 2px #06427a;
  box-shadow:         1px 1px 3px 2px #06427a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06427a


Comments

No comments written yet.

Please login to write comment.