Color Hex Logo

#63809e Color Hex

#63809E
(99,128,158)
0 Favorites   0 Comments

Color spaces of #63809e

RGB 99128158
HSL0.580.230.50
HSV211°37°62°
CMYK 0.370.190.00   0.38
XYZ19.036320.559635.3128
Yxy20.55960.25410.2745
Hunter Lab45.3427-4.4098-14.4350
CIE-Lab52.4641-2.5642-19.3692

#63809e color RGB value is (99,128,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000000 10011110
Octal 143 200 236
Decimal 99 128 158
Hex 63 80 9E

RGB Percentages of Color #63809e

%25.71
%33.25
%41.04

CMYK Percentages of Color #63809e

%37
%19
%0
%38

Triadic Colors of #63809e

#63809e #9e6380 #809e63

Analogous Colors of #63809e

#63809e #64639e #639e9e

Monochromatic Colors of #63809e

#63809e

Complementary Color

#63809e #9e8163

#63809e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63809e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63809e Color CSS Codes

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

#63809e Text Font Color

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

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


#63809e Background Color

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

This div background color is #63809e


#63809e Border Color

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

This div border color is #63809e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63809e


Comments

No comments written yet.

Please login to write comment.