Color Hex Logo

#426369 Color Hex

#426369
(66,99,105)
0 Favorites   0 Comments

Color spaces of #426369

RGB 6699105
HSL0.530.230.34
HSV189°37°41°
CMYK 0.370.060.00   0.59
XYZ9.258411.101915.0195
Yxy11.10190.26170.3138
Hunter Lab33.3195-8.7099-3.4026
CIE-Lab39.7516-10.2513-7.2150

#426369 color RGB value is (66,99,105).

#426369 hex color red value is 66, green value is 99 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #426369 hue: 0.53 , saturation: 0.23 and the lightness value of 426369 is 0.34.

The process color (four color CMYK) of #426369 color hex is 0.37, 0.06, 0.00, 0.59. Web safe color of #426369 is #336666. Color #426369 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100011 01101001
Octal 102 143 151
Decimal 66 99 105
Hex 42 63 69

RGB Percentages of Color #426369

%24.44
%36.67
%38.89

CMYK Percentages of Color #426369

%37
%6
%0
%59

Triadic Colors of #426369

#426369 #694263 #636942

Analogous Colors of #426369

#426369 #425069 #42695c

Monochromatic Colors of #426369

#426369

Complementary Color

#426369 #694842

#426369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426369 Color CSS Codes

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

#426369 Text Font Color

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

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


#426369 Background Color

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

This div background color is #426369


#426369 Border Color

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

This div border color is #426369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426369


Comments

No comments written yet.

Please login to write comment.