Color Hex Logo

#639aff Color Hex

#639AFF
(99,154,255)
0 Favorites   0 Comments

Color spaces of #639aff

RGB 99154255
HSL0.611.000.69
HSV219°61°100°
CMYK 0.610.400.00   0.00
XYZ34.751232.983999.1427
Yxy32.98390.20820.1977
Hunter Lab57.43167.5030-62.1487
CIE-Lab64.147912.0661-55.6630

#639aff color RGB value is (99,154,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 11111111
Octal 143 232 377
Decimal 99 154 255
Hex 63 9A FF

RGB Percentages of Color #639aff

%19.49
%30.31
%50.20

CMYK Percentages of Color #639aff

%61
%40
%0
%0

Triadic Colors of #639aff

#639aff #ff639a #9aff63

Analogous Colors of #639aff

#639aff #7a63ff #63e8ff

Monochromatic Colors of #639aff

#639aff

Complementary Color

#639aff #ffc863

#639aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#639aff Color CSS Codes

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

#639aff Text Font Color

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

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


#639aff Background Color

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

This div background color is #639aff


#639aff Border Color

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

This div border color is #639aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639aff

Related Colors


Comments

No comments written yet.

Please login to write comment.