Color Hex Logo

#63949b Color Hex

#63949B
(99,148,155)
0 Favorites   0 Comments

Color spaces of #63949b

RGB 99148155
HSL0.520.220.50
HSV188°36°61°
CMYK 0.360.050.00   0.39
XYZ21.651926.199034.9261
Yxy26.19900.26160.3165
Hunter Lab51.1850-14.0659-4.6271
CIE-Lab58.2255-14.5700-8.9324

#63949b color RGB value is (99,148,155).

#63949b hex color red value is 99, green value is 148 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #63949b hue: 0.52 , saturation: 0.22 and the lightness value of 63949b is 0.50.

The process color (four color CMYK) of #63949b color hex is 0.36, 0.05, 0.00, 0.39. Web safe color of #63949b is #669999. Color #63949b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010100 10011011
Octal 143 224 233
Decimal 99 148 155
Hex 63 94 9B

RGB Percentages of Color #63949b

%24.63
%36.82
%38.56

CMYK Percentages of Color #63949b

%36
%5
%0
%39

Triadic Colors of #63949b

#63949b #9b6394 #949b63

Analogous Colors of #63949b

#63949b #63789b #639b86

Monochromatic Colors of #63949b

#63949b

Complementary Color

#63949b #9b6a63

#63949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#63949b Color CSS Codes

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

#63949b Text Font Color

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

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


#63949b Background Color

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

This div background color is #63949b


#63949b Border Color

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

This div border color is #63949b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,148,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63949b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63949b;
  -webkit-box-shadow: 1px 1px 3px 2px #63949b;
  box-shadow:         1px 1px 3px 2px #63949b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63949b


Comments

No comments written yet.

Please login to write comment.