Color Hex Logo

#639abc Color Hex

#639ABC
(99,154,188)
0 Favorites   0 Comments

Color spaces of #639abc

RGB 99154188
HSL0.560.400.56
HSV203°47°74°
CMYK 0.470.180.00   0.26
XYZ25.778329.394751.8920
Yxy29.39470.24080.2746
Hunter Lab54.2169-10.0088-18.7958
CIE-Lab61.1284-8.8002-23.2424

#639abc color RGB value is (99,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 10111100
Octal 143 232 274
Decimal 99 154 188
Hex 63 9A BC

RGB Percentages of Color #639abc

%22.45
%34.92
%42.63

CMYK Percentages of Color #639abc

%47
%18
%0
%26

Triadic Colors of #639abc

#639abc #bc639a #9abc63

Analogous Colors of #639abc

#639abc #636ebc #63bcb2

Monochromatic Colors of #639abc

#639abc

Complementary Color

#639abc #bc8563

#639abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#639abc Color CSS Codes

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

#639abc Text Font Color

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

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


#639abc Background Color

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

This div background color is #639abc


#639abc Border Color

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

This div border color is #639abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639abc


Comments

No comments written yet.

Please login to write comment.