Color Hex Logo

#646bee Color Hex

#646BEE
(100,107,238)
0 Favorites   0 Comments

Color spaces of #646bee

RGB 100107238
HSL0.660.800.66
HSV237°58°93°
CMYK 0.580.550.00   0.07
XYZ25.945819.397883.2656
Yxy19.39780.20170.1508
Hunter Lab44.042928.0797-81.2610
CIE-Lab51.149434.9122-67.1188

#646bee color RGB value is (100,107,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101011 11101110
Octal 144 153 356
Decimal 100 107 238
Hex 64 6B EE

RGB Percentages of Color #646bee

%22.47
%24.04
%53.48

CMYK Percentages of Color #646bee

%58
%55
%0
%7

Triadic Colors of #646bee

#646bee #ee646b #6bee64

Analogous Colors of #646bee

#646bee #a264ee #64b0ee

Monochromatic Colors of #646bee

#646bee

Complementary Color

#646bee #eee764

#646bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#646bee Color CSS Codes

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

#646bee Text Font Color

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

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


#646bee Background Color

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

This div background color is #646bee


#646bee Border Color

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

This div border color is #646bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,107,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 #646bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646bee


Comments

No comments written yet.

Please login to write comment.