Color Hex Logo

#639afb Color Hex

#639AFB
(99,154,251)
0 Favorites   0 Comments

Color spaces of #639afb

RGB 99154251
HSL0.610.950.69
HSV218°61°98°
CMYK 0.610.390.00   0.02
XYZ34.113832.728995.7861
Yxy32.72890.20980.2012
Hunter Lab57.20926.3234-59.2236
CIE-Lab63.940810.7593-53.8072

#639afb color RGB value is (99,154,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 11111011
Octal 143 232 373
Decimal 99 154 251
Hex 63 9A FB

RGB Percentages of Color #639afb

%19.64
%30.56
%49.80

CMYK Percentages of Color #639afb

%61
%39
%0
%2

Triadic Colors of #639afb

#639afb #fb639a #9afb63

Analogous Colors of #639afb

#639afb #7863fb #63e6fb

Monochromatic Colors of #639afb

#639afb

Complementary Color

#639afb #fbc463

#639afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#639afb Color CSS Codes

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

#639afb Text Font Color

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

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


#639afb Background Color

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

This div background color is #639afb


#639afb Border Color

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

This div border color is #639afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639afb


Comments

No comments written yet.

Please login to write comment.