Color Hex Logo

#626399 Color Hex

#626399
(98,99,153)
0 Favorites   0 Comments

Color spaces of #626399

RGB 9899153
HSL0.660.220.49
HSV239°36°60°
CMYK 0.360.350.00   0.40
XYZ15.248613.820332.0009
Yxy13.82030.24970.2263
Hunter Lab37.17578.1592-25.0140
CIE-Lab43.974113.1769-29.5695

#626399 color RGB value is (98,99,153).

#626399 hex color red value is 98, green value is 99 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #626399 hue: 0.66 , saturation: 0.22 and the lightness value of 626399 is 0.49.

The process color (four color CMYK) of #626399 color hex is 0.36, 0.35, 0.00, 0.40. Web safe color of #626399 is #666699. Color #626399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100011 10011001
Octal 142 143 231
Decimal 98 99 153
Hex 62 63 99

RGB Percentages of Color #626399

%28.00
%28.29
%43.71

CMYK Percentages of Color #626399

%36
%35
%0
%40

Triadic Colors of #626399

#626399 #996263 #639962

Analogous Colors of #626399

#626399 #7d6299 #627f99

Monochromatic Colors of #626399

#626399

Complementary Color

#626399 #999862

#626399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#626399 Color CSS Codes

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

#626399 Text Font Color

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

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


#626399 Background Color

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

This div background color is #626399


#626399 Border Color

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

This div border color is #626399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626399


Comments

No comments written yet.

Please login to write comment.