Color Hex Logo

#646bcb Color Hex

#646BCB
(100,107,203)
0 Favorites   0 Comments

Color spaces of #646bcb

RGB 100107203
HSL0.660.500.59
HSV236°51°80°
CMYK 0.510.470.00   0.20
XYZ21.292717.536558.7625
Yxy17.53650.21820.1797
Hunter Lab41.876617.4766-53.8839
CIE-Lab48.929023.8027-50.8867

#646bcb color RGB value is (100,107,203).

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

The process color (four color CMYK) of #646bcb color hex is 0.51, 0.47, 0.00, 0.20. Web safe color of #646bcb is #6666cc. Color #646bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101011 11001011
Octal 144 153 313
Decimal 100 107 203
Hex 64 6B CB

RGB Percentages of Color #646bcb

%24.39
%26.10
%49.51

CMYK Percentages of Color #646bcb

%51
%47
%0
%20

Triadic Colors of #646bcb

#646bcb #cb646b #6bcb64

Analogous Colors of #646bcb

#646bcb #9164cb #649fcb

Monochromatic Colors of #646bcb

#646bcb

Complementary Color

#646bcb #cbc464

#646bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#646bcb Color CSS Codes

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

#646bcb Text Font Color

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

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


#646bcb Background Color

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

This div background color is #646bcb


#646bcb Border Color

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

This div border color is #646bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,107,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646bcb


Comments

No comments written yet.

Please login to write comment.