Color Hex Logo

#6864cd Color Hex

#6864CD
(104,100,205)
0 Favorites   0 Comments

Color spaces of #6864cd

RGB 104100205
HSL0.670.510.60
HSV242°51°80°
CMYK 0.490.510.00   0.20
XYZ21.285516.465259.8138
Yxy16.46520.21820.1688
Hunter Lab40.577322.6247-58.9934
CIE-Lab47.579029.5876-54.1797

#6864cd color RGB value is (104,100,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100100 11001101
Octal 150 144 315
Decimal 104 100 205
Hex 68 64 CD

RGB Percentages of Color #6864cd

%25.43
%24.45
%50.12

CMYK Percentages of Color #6864cd

%49
%51
%0
%20

Triadic Colors of #6864cd

#6864cd #cd6864 #64cd68

Analogous Colors of #6864cd

#6864cd #9d64cd #6495cd

Monochromatic Colors of #6864cd

#6864cd

Complementary Color

#6864cd #c9cd64

#6864cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6864cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6864cd Color CSS Codes

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

#6864cd Text Font Color

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

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


#6864cd Background Color

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

This div background color is #6864cd


#6864cd Border Color

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

This div border color is #6864cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6864cd


Comments

No comments written yet.

Please login to write comment.