Color Hex Logo

#638abc Color Hex

#638ABC
(99,138,188)
0 Favorites   0 Comments

Color spaces of #638abc

RGB 99138188
HSL0.590.400.56
HSV214°47°74°
CMYK 0.470.270.00   0.26
XYZ23.311224.460451.0697
Yxy24.46040.23580.2475
Hunter Lab49.4575-2.4166-26.6026
CIE-Lab56.54580.2792-30.3138

#638abc color RGB value is (99,138,188).

#638abc hex color red value is 99, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #638abc hue: 0.59 , saturation: 0.40 and the lightness value of 638abc is 0.56.

The process color (four color CMYK) of #638abc color hex is 0.47, 0.27, 0.00, 0.26. Web safe color of #638abc is #6699cc. Color #638abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001010 10111100
Octal 143 212 274
Decimal 99 138 188
Hex 63 8A BC

RGB Percentages of Color #638abc

%23.29
%32.47
%44.24

CMYK Percentages of Color #638abc

%47
%27
%0
%26

Triadic Colors of #638abc

#638abc #bc638a #8abc63

Analogous Colors of #638abc

#638abc #6963bc #63b7bc

Monochromatic Colors of #638abc

#638abc

Complementary Color

#638abc #bc9563

#638abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#638abc Color CSS Codes

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

#638abc Text Font Color

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

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


#638abc Background Color

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

This div background color is #638abc


#638abc Border Color

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

This div border color is #638abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,138,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #638abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #638abc;
  -webkit-box-shadow: 1px 1px 3px 2px #638abc;
  box-shadow:         1px 1px 3px 2px #638abc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638abc


Comments

No comments written yet.

Please login to write comment.