Color Hex Logo

#60627a Color Hex

#60627A
(96,98,122)
0 Favorites   0 Comments

Color spaces of #60627a

RGB 9698122
HSL0.650.120.43
HSV235°21°48°
CMYK 0.210.200.00   0.52
XYZ12.704412.627320.1801
Yxy12.62730.27910.2775
Hunter Lab35.53491.6310-8.7961
CIE-Lab42.19624.8019-13.6913

#60627a color RGB value is (96,98,122).

#60627a hex color red value is 96, green value is 98 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #60627a hue: 0.65 , saturation: 0.12 and the lightness value of 60627a is 0.43.

The process color (four color CMYK) of #60627a color hex is 0.21, 0.20, 0.00, 0.52. Web safe color of #60627a is #666666. Color #60627a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100010 01111010
Octal 140 142 172
Decimal 96 98 122
Hex 60 62 7A

RGB Percentages of Color #60627a

%30.38
%31.01
%38.61

CMYK Percentages of Color #60627a

%21
%20
%0
%52

Triadic Colors of #60627a

#60627a #7a6062 #627a60

Analogous Colors of #60627a

#60627a #6b607a #606f7a

Monochromatic Colors of #60627a

#60627a

Complementary Color

#60627a #7a7860

#60627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60627a Color CSS Codes

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

#60627a Text Font Color

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

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


#60627a Background Color

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

This div background color is #60627a


#60627a Border Color

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

This div border color is #60627a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,98,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 #60627a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60627a


Comments

No comments written yet.

Please login to write comment.