Color Hex Logo

#63909e Color Hex

#63909E
(99,144,158)
0 Favorites   0 Comments

Color spaces of #63909e

RGB 99144158
HSL0.540.230.50
HSV194°37°62°
CMYK 0.370.090.00   0.38
XYZ21.290425.067836.0642
Yxy25.06780.25830.3041
Hunter Lab50.0678-11.7147-7.6596
CIE-Lab57.1414-11.6065-12.2726

#63909e color RGB value is (99,144,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010000 10011110
Octal 143 220 236
Decimal 99 144 158
Hex 63 90 9E

RGB Percentages of Color #63909e

%24.69
%35.91
%39.40

CMYK Percentages of Color #63909e

%37
%9
%0
%38

Triadic Colors of #63909e

#63909e #9e6390 #909e63

Analogous Colors of #63909e

#63909e #63739e #639e8f

Monochromatic Colors of #63909e

#63909e

Complementary Color

#63909e #9e7163

#63909e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63909e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63909e Color CSS Codes

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

#63909e Text Font Color

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

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


#63909e Background Color

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

This div background color is #63909e


#63909e Border Color

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

This div border color is #63909e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,144,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 #63909e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63909e


Comments

No comments written yet.

Please login to write comment.