Color Hex Logo

#626e9f Color Hex

#626E9F
(98,110,159)
0 Favorites   0 Comments

Color spaces of #626e9f

RGB 98110159
HSL0.630.240.50
HSV228°38°62°
CMYK 0.380.310.00   0.38
XYZ16.870916.251735.0486
Yxy16.25170.24750.2384
Hunter Lab40.31344.1527-23.3275
CIE-Lab47.30308.1403-27.9241

#626e9f color RGB value is (98,110,159).

#626e9f hex color red value is 98, green value is 110 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #626e9f hue: 0.63 , saturation: 0.24 and the lightness value of 626e9f is 0.50.

The process color (four color CMYK) of #626e9f color hex is 0.38, 0.31, 0.00, 0.38. Web safe color of #626e9f is #666699. Color #626e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101110 10011111
Octal 142 156 237
Decimal 98 110 159
Hex 62 6E 9F

RGB Percentages of Color #626e9f

%26.70
%29.97
%43.32

CMYK Percentages of Color #626e9f

%38
%31
%0
%38

Triadic Colors of #626e9f

#626e9f #9f626e #6e9f62

Analogous Colors of #626e9f

#626e9f #75629f #628d9f

Monochromatic Colors of #626e9f

#626e9f

Complementary Color

#626e9f #9f9362

#626e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#626e9f Color CSS Codes

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

#626e9f Text Font Color

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

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


#626e9f Background Color

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

This div background color is #626e9f


#626e9f Border Color

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

This div border color is #626e9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,110,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #626e9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #626e9f;
  -webkit-box-shadow: 1px 1px 3px 2px #626e9f;
  box-shadow:         1px 1px 3px 2px #626e9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626e9f


Comments

No comments written yet.

Please login to write comment.