Color Hex Logo

#646ccd Color Hex

#646CCD
(100,108,205)
0 Favorites   0 Comments

Color spaces of #646ccd

RGB 100108205
HSL0.650.510.60
HSV235°51°80°
CMYK 0.510.470.00   0.20
XYZ21.637517.842260.0611
Yxy17.84220.21740.1792
Hunter Lab42.240017.5168-54.7364
CIE-Lab49.304223.8162-51.4308

#646ccd color RGB value is (100,108,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101100 11001101
Octal 144 154 315
Decimal 100 108 205
Hex 64 6C CD

RGB Percentages of Color #646ccd

%24.21
%26.15
%49.64

CMYK Percentages of Color #646ccd

%51
%47
%0
%20

Triadic Colors of #646ccd

#646ccd #cd646c #6ccd64

Analogous Colors of #646ccd

#646ccd #9164cd #64a1cd

Monochromatic Colors of #646ccd

#646ccd

Complementary Color

#646ccd #cdc564

#646ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#646ccd Color CSS Codes

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

#646ccd Text Font Color

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

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


#646ccd Background Color

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

This div background color is #646ccd


#646ccd Border Color

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

This div border color is #646ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646ccd


Comments

No comments written yet.

Please login to write comment.