Color Hex Logo

#627496 Color Hex

#627496
(98,116,150)
0 Favorites   0 Comments

Color spaces of #627496

RGB 98116150
HSL0.610.210.49
HSV219°35°59°
CMYK 0.350.230.00   0.41
XYZ16.787417.289531.3066
Yxy17.28950.25680.2644
Hunter Lab41.5806-0.7001-15.5337
CIE-Lab48.62281.9873-20.5859

#627496 color RGB value is (98,116,150).

#627496 hex color red value is 98, green value is 116 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #627496 hue: 0.61 , saturation: 0.21 and the lightness value of 627496 is 0.49.

The process color (four color CMYK) of #627496 color hex is 0.35, 0.23, 0.00, 0.41. Web safe color of #627496 is #666699. Color #627496 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110100 10010110
Octal 142 164 226
Decimal 98 116 150
Hex 62 74 96

RGB Percentages of Color #627496

%26.92
%31.87
%41.21

CMYK Percentages of Color #627496

%35
%23
%0
%41

Triadic Colors of #627496

#627496 #966274 #749662

Analogous Colors of #627496

#627496 #6a6296 #628e96

Monochromatic Colors of #627496

#627496

Complementary Color

#627496 #968462

#627496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#627496 Color CSS Codes

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

#627496 Text Font Color

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

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


#627496 Background Color

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

This div background color is #627496


#627496 Border Color

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

This div border color is #627496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627496


Comments

No comments written yet.

Please login to write comment.