Color Hex Logo

#646ccf Color Hex

#646CCF
(100,108,207)
0 Favorites   0 Comments

Color spaces of #646ccf

RGB 100108207
HSL0.650.530.60
HSV236°52°81°
CMYK 0.520.480.00   0.19
XYZ21.880617.939461.3409
Yxy17.93940.21630.1773
Hunter Lab42.354918.0922-56.2188
CIE-Lab49.422524.4451-52.3835

#646ccf color RGB value is (100,108,207).

#646ccf hex color red value is 100, green value is 108 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #646ccf hue: 0.65 , saturation: 0.53 and the lightness value of 646ccf is 0.60.

The process color (four color CMYK) of #646ccf color hex is 0.52, 0.48, 0.00, 0.19. Web safe color of #646ccf is #6666cc. Color #646ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101100 11001111
Octal 144 154 317
Decimal 100 108 207
Hex 64 6C CF

RGB Percentages of Color #646ccf

%24.10
%26.02
%49.88

CMYK Percentages of Color #646ccf

%52
%48
%0
%19

Triadic Colors of #646ccf

#646ccf #cf646c #6ccf64

Analogous Colors of #646ccf

#646ccf #9264cf #64a2cf

Monochromatic Colors of #646ccf

#646ccf

Complementary Color

#646ccf #cfc764

#646ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#646ccf Color CSS Codes

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

#646ccf Text Font Color

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

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


#646ccf Background Color

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

This div background color is #646ccf


#646ccf Border Color

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

This div border color is #646ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646ccf


Comments

No comments written yet.

Please login to write comment.