Color Hex Logo

#638698 Color Hex

#638698
(99,134,152)
0 Favorites   0 Comments

Color spaces of #638698

RGB 99134152
HSL0.560.210.49
HSV200°35°60°
CMYK 0.350.120.00   0.40
XYZ19.338221.969832.9271
Yxy21.96980.26050.2959
Hunter Lab46.8720-8.3813-8.8403
CIE-Lab53.9949-7.6243-13.5629

#638698 color RGB value is (99,134,152).

#638698 hex color red value is 99, green value is 134 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #638698 hue: 0.56 , saturation: 0.21 and the lightness value of 638698 is 0.49.

The process color (four color CMYK) of #638698 color hex is 0.35, 0.12, 0.00, 0.40. Web safe color of #638698 is #669999. Color #638698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000110 10011000
Octal 143 206 230
Decimal 99 134 152
Hex 63 86 98

RGB Percentages of Color #638698

%25.71
%34.81
%39.48

CMYK Percentages of Color #638698

%35
%12
%0
%40

Triadic Colors of #638698

#638698 #986386 #869863

Analogous Colors of #638698

#638698 #636c98 #639890

Monochromatic Colors of #638698

#638698

Complementary Color

#638698 #987563

#638698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638698 Color CSS Codes

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

#638698 Text Font Color

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

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


#638698 Background Color

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

This div background color is #638698


#638698 Border Color

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

This div border color is #638698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638698


Comments

No comments written yet.

Please login to write comment.