Color Hex Logo

#6964cd Color Hex

#6964CD
(105,100,205)
0 Favorites   0 Comments

Color spaces of #6964cd

RGB 105100205
HSL0.670.510.60
HSV243°51°80°
CMYK 0.490.510.00   0.20
XYZ21.402316.525459.8193
Yxy16.52540.21900.1691
Hunter Lab40.651422.8372-58.7902
CIE-Lab47.656429.8084-54.0513

#6964cd color RGB value is (105,100,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100100 11001101
Octal 151 144 315
Decimal 105 100 205
Hex 69 64 CD

RGB Percentages of Color #6964cd

%25.61
%24.39
%50.00

CMYK Percentages of Color #6964cd

%49
%51
%0
%20

Triadic Colors of #6964cd

#6964cd #cd6964 #64cd69

Analogous Colors of #6964cd

#6964cd #9e64cd #6494cd

Monochromatic Colors of #6964cd

#6964cd

Complementary Color

#6964cd #c8cd64

#6964cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6964cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6964cd Color CSS Codes

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

#6964cd Text Font Color

<p style="color:#6964cd">Text here</p>

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


#6964cd Background Color

<div style="background-color:#6964cd">
Div content here</div>

This div background color is #6964cd


#6964cd Border Color

<div style="border:3px solid #6964cd">
Div here</div>

This div border color is #6964cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6964cd


Comments

No comments written yet.

Please login to write comment.