Color Hex Logo

#639abe Color Hex

#639ABE
(99,154,190)
0 Favorites   0 Comments

Color spaces of #639abe

RGB 99154190
HSL0.570.410.57
HSV204°48°75°
CMYK 0.480.190.00   0.25
XYZ25.995529.481653.0356
Yxy29.48160.23960.2717
Hunter Lab54.2970-9.5601-19.9048
CIE-Lab61.2043-8.2211-24.2508

#639abe color RGB value is (99,154,190).

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

The process color (four color CMYK) of #639abe color hex is 0.48, 0.19, 0.00, 0.25. Web safe color of #639abe is #6699cc. Color #639abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 10111110
Octal 143 232 276
Decimal 99 154 190
Hex 63 9A BE

RGB Percentages of Color #639abe

%22.35
%34.76
%42.89

CMYK Percentages of Color #639abe

%48
%19
%0
%25

Triadic Colors of #639abe

#639abe #be639a #9abe63

Analogous Colors of #639abe

#639abe #636dbe #63beb5

Monochromatic Colors of #639abe

#639abe

Complementary Color

#639abe #be8763

#639abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#639abe Color CSS Codes

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

#639abe Text Font Color

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

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


#639abe Background Color

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

This div background color is #639abe


#639abe Border Color

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

This div border color is #639abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639abe


Comments

No comments written yet.

Please login to write comment.