Color Hex Logo

#626971 Color Hex

#626971
(98,105,113)
0 Favorites   0 Comments

Color spaces of #626971

RGB 98105113
HSL0.590.070.41
HSV212°13°44°
CMYK 0.130.070.00   0.56
XYZ13.069213.892117.6154
Yxy13.89210.29320.3116
Hunter Lab37.2721-2.6364-1.9309
CIE-Lab44.0778-0.8844-5.3961

#626971 color RGB value is (98,105,113).

#626971 hex color red value is 98, green value is 105 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #626971 hue: 0.59 , saturation: 0.07 and the lightness value of 626971 is 0.41.

The process color (four color CMYK) of #626971 color hex is 0.13, 0.07, 0.00, 0.56. Web safe color of #626971 is #666666. Color #626971 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101001 01110001
Octal 142 151 161
Decimal 98 105 113
Hex 62 69 71

RGB Percentages of Color #626971

%31.01
%33.23
%35.76

CMYK Percentages of Color #626971

%13
%7
%0
%56

Triadic Colors of #626971

#626971 #716269 #697162

Analogous Colors of #626971

#626971 #636271 #627171

Monochromatic Colors of #626971

#626971

Complementary Color

#626971 #716a62

#626971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626971 Color CSS Codes

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

#626971 Text Font Color

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

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


#626971 Background Color

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

This div background color is #626971


#626971 Border Color

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

This div border color is #626971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626971


Comments

No comments written yet.

Please login to write comment.