Color Hex Logo

#639294 Color Hex

#639294
(99,146,148)
0 Favorites   0 Comments

Color spaces of #639294

RGB 99146148
HSL0.510.200.48
HSV182°33°58°
CMYK 0.330.010.00   0.42
XYZ20.769825.348531.8150
Yxy25.34850.26650.3253
Hunter Lab50.3473-14.4710-2.2229
CIE-Lab57.4134-15.2743-6.1403

#639294 color RGB value is (99,146,148).

#639294 hex color red value is 99, green value is 146 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #639294 hue: 0.51 , saturation: 0.20 and the lightness value of 639294 is 0.48.

The process color (four color CMYK) of #639294 color hex is 0.33, 0.01, 0.00, 0.42. Web safe color of #639294 is #669999. Color #639294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010010 10010100
Octal 143 222 224
Decimal 99 146 148
Hex 63 92 94

RGB Percentages of Color #639294

%25.19
%37.15
%37.66

CMYK Percentages of Color #639294

%33
%1
%0
%42

Triadic Colors of #639294

#639294 #946392 #929463

Analogous Colors of #639294

#639294 #637a94 #63947e

Monochromatic Colors of #639294

#639294

Complementary Color

#639294 #946563

#639294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639294 Color CSS Codes

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

#639294 Text Font Color

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

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


#639294 Background Color

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

This div background color is #639294


#639294 Border Color

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

This div border color is #639294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639294


Comments

No comments written yet.

Please login to write comment.