Color Hex Logo

#63919e Color Hex

#63919E
(99,145,158)
0 Favorites   0 Comments

Color spaces of #63919e

RGB 99145158
HSL0.540.230.50
HSV193°37°62°
CMYK 0.370.080.00   0.38
XYZ21.442525.372136.1149
Yxy25.37210.25860.3059
Hunter Lab50.3707-12.1624-7.2504
CIE-Lab57.4362-12.1556-11.8292

#63919e color RGB value is (99,145,158).

#63919e hex color red value is 99, green value is 145 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #63919e hue: 0.54 , saturation: 0.23 and the lightness value of 63919e is 0.50.

The process color (four color CMYK) of #63919e color hex is 0.37, 0.08, 0.00, 0.38. Web safe color of #63919e is #669999. Color #63919e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010001 10011110
Octal 143 221 236
Decimal 99 145 158
Hex 63 91 9E

RGB Percentages of Color #63919e

%24.63
%36.07
%39.30

CMYK Percentages of Color #63919e

%37
%8
%0
%38

Triadic Colors of #63919e

#63919e #9e6391 #919e63

Analogous Colors of #63919e

#63919e #63749e #639e8e

Monochromatic Colors of #63919e

#63919e

Complementary Color

#63919e #9e7063

#63919e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63919e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63919e Color CSS Codes

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

#63919e Text Font Color

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

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


#63919e Background Color

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

This div background color is #63919e


#63919e Border Color

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

This div border color is #63919e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,145,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63919e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63919e;
  -webkit-box-shadow: 1px 1px 3px 2px #63919e;
  box-shadow:         1px 1px 3px 2px #63919e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63919e


Comments

No comments written yet.

Please login to write comment.