Color Hex Logo

#42606c Color Hex

#42606C
(66,96,108)
0 Favorites   0 Comments

Color spaces of #42606c

RGB 6696108
HSL0.550.240.34
HSV197°39°42°
CMYK 0.390.110.00   0.58
XYZ9.136410.606715.7531
Yxy10.60670.25740.2988
Hunter Lab32.5679-6.9186-5.8810
CIE-Lab38.9100-7.6388-10.3218

#42606c color RGB value is (66,96,108).

#42606c hex color red value is 66, green value is 96 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #42606c hue: 0.55 , saturation: 0.24 and the lightness value of 42606c is 0.34.

The process color (four color CMYK) of #42606c color hex is 0.39, 0.11, 0.00, 0.58. Web safe color of #42606c is #336666. Color #42606c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100000 01101100
Octal 102 140 154
Decimal 66 96 108
Hex 42 60 6C

RGB Percentages of Color #42606c

%24.44
%35.56
%40.00

CMYK Percentages of Color #42606c

%39
%11
%0
%58

Triadic Colors of #42606c

#42606c #6c4260 #606c42

Analogous Colors of #42606c

#42606c #424b6c #426c63

Monochromatic Colors of #42606c

#42606c

Complementary Color

#42606c #6c4e42

#42606c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42606c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42606c Color CSS Codes

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

#42606c Text Font Color

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

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


#42606c Background Color

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

This div background color is #42606c


#42606c Border Color

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

This div border color is #42606c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,96,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42606c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42606c;
  -webkit-box-shadow: 1px 1px 3px 2px #42606c;
  box-shadow:         1px 1px 3px 2px #42606c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42606c


Comments

No comments written yet.

Please login to write comment.