Color Hex Logo

#639bff Color Hex

#639BFF
(99,155,255)
1 Favorites   0 Comments

Color spaces of #639bff

RGB 99155255
HSL0.611.000.69
HSV218°61°100°
CMYK 0.610.390.00   0.00
XYZ34.916933.315399.1979
Yxy33.31530.20850.1990
Hunter Lab57.71946.9732-61.4936
CIE-Lab64.415411.4803-55.2377

#639bff color RGB value is (99,155,255).

#639bff hex color red value is 99, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #639bff hue: 0.61 , saturation: 1.00 and the lightness value of 639bff is 0.69.

The process color (four color CMYK) of #639bff color hex is 0.61, 0.39, 0.00, 0.00. Web safe color of #639bff is #6699ff. Color #639bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011011 11111111
Octal 143 233 377
Decimal 99 155 255
Hex 63 9B FF

RGB Percentages of Color #639bff

%19.45
%30.45
%50.10

CMYK Percentages of Color #639bff

%61
%39
%0
%0

Triadic Colors of #639bff

#639bff #ff639b #9bff63

Analogous Colors of #639bff

#639bff #7963ff #63e9ff

Monochromatic Colors of #639bff

#639bff

Complementary Color

#639bff #ffc763

#639bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#639bff Color CSS Codes

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

#639bff Text Font Color

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

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


#639bff Background Color

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

This div background color is #639bff


#639bff Border Color

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

This div border color is #639bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639bff

Related Colors


Comments

No comments written yet.

Please login to write comment.