Color Hex Logo

#639bee Color Hex

#639BEE
(99,155,238)
0 Favorites   0 Comments

Color spaces of #639bee

RGB 99155238
HSL0.600.800.66
HSV216°58°93°
CMYK 0.580.350.00   0.07
XYZ32.299632.268485.4150
Yxy32.26840.21540.2151
Hunter Lab56.80532.0862-49.3874
CIE-Lab63.56415.9689-47.2745

#639bee color RGB value is (99,155,238).

#639bee hex color red value is 99, green value is 155 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #639bee hue: 0.60 , saturation: 0.80 and the lightness value of 639bee is 0.66.

The process color (four color CMYK) of #639bee color hex is 0.58, 0.35, 0.00, 0.07. Web safe color of #639bee is #6699ff. Color #639bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011011 11101110
Octal 143 233 356
Decimal 99 155 238
Hex 63 9B EE

RGB Percentages of Color #639bee

%20.12
%31.50
%48.37

CMYK Percentages of Color #639bee

%58
%35
%0
%7

Triadic Colors of #639bee

#639bee #ee639b #9bee63

Analogous Colors of #639bee

#639bee #7163ee #63e1ee

Monochromatic Colors of #639bee

#639bee

Complementary Color

#639bee #eeb663

#639bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#639bee Color CSS Codes

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

#639bee Text Font Color

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

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


#639bee Background Color

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

This div background color is #639bee


#639bee Border Color

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

This div border color is #639bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639bee


Comments

No comments written yet.

Please login to write comment.