Color Hex Logo

#424061 Color Hex

#424061
(66,64,97)
0 Favorites   0 Comments

Color spaces of #424061

RGB 666497
HSL0.680.200.32
HSV244°34°38°
CMYK 0.320.340.00   0.62
XYZ6.23785.688112.0784
Yxy5.68810.25990.2370
Hunter Lab23.84974.9489-13.3319
CIE-Lab28.61159.3912-19.1813

#424061 color RGB value is (66,64,97).

#424061 hex color red value is 66, green value is 64 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #424061 hue: 0.68 , saturation: 0.20 and the lightness value of 424061 is 0.32.

The process color (four color CMYK) of #424061 color hex is 0.32, 0.34, 0.00, 0.62. Web safe color of #424061 is #333366. Color #424061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000000 01100001
Octal 102 100 141
Decimal 66 64 97
Hex 42 40 61

RGB Percentages of Color #424061

%29.07
%28.19
%42.73

CMYK Percentages of Color #424061

%32
%34
%0
%62

Triadic Colors of #424061

#424061 #614240 #406142

Analogous Colors of #424061

#424061 #534061 #404f61

Monochromatic Colors of #424061

#424061

Complementary Color

#424061 #5f6140

#424061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424061 Color CSS Codes

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

#424061 Text Font Color

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

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


#424061 Background Color

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

This div background color is #424061


#424061 Border Color

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

This div border color is #424061


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,64,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #424061; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #424061;
  -webkit-box-shadow: 1px 1px 3px 2px #424061;
  box-shadow:         1px 1px 3px 2px #424061; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424061

#424061 Color Palettes


Comments

No comments written yet.

Please login to write comment.