Color Hex Logo

#06426d Color Hex

#06426D
(6,66,109)
0 Favorites   0 Comments

Color spaces of #06426d

RGB 666109
HSL0.570.900.23
HSV205°94°43°
CMYK 0.940.390.00   0.57
XYZ4.78365.039315.1886
Yxy5.03930.19130.2015
Hunter Lab22.4484-1.2475-24.4018
CIE-Lab26.8464-0.0785-29.8516

#06426d color RGB value is (6,66,109).

#06426d hex color red value is 6, green value is 66 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #06426d hue: 0.57 , saturation: 0.90 and the lightness value of 06426d is 0.23.

The process color (four color CMYK) of #06426d color hex is 0.94, 0.39, 0.00, 0.57. Web safe color of #06426d is #003366. Color #06426d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000010 01101101
Octal 6 102 155
Decimal 6 66 109
Hex 6 42 6D

RGB Percentages of Color #06426d

%3.31
%36.46
%60.22

CMYK Percentages of Color #06426d

%94
%39
%0
%57

Triadic Colors of #06426d

#06426d #6d0642 #426d06

Analogous Colors of #06426d

#06426d #060f6d #066d65

Monochromatic Colors of #06426d

#06426d

Complementary Color

#06426d #6d3106

#06426d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06426d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06426d Color CSS Codes

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

#06426d Text Font Color

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

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


#06426d Background Color

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

This div background color is #06426d


#06426d Border Color

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

This div border color is #06426d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06426d


Comments

No comments written yet.

Please login to write comment.